johnnyboy 3797 Posted May 17, 2021 Cycle waypoints can be linked to any previous waypoint. Is there a waypoint command to look up this information so you know what the next waypoint is after a cycle waypoint? Share this post Link to post Share on other sites
pierremgi 4912 Posted May 18, 2021 Waypoints will return the array of waypoints for a group You can work on them like this: _wptsArr = waypoints popeyeTheSailorMan apply {[_x, waypointPosition _x, waypointType _x]} 1 Share this post Link to post Share on other sites
beno_83au 1369 Posted May 18, 2021 They cycle to the nearest waypoint don't they? You could use Pierre's array to work out which one is closest, but I don't think there's ever been anything that specifically grabs the waypoint. Not sure if https://community.bistudio.com/wiki/synchronizedWaypoints would work, but maybe worth a quick try. 1 Share this post Link to post Share on other sites