ID:160909
 
Ok i'm trying to make it so when you pick your gender, male, male races come up, female, female races come up. This is what i have so far.

mob/verb
pick_gender()
switch(alert("What would it be?","Pick a gender","Male","Female"))
if("Male")
switch(alert("What would it be?","Pick a Male race","MLinkr","Mbunny"
if("MLinkr")
src.icon = 'MLinkr'
if("Mbunny")
src.icon = 'Mbunny'
if("Female")
switch(alert("What would it be?","Pick a Female race","FLinkr","Fbunny"))
You seem to show a deep misunderstanding of basic concepts. I suggest you read the DM Guide Most of what your asking is covered by the guide.