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
Copyright © 2024 BYOND Software.
All rights reserved.
switch(gender)
if("male")
// the things you do for the male
if("female")
// the things you do for the female