-
Notifications
You must be signed in to change notification settings - Fork 94
rename
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
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".