The startWander native AI script function sets the activity of a group to wander around their current position. The dispersion of wander activity is defined by the radius argument.
()startWander(Radius: f)
()startWander(100); // Gives a wander activity to the group with dispersion of 100
This example code sets the activity of the group to wander around their current position with a dispersion of 100.