setting character name

Posted by Eupher on Fri 13 Aug 2010 12:21 AM — 3 posts, 13,559 views.

#0
I see that I can retrieve my character name with GetInfo(3), as it is stored in my world MCL file (as player?). Is there a way to reset this value in a script? Like, if I wanted a script to quit/disconnect and then reconnect and auto-login as another character, how would I accomplish this? Ideally, GetInfo(3) would continue to show the correct value for my character name currently being played.

Thanks!
Australia Forum Administrator #1

SetAlphaOption ("player", "whatever")
print (GetInfo (3))   --> whatever

#2
Thanks again :)