A3XAI-Final/A3XAI/compile/A3XAI_addUAVEH.sqf
Snark Industries c4a7084754 A3XAI Final Release (April 17, 2016 version)
Releasing previously unreleased version. Completely unsupported with no guarantee of functionality. Use at own risk.
2017-07-19 21:20:00 -04:00

8 lines
211 B
Plaintext

#include "\A3XAI\globaldefines.hpp"
if (isNull _this) exitWith {};
_this addEventHandler ["Killed","_this call A3XAI_UAV_destroyed"];
_this addEventHandler ["Hit","_this call A3XAI_defensiveAggression"];
true