Wowpedia

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

READ MORE

Wowpedia
({{wowapi}}, format)
(boilerplate)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{wowapi}} __NOTOC__
 
{{wowapi}} __NOTOC__
 
Purchase a Guild Charter.
 
Purchase a Guild Charter.
BuyGuildCharter(guildName)
+
BuyGuildCharter("guildName")
  +
 
==Arguments==
 
;guildName : String - Name of the guild you wish to purchase a guild charter for.
   
==Parameters==
 
===Arguments===
 
:;guildName : String - Name of the guild you wish to purchase a guild charter for.
 
 
==Example==
 
==Example==
 
The following purchases a guild charter for "MC Raiders":
 
BuyGuildCharter("MC Raiders");
 
BuyGuildCharter("MC Raiders");
  +
===Result===
 
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.
  +
  +
==See also==
  +
* {{api|OfferPetition}}
  +
* {{api|TurnInGuildCharter}}

Revision as of 00:02, 20 March 2010

Purchase a Guild Charter.

BuyGuildCharter("guildName")

Arguments

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

Example

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

BuyGuildCharter("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.

See also