ID:172336
 
Can someone please make me a login that lets the user choose...

race
class
alignment

and on the race i want it set up like this..
Human
Humanoid
ETC
ETC
...

if the user click human i want a choice that ask what skin color they want :)

MSN messenger: [email protected]
AIM: DalenEX
mob
var
Race = null
Class = null
Alignment = null
Skin_color = null
mob
Login
src << "Welcome to da game"
Race = input("pick your Race") in list("Human","Humanoid","ETC","ETC","...")
if(Race == "Human")
Skin_color = input("pick your skin color") in list("Gold","Red","Blue","Green","Pink","That color")
Class = input("pick your Class") in list
("class1","class2","class3")
Alignment = input("pick your Alignment") in list
("Good","Evil")

i dont see why you cant code this your self.
In response to Madpeter
thnx
In response to Madpeter
Um, Madpeter, I noticed that your Skin_color = input("pick your skin color") code doesnt work. Instead it returns an error.