Mystic Software Forums

Miscellaneous => Archives => Archive => Topic started by: Anonymous on May 09, 2004, 04:32:24 AM

Title: (no subject)
Post 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
Title: (no subject)
Post by: Dude Man on May 09, 2004, 09:46:43 AM
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
Title: (no subject)
Post by: Xorlak on May 09, 2004, 09:54:22 AM
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').