mojo_client/bin/scripts/reply.def
False.Genesis 889238cfb7 + added default config files + SDL.dll
+ added some DefScripts 
+ fixed the DefScript system. TODO: permissions & stuff will come in next rev. :)
2007-01-10 22:24:19 +00:00

11 lines
177 B
Modula-2

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