ACE3/addons/laser_selfdesignate/XEH_pre_init.sqf

12 lines
180 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2016-02-22 14:20:36 +00:00
ADDON = false;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
2015-04-07 19:11:28 +00:00
GVAR(active) = false;
FUNC(getPosASL) = {visiblePositionASL (_this select 0)};
2016-02-22 14:20:36 +00:00
ADDON = true;