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

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

View File

@@ -46,6 +46,4 @@ if (local _wounded) then
_wounded playMove "BasicDriver";
};
};
sleep 0.01;
if (true) exitWith {};
sleep 0.01;

View File

@@ -32,6 +32,4 @@ for [{ _loop = 0 },{ _loop < count _crewVcl },{ _loop = _loop + 1}] do
publicVariable "norrnRalie";
};
sleep 0.1;
};
if (true) exitWith {};
};