Skip to content

stop_moving

Ryzom Core Wiki edited this page Jul 8, 2024 · 3 revisions

title: Stop Moving description: published: true date: 2023-03-16T23:12:14.029Z tags: editor: markdown dateCreated: 2023-03-16T22:30:15.104Z

stopMoving

The stopMoving native AI script function makes the group stop moving and stand at its current position.

Syntax

()stopMoving() // stopMoving__

Example

()stopMoving(); // Makes the group stop moving

This example code makes the current group stop moving.

Clone this wiki locally