I have an east group, called "patrol1", set up on a patrol of 4 waypoints, on cycle, so they patrol infinite. then I have a switch trigger, if west detected by east, since I want them to return to the base when it gets attacked. I have a marker in the base called "return_point"
this is in the on activation field of the switch trigger:
leader patrol1 Move getpos return_point;
but the patrol just stop dead, and don't do anything. please give me a hand here.