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

9 lines
152 B
Plaintext

// noDamage.sqf
_unit = _this select 0;
_unit setCaptive 3;
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
_unit allowDamage false;
sleep 0.01;