wait_in_zone - ryzom/ryzomcore GitHub Wiki


title: Wait in Zone description: published: true date: 2023-03-13T00:08:14.081Z tags: editor: markdown dateCreated: 2023-03-13T00:08:10.822Z

waitInZone

The waitInZone native AI script function makes the group wander in the specified zone.

Syntax

()waitInZone(Zone: s)

Arguments

  • Zone (string): The name of the zone where the group should wander.

Return value

This function does not return a value.

Example

()waitInZone("Forest");

This example code makes the group wander in the "Forest" zone.

⚠️ **GitHub.com Fallback** ⚠️