switch(input("What spieces do you want to be?") in list ("Pokemon","Trainer",))
if("Trainer")
usr.loc = locate(9,5,7)
usr.spieces = "Trainer"
if("Pokemon")
usr.loc = locate(0,3,7)
usr.spieces = "Pokemon"</b>
Problem description:
it keeps saying login.dm:25:error: usr.spieces: undefined var i've tried to define the var but it being mean and goes like >D and i go >O then i watch gundam seed can anyone help?
when i do the gender it works perfectly :/