ACE3/addons/fastroping/XEH_preInit.sqf

18 lines
288 B
Plaintext
Raw Normal View History

2015-09-16 21:01:01 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(canCutRopes);
PREP(canDeployRopes);
PREP(canFastRope);
PREP(cutRopes);
PREP(deployRopes);
PREP(fastRope);
PREP(fastRopePFH);
PREP(moduleEquipFRIES);
PREP(onCutRopesCommon);
PREP(onDeployRopesCommon);
PREP(onRopeBreak);
2015-09-16 21:01:01 +00:00
ADDON = true;