wait_in_zone - ryzom/ryzomcore GitHub Wiki
title: Wait in Zone description: published: true date: 2023-03-16T23:13:07.781Z tags: editor: markdown dateCreated: 2023-03-16T22:31:23.864Z
The waitInZone native AI script function makes the group wander in the specified zone.
()waitInZone(Zone: s)
- Zone (string): The name of the zone where the group should wander.
This function does not return a value.
()waitInZone("Forest");
This example code makes the group wander in the "Forest" zone.