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

title: Rename description: published: true date: 2023-03-16T23:09:42.327Z tags: editor: markdown dateCreated: 2023-03-16T22:27:01.674Z

rename

The rename native AI script function renames all bots in the current group with the specified name.

Syntax

()rename(newName: s)

Arguments

  • newName (string): The new name to give to the bots.

Example

()rename("NewBotName");

This example code renames all bots in the current group to "NewBotName".

Clone this wiki locally