ID:145146
 
Code:
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.
Are you 100% sure that you are clicking the correct object?

O-matic
Did you override atom.Click() anywhere?