Functions take the format : FUNC = (param1, param2).
The following "functions" are parsed by ReadSettings
: MODE = (pem, val)
Sets the value of a Parser Engine Mode, where pem is the mode to change, and val is the value.
: IMPORT = (path)
Calls ReadSettings on path, where path is relative to the script containing the IMPORT command.
: FREE = (varname)
Frees the VirtualVariable named varname
: DUMP = (path)
Does a VirtualVariableDump at path relative to the program
: MSG = (txtstr, titlestr)
Launches a Cobra MessageBox with text txtstr and title titlestr
: DMSG = (txtstr)
Launches a Basilisk Error Message with text txtstr as long as debug is on and the SUPPRESS_ERRORS Parser Engine Mode is off
Example Settings File: