* 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
12 lines
197 B
Modula-2
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 |