-
Notifications
You must be signed in to change notification settings - Fork 94
wait_in_zone
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
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.