ACE3/addons/captives/XEH_preInit.sqf

17 lines
331 B
Plaintext
Raw Normal View History

2015-02-03 02:04:50 +00:00
#include "script_component.hpp"
ADDON = false;
2015-02-05 22:39:45 +00:00
PREP_RECOMPILE_START;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
2015-02-03 02:04:50 +00:00
GVAR(captivityEnabled) = false;
GVAR(restraints) = keys (uiNamespace getVariable QGVAR(restraints));
GVAR(blindfolds) = keys (uiNamespace getVariable QGVAR(blindfolds));
#include "initSettings.sqf"
2015-02-03 02:04:50 +00:00
ADDON = true;