Files
DayZ-Epoch/SQF/dayz_code/medical/publicEH/allowDamage.sqf

7 lines
146 B
Plaintext

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