Error in expression <=+ _this;
_text = _array select 0;
if (islocalized _text) then {_array set [0,l>
Error position: <islocalized _text) then {_array set [0,l>
Error islocalized: Type Number, expected String
File A3\functions_f\Tasks\fn_setTaskLocal.sqf, line 175
I have scripted tasks using [true,[_tsk],[_taskdesc,_tasktopic,_position_mark],_position_mark,1,2,true,"Search"] call BIS_fnc_taskCreate; and I get that error every time. The tasks do not show at all and prior to patch 1.54 everything worked fine. I see the function has a =+ at line 175 which is definitely a typo causing all tasks to be broken.