I've written:
A3 lockWP true
{doStop _X} forEach units A3
~4
{unassignVehicle _X} forEach units S31
{_X action ["GET OUT", vehicle player]} forEach units S31
A1 lockWP true
{doStop _X} forEach units A1
~4
{unassignVehicle _X} forEach units S21
{_X action ["GET OUT", vehicle player]} forEach units S21
exit
________________________
It's working. The APCs stop and the units get out and hit their next waypoint. However, the APC convoy just stays at there instead of proceeding to it's next waypoint. Could doStop have something to do with this?
Sam