* few script changes; added new func "ScriptExists". * started an extractor tool; using StormLib (thx to Ladislaw Zezula!). for now convert some dbc files to scp. more stuff will follow. * some changes to the realm/world connect code; still needs a rewrite. * support conf parameters for GUI (check conf/gui.conf/gui.conf[.default] )
6 lines
138 B
Modula-2
6 lines
138 B
Modula-2
#permission=255
|
|
if ?{fileexists ${@def}}
|
|
loadscp,{${@0}} ${@def}
|
|
else
|
|
logdebug skipped loading of non-existent file '${@def}'
|
|
endif |