WoW API: BuyGuildCharter

From AddOn Studio
Jump to navigation Jump to search

WoW API < BuyGuildCharter

Purchase a Guild Charter.

BuyGuildCharter("guildName")

Arguments[edit]

guildName
String - Name of the guild you wish to purchase a guild charter for.

Example[edit]

The following purchases a guild charter for "MC Raiders":

BuyGuildCharter("MC Raiders");

Notes[edit]

There are two preconditions to using BuyGuildCharter:

  1. Must be talking to a Guild Master NPC.
  2. Must be on the Purchase a Guild Charter screen.

See also[edit]