ID:173503
 
Is there a way that if someone right-clicked an NPC, it would only come up with an alert, anstead of options?

(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
As far as I know, there is no RightClick() proc, or anything like it...
In response to Airjoe
Dang. Oh well.
Do you know how to make the print screen button a macro without having to press the [alt] key?
In response to Wolf01
Why bother? Trying to stop graphics rippers? They can take screen shots with SnagIT or the menu's screenshot option. Impossible to stop.



Also, to answer your question, I don't think that's possible either without doing

client/macro_mode=1
In response to Airjoe
I hope these are available in an upcoming BYOND version..