ID:148446
 
well i have this list:
usr.gender= input("What is thy class?") in list("male", "female")

and i want to make it so that if they pick "male" they will have the attributes of a male ('icon=male.dmi' and all that) but i just can't figure out how
usr.gender= input("What is thy class?") in list("male", "female")
switch(gender)
if("male")
// the things you do for the male
if("female")
// the things you do for the female
In response to Unknown Person
thx