turf
ChangeHair
icon = 'changehair.png'
density = 0
Click()
alert(usr,"[usr.name],Here you are going to be able to choose the hair style you would like to have.","??Voice??")
var/choice = input("","??Voice??-What King of hair style would you like to have on your adventure?")in list("Sora","Riku","Axel","Kari")
if(choice == "Sora")usr.overlays -= usr.hair
usr.overlays -= usr.hair
var/hair1 = 'Pointer.dmi'
usr.hair = hair1
Problem description:
There is no error with this code but the Click()
that Click() isnt working. when i push the button on the screen nothing happens even though everything is correct. Can somone tell me whats wrong.
O-matic