-
Notifications
You must be signed in to change notification settings - Fork 101
get_name
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Get Name description: published: true date: 2023-03-16T23:07:23.920Z tags: editor: markdown dateCreated: 2023-03-16T22:24:05.810Z
The getName native AI script function retrieves the name of a group.
(name: s)getName()
The function returns the name of the group as a string.
($groupName)getName();
This example code retrieves the name of the current group and stores it in a string variable.