The startMoving native AI script function sets an activity to move a group to a specific location.
()startMoving(x: f, y: f, radius: f) // startMoving_fff_
()startMoving(100,-100,10); // Moves the group to (100,-100) with a radius of 10
This example code sets an activity for the group to move to the location (100,-100)
with a radius of 10.