WoW:API BuyGuildCharter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{wowapi}}, format) |
||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
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: | |||
#Must be talking to a ''Guild Master'' NPC. | |||
#Must be on the ''Purchase a Guild Charter'' screen. |
Revision as of 19:09, 23 December 2006
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:
- Must be talking to a Guild Master NPC.
- Must be on the Purchase a Guild Charter screen.