get_name - ryzom/ryzomcore GitHub Wiki
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.