IsInGuild

From Warcraft Wiki
Jump to navigation Jump to search

Lets you know whether you are in a guild.

inGuild = IsInGuild()

Returns

inGuild
boolean

Example

if IsInGuild() then
    SendChatMessage("Hi Guild!", "GUILD")
end