Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Lets you know whether you are in a guild.

isGuildMember = IsInGuild()

Parameters[]

Returns[]

isGuildMember
boolean - 1 if you are in a guild, nil otherwise.

Example[]

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