mojo_client/bin/scripts/reply.def
False.Genesis d6b6960c29 * Added support for item prototypes
* new DefScript command: "queryitem #id"
* added cache for known item prototypes
* fixed a little typo in script: reply.def
* error logs go to stderr now
* misc stuff
2007-02-03 23:24:02 +00:00

12 lines
197 B
Modula-2

#permission=255
SET,player ${@thiswhisper_name}
SET,lang ${@0}
DEFAULT,lang ${@thiswhisper_lang}
SET,msg ${@def}
WHISPER,{${player}},{${lang}} ${msg}
UNSET player
UNSET lang
UNSET msg