ACE3/addons/medical_gui/XEH_preInit.sqf

17 lines
272 B
Plaintext
Raw Normal View History

2015-08-02 14:56:27 +00:00
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
GVAR(INTERACTION_TARGET) = objNull;
GVAR(actionsOther) = [];
GVAR(actionsSelf) = [];
GVAR(selectedBodyPart) = 0;
call FUNC(collectActions);
2015-08-02 14:56:27 +00:00
ADDON = true;