Skip to content

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

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