Skip to content

wait_in_zone

Ryzom Core Wiki edited this page Mar 13, 2023 · 2 revisions

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.

Clone this wiki locally