-> moved conf loading from core to scripts. *New DefScript call: _leaveworld.def *Fixed crash when calling _leaveworld on ~WorldSession() * some updates to internal variable name handling * added new macro: @n : newline (\n) * cleanups * added a bunch of new scripts + examples
12 lines
196 B
Modula-2
12 lines
196 B
Modula-2
#permission=255
|
|
|
|
SET,player ${@thiswhisper_name}
|
|
SET,lang ${@0}
|
|
DEAULT,lang ${@thiswhisper_lang}
|
|
SET,msg ${@def}
|
|
|
|
WHISPER,{${player}},{${lang}} ${msg}
|
|
|
|
UNSET player
|
|
UNSET lang
|
|
UNSET msg |