Files
DayZ-Epoch/SQF/dayz_code/medical/publicEH/allowDamage.sqf
2016-03-30 20:50:06 -04:00

7 lines
144 B
Plaintext

// allowDamage.sqf
_unit = _this select 0;
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
_unit allowDamage true;
_unit setCaptive false;