Rename SQF/dayz_code/medical/publicEH/noDamage.sqf to Server Files/Archive/dayz_code/medical/publicEH/noDamage.sqf

This commit is contained in:
worldwidesorrow
2019-12-11 19:02:35 -06:00
committed by GitHub
parent 329a7512c7
commit d2b77025f5

View File

@@ -0,0 +1,8 @@
// noDamage.sqf
_unit = _this select 0;
_unit setCaptive 3;
_unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
_unit allowDamage false;
sleep 0.01;