Mystic Software Forums
		Miscellaneous => Archives => Archive => Topic started by: Anonymous on May 09, 2004, 04:32:24 am
		
			
			- 
				How do I make so i can change my name when I start the game? Sad
			
 
			
			- 
				You get the name varieable from the charactor editor and then do something kinda likea this...
#Patrick[name]$ = "Jimbo"
I haven't done that in awile but I do belive it's like that. Correct me if I'm abit wrong people
			 
			
			- 
				Yep, that's it.  You can also do it with a prompt, so the player will be able to put anything they want in:
#Prompt("What is your name?", playername[name]$)
Replace the 'playername' part with the original handle of the character (open up the character in the character editor and click on 'advanced').