diff --git a/SQF/dayz_code/medical/load/unLoad_act.sqf b/SQF/dayz_code/medical/load/unLoad_act.sqf index 094f3cc0e..ce5f440f0 100644 --- a/SQF/dayz_code/medical/load/unLoad_act.sqf +++ b/SQF/dayz_code/medical/load/unLoad_act.sqf @@ -7,6 +7,8 @@ _args = _this select 3; _name = _args select 0; _vcl = _args select 1; _crewVcl = crew _vcl; +LHA_Deck = []; +LHA_height = 0; //_name removeAction NORRN_pullOutAction; // NORRN_pullOutAction is defined anywhere @@ -34,4 +36,4 @@ for [{ _loop = 0 },{ _loop < count _crewVcl },{ _loop = _loop + 1}] do uiSleep 0.1; }; -if (true) exitWith {}; \ No newline at end of file +if (true) exitWith {};