Foldit Wiki
Advertisement

user.GetGroupName

Function
string user.GetGroupName()
Description
Gets the group name.
V1 Function Name
New to V2

user.GetGroupName returns the name of the current player's group. The code:

print ( "group name = " .. user.GetGroupName () )

might produce the output:

group name = Beta Folders
Advertisement