WoW:API BuyGuildCharter: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (shouldn't be linked)
Line 9: Line 9:
  BuyGuildCharter("MC Raiders");
  BuyGuildCharter("MC Raiders");
===Result===
===Result===
Purchases a guild charter for "[[MC Raiders]]").
Purchases a guild charter for "MC Raiders").
 
==Notes==
==Notes==
There are two preconditions to using BuyGuildCharter:
There are two preconditions to using BuyGuildCharter:
#Must be talking to a ''Guild Master'' NPC.
#Must be talking to a ''Guild Master'' NPC.
#Must be on the ''Purchase a Guild Charter'' screen.
#Must be on the ''Purchase a Guild Charter'' screen.

Revision as of 20:40, 3 November 2007

WoW API < BuyGuildCharter

Purchase a Guild Charter.

BuyGuildCharter(guildName)

Parameters

Arguments

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

Example

BuyGuildCharter("MC Raiders");

Result

Purchases a guild charter for "MC Raiders").

Notes

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.