Choice
Gender
name = ""
icon = 'BoyOrGirl.bmp'
Boy
icon = 'BoyChoice.png'
Click(mob/M)
alert("So you wish to be a boy, correct?","Boy","Yes","No")in list("Yes","No")
if("Yes")
M.icon_state = "MaleWhiteBase"
if("No")
return
Problem description:
Gah...I havent coded in a while...When I click yes, it doesnt make my icon state what I want it to be.
But if you are trying to make it a whole different icon instead of a icon state try