ID:148400
 
obj
boarder1
icon = 'HUD.dmi'
icon_state = "1"
Click()
usr.icon = 'Mob.dmi'
usr.icon_state = "1"
usr.loc = "8,65,1"

The problem is, when the player clicks the obj, it doesn't change his icon and it doesn't locate it a the specified location. All help is appreciated.

~~~Tiko587~~~
usr.loc = locate(8,65,1)
Border doesn't have an "a" in it, and I doubt you mean boarder, which is someone who boards.
In response to Garthor
Strange enough Garthor I think he is making a baording game ;) notice the usr.skate var?
In response to Maz
But notice the HUD.dmi icon file? I guess it can go either way, depending on how hid HUD is.