a3_exile_occupation/scripts/reactions/reactUnit.sqf
2016-04-02 20:06:53 +01:00

8 lines
207 B
Plaintext

_logDetail = format ["[OCCUPATION]:: Unit %2 killed at %1",time,_this];
[_logDetail] call SC_fnc_log;
// Get the variables from the event handler
_unit = _this select 0;
_weaponFired = _this select 1;