Hey :) Just a quick question.
I to edit the code below, to not use the find safe spot code, and instead force the script to use the exact marker:
_where = [getMarkerPos "mis1",0,5500,100,0,20,0] call BIS_fnc_findSafePos;
I'm wondering, would it be something like:
_where = (getMarkerPos "devilsm2start1");
Or perhaps just
_where = getMarkerPos "devilsm2start1";
Anyone able to help, would be greatly appreciated :)
Thanks in advance!