A very basic question...

Shariest
05 Feb 2012, 14:56I have really, really, really newbish question:ยจ
How to make a character creation?!
I know its a menu option, and menu needs a list thingy,
that's all i know...
name, age, gender etc.
Any help would be appreciated, thank you!
How to make a character creation?!
I know its a menu option, and menu needs a list thingy,
that's all i know...
name, age, gender etc.
Any help would be appreciated, thank you!
RedTulip
06 Feb 2012, 01:12You could use the GetInput() function for the name and set a variable (probably "player_name) to the input of the player.
For the age, you could allow the player to select through a menu, or type a number. For that, you might want to add an if script checking whether it's an integer or not.
As for the gender, use the show menu script command with a list of options.
For the age, you could allow the player to select through a menu, or type a number. For that, you might want to add an if script checking whether it's an integer or not.
As for the gender, use the show menu script command with a list of options.