2015-01-21 11:43:58 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
2016-02-22 14:20:36 +00:00
|
|
|
#include "XEH_PREP.hpp"
|
2015-01-21 11:43:58 +00:00
|
|
|
|
|
|
|
GVAR(clientSideOptions) = [];
|
|
|
|
GVAR(clientSideColors) = [];
|
2015-01-23 08:43:43 +00:00
|
|
|
|
2015-04-05 00:17:43 +00:00
|
|
|
GVAR(serverConfigGeneration) = 0;
|
|
|
|
GVAR(ClientSettingsExportIncluded) = false;
|
|
|
|
GVAR(serverSideOptions) = [];
|
|
|
|
GVAR(serverSideColors) = [];
|
|
|
|
GVAR(serverSideValues) = [];
|
2015-08-07 19:14:45 +00:00
|
|
|
GVAR(categories) = [];
|
|
|
|
GVAR(currentCategorySelection) = 0;
|
2015-04-05 00:17:43 +00:00
|
|
|
|
2015-01-23 08:43:43 +00:00
|
|
|
ADDON = true;
|