+ added some DefScripts + fixed the DefScript system. TODO: permissions & stuff will come in next rev. :)
11 lines
177 B
Modula-2
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 |