I am getting this error in my log:
19:46:18 Error in expression < if (_object getVariable ["Mission",0] == 1) exitWith {}; if (_object getVari> 19:46:18 Error position: <== 1) exitWith {}; if (_object getVari> 19:46:18 Error Generic error in expression 19:46:18 File z\addons\dayz_server\compile\server_updateObject.sqf, line 30
But i dont see any error with it
// Missions if (_object getVariable ["Mission",0] == 1) exitWith {}; // Halo Jump if (_object getVariable ["bis_fnc_halo_now",0] == 1) exitWith {};
Why is it giving errors ?
It was
if (_object getVariable ["Mission"] == 1) exitWith {};
but even when i changed it to the above....i still get the error.