-
Notifications
You must be signed in to change notification settings - Fork 0
SFUtils_Guild
Shadowfen edited this page Jul 3, 2025
·
4 revisions
Guild helper functions
function sfutil.SafeGetGuildName(index)
where index is 1..5
returns:
guild name, guild Id
or "Invalid guild x", nil if no such guild
does not return nil for name! - if bad then return nil for guildId
function sfutil.GetActiveGuildNames()
Get list of all active guild names in index order (1..5)
function sfutil.GetActiveGuildIds()
Get list of all active guild ids in index order (1..5)