Robinsage Posted October 28, 2012 Share Posted October 28, 2012 Is there a script to get the player's name and display it in a quest response text? thanks Link to comment Share on other sites More sharing options...
JanusForbeare Posted October 28, 2012 Share Posted October 28, 2012 You don't need a script, you can simply use text replacement. The specific line you're looking for is <Alias=Player>. Link to comment Share on other sites More sharing options...
steve40 Posted October 29, 2012 Share Posted October 29, 2012 Or you could try SKSE: String PlayerName = Game.GetPlayer().GetBaseObject().GetName() Link to comment Share on other sites More sharing options...
jagPanzerkw2 Posted November 24, 2012 Share Posted November 24, 2012 (edited) @RobinSage, GetBaseObject.GetName() returns only "Actor" for me, but this one works well under v1.8 :thumbsup: String SFTarget = akTarget.GetLeveledActorBase().GetName() Edited November 24, 2012 by jagPanzerkw2 Link to comment Share on other sites More sharing options...
Robinsage Posted November 25, 2012 Author Share Posted November 25, 2012 Perfect. Thanks all! Link to comment Share on other sites More sharing options...
Recommended Posts