* some script cleanups * forgot to include winmm.lib in release mode * ==> Alpha 13.1 finished!
22 lines
401 B
Modula-2
22 lines
401 B
Modula-2
#permission=255
|
|
// Load required conf files.
|
|
LOADCONF PseuWoW.conf
|
|
LOADCONF users.conf
|
|
LOADCONF ScriptConfig.conf
|
|
|
|
// Apply the configuration
|
|
APPLYCONF
|
|
|
|
// Apply user permissions
|
|
APPLYPERMISSIONS
|
|
|
|
IF ${#ENABLEGUI}
|
|
LOADCONF gui.conf
|
|
ENDIF
|
|
|
|
// remove dangerous variables
|
|
CLEANUPVARS
|
|
|
|
// if its not set in the conf file, default it to "." (WoWEmu & MaNGOS style)
|
|
DEFAULT,#CMDCHAR .
|