-> 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
27 lines
455 B
Modula-2
27 lines
455 B
Modula-2
|
|
// preloads the most important scripts
|
|
|
|
OUT Loading DefScripts...
|
|
|
|
RELOADDEF _enterworld
|
|
RELOADDEF _leaveworld
|
|
RELOADDEF _nopermission
|
|
RELOADDEF _onwhisper
|
|
RELOADDEF cleanupvars
|
|
RELOADDEF internal_perm
|
|
RELOADDEF chan
|
|
RELOADDEF quit
|
|
RELOADDEF reply
|
|
RELOADDEF say
|
|
RELOADDEF yell
|
|
RELOADDEF whisper
|
|
RELOADDEF makechatitem
|
|
|
|
RELOADDEF gc
|
|
RELOADDEF sayred
|
|
RELOADDEF outv
|
|
RELOADDEF sayv
|
|
RELOADDEF s
|
|
RELOADDEF y
|
|
|
|
OUT * DefScripts loaded. |