The moveToZone native AI script function moves the current group from one zone to another.
()moveToZone(from: s, to: s)
()moveToZone("zone1", "zone2");
This example code moves the current group from zone1 to zone2.