(This 'idea' is the same thing as Click(), and this disables any options)
So, how can I make it work? Something similar to this, please.
mob
NPC
Caz
icon='players.dmi'
icon_state="11"
Click()
alert("Welcome , [usr.name]! How are you doing on this fine day?")
RightClick()
alert("I am an NPC.")
~Wolf01