mojo_client/bin/scripts/loadall.def.obsoelete
False.Genesis a3ae8273ba * auto-load all .def files in ./scripts/ directory after executing _startup.def
* fixed exception at DefScript:substr when called with empty string
* added 3 new functions: uppercase, lowercase, random[,<min>] <max>.
* added some better debug output when an incorrect script is loaded
2007-04-02 22:41:33 +00:00

27 lines
457 B
Plaintext

// preloads the most important scripts
LOG * 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
LOG * DefScripts loaded.