ACE3/addons/zeus/XEH_preInit.sqf
Dystopian 32fc6bb437 Add possibility to create zeus during mission (#6203)
* Add possibility to create zeus during mission

* Use LLSTRING

* Allow deleting when setting is disabled

* Delete canCreate function

* Delete workaround for missed vehicles

* Revert "Delete workaround for missed vehicles"

This reverts commit e33102ee3c.
2018-11-10 14:33:20 -06:00

18 lines
326 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
if (isServer) then {
[QGVAR(zeusUnitAssigned), FUNC(handleZeusUnitAssigned)] call CBA_fnc_addEventHandler;
};
GVAR(GlobalSkillAI) = [0.5,0.5,0.5,0.5,true,true];
#include "initSettings.sqf"
ADDON = true;