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"))
ID:160909
![]() Jul 11 2008, 8:21 am
|
|
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.
|
![]() Jul 11 2008, 8:43 am
|
|
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.
|