I'm trying to make a function that will loop BIS_fnc_findSafePos comparing it to coordinates to make sure they do not match to stop the "Novy Sobor" bug with the Mission Systems.
Is there a code snippet out there already? I get an error with the attempt I made.
Here's what I tried:
findSafePos failsafe?
Is there a code snippet out there already? I get an error with the attempt I made.
Here's what I tried:
Code:
DZ_FindPos = { private["_findRun","_pos"]; _findRun = true; while {_findRun} do { _pos = [getMarkerPos "center",0,5500,100,0,20,0] call BIS_fnc_findSafePos; if (!(_pos ==...