rename - ryzom/ryzomcore GitHub Wiki
title: Rename description: published: true date: 2023-03-16T23:09:42.327Z tags: editor: markdown dateCreated: 2023-03-16T22:27:01.674Z
The rename native AI script function renames all bots in the current group with the specified name.
()rename(newName: s)
- newName (string): The new name to give to the bots.
()rename("NewBotName");
This example code renames all bots in the current group to "NewBotName".