WoW:API IsInGuild

Revision as of 15:32, 4 January 2006 by WoWWiki>Anticrash
IsInGuild -Documentation by RoQ-

IsInGuild()

Lets you know whether you are in a guild.

isGuildMember = IsInGuild();

Arguments
nil

Returns
isGuildMember

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

Template:WoW API