2015-02-03 02:04:50 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
2015-02-05 22:39:45 +00:00
|
|
|
|
2016-11-23 19:35:25 +00:00
|
|
|
PREP_RECOMPILE_START;
|
2016-02-22 14:20:36 +00:00
|
|
|
#include "XEH_PREP.hpp"
|
2016-11-23 19:35:25 +00:00
|
|
|
PREP_RECOMPILE_END;
|
2015-02-03 02:04:50 +00:00
|
|
|
|
2016-02-20 14:57:47 +00:00
|
|
|
GVAR(captivityEnabled) = false;
|
|
|
|
|
2023-10-04 18:09:05 +00:00
|
|
|
GVAR(restraints) = keys (uiNamespace getVariable QGVAR(restraints));
|
2023-09-24 21:45:43 +00:00
|
|
|
GVAR(blindfolds) = keys (uiNamespace getVariable QGVAR(blindfolds));
|
2023-08-30 21:03:44 +00:00
|
|
|
|
2021-10-11 20:48:30 +00:00
|
|
|
#include "initSettings.sqf"
|
|
|
|
|
2015-02-03 02:04:50 +00:00
|
|
|
ADDON = true;
|