It looks like you're new here. If you want to get involved, click one of these buttons!
<<radio "$sex" "m">> male
<<radio "$sex" "f">> female
This is going to be more important with species creation. It's created for optional hybridizing, so each body part etc. is stored separately, and I want to be able to give it a more descriptive label so they understand what is, but have a more short form for the variable, which may not start with the same letter
<<textinput $Fname "">>
<<textinput $Lname "" [[Continue|CharacterSpecifics]]>>
right now I have the first name at the bottom of the first character creation page, then the last name at the bottom of the next character creation page.
Comments
<<textinput $Fname>> <<textinput $Lname>> <<button [[Continue|CharacterSpecifics]]>>