This commit is contained in:
[VB]AWOL
2013-11-09 08:13:52 -06:00
parent ad992b97e6
commit 5fb3a0be15
9 changed files with 5 additions and 18 deletions

View File

@@ -55,5 +55,4 @@ while {r_carry_sqf} do
};
sleep 0.1;
};
if (true) exitWith {};

View File

@@ -56,5 +56,4 @@ while {r_carry_sqf} do
sleep 0.1;
};
_dragee playActionNow "Die";
if (true) exitWith {};

View File

@@ -42,5 +42,3 @@ call fnc_usec_medic_removeActions;
NORRN_dropAction = player addAction ["Drop body", "\z\addons\dayz_code\medical\drop_body.sqf",_dragee, 0, false, true];
//NORRN_carryAction = player addAction ["Carry body", "\z\addons\dayz_code\medical\carry.sqf",_dragee, 0, false, true];
sleep 1;
if (true) exitWith {};

View File

@@ -30,5 +30,3 @@ _dragee setVariable ["NORRN_unit_dragged", false, true];
_dragee playMoveNow "ainjppnemstpsnonwrfldnon";
norrnRalie = _dragee;
publicVariable "norrnRalie";
if (true) exitWith {};

View File

@@ -29,5 +29,3 @@ if ((_vcl emptyPositions "cargo") > 0) then
hint "No space left in vehicle";
};
NORRN_load_wounded_action = true;
if (true) exitWith {};

View File

@@ -47,5 +47,3 @@ if (local _wounded) then
};
};
sleep 0.01;
if (true) exitWith {};

View File

@@ -33,5 +33,3 @@ for [{ _loop = 0 },{ _loop < count _crewVcl },{ _loop = _loop + 1}] do
};
sleep 0.1;
};
if (true) exitWith {};

View File

@@ -49,5 +49,4 @@ if (local _wounded) then
};
};
sleep 0.01;
if (true) exitWith {};