gradMehExportMap throws the following error when it is executed from within grad_meh_fnc_export.
20:42:09 Error position: <gradMehExportMap [
_x,
_exportSat,
_expo>
20:42:09 Error Expected bool at index 1!
20:42:09 File \x\grad_meh\addons\main\functions\fn_export.sqf [grad_meh_fnc_export]..., line 84
If the command is executed from the debug console with just true at index 1 it works fine.
The weird thing is that the debug output a few lines above outputs the following:
gradMehExportMap
throws the following error when it is executed from withingrad_meh_fnc_export
.If the command is executed from the debug console with just
true
at index 1 it works fine. The weird thing is that the debug output a few lines above outputs the following:so sqf thinks
_exportSat
is a bool.