rename - ryzom/ryzomcore GitHub Wiki


title: Rename description: published: true date: 2023-03-12T22:55:47.871Z tags: editor: markdown dateCreated: 2023-03-12T22:55:44.931Z

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".

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