This is a script i used and executed through a trigger.
The script spawns a BLUFOR infantry squad and calls the bis_fnc_taskPatrol on the marker named "DEwp3". The patrol radius around the marker should be 150 meters, but instead they walk around a bit and then move infinitely north west or they instantly start moving north west.
DEgrp3 = createGroup west; DEgrp3 = [getMarkerPos "DEgrp3Spawn", west, (configfile >> "CfgGroups" >> "West" >> "BLU_F" >> "Infantry" >> "BUS_InfSquad")] call BIS_fnc_spawnGroup; [DEgrp3, getMarkerPos "DEwp3", 150] call bis_fnc_taskPatrol; DEgrp3 setBehaviour "SAFE";
The marker exists on the map and is *NOT* placed in the north west corner of the map. {F21202} {F21203}