WoW:API BuyGuildCharter: Difference between revisions
Jump to navigation
Jump to search
(Buy a guild charter) |
m (Move page script moved page API BuyGuildCharter to API BuyGuildCharter without leaving a redirect) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
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: | |||
# Must be talking to a ''Guild Master'' NPC. | |||
# Must be on the ''Purchase a Guild Charter'' screen. | |||
==See also== | |||
* {{api|OfferPetition}} | |||
* {{api|TurnInGuildCharter}} |
Latest revision as of 04:45, 15 August 2023
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:
- Must be talking to a Guild Master NPC.
- Must be on the Purchase a Guild Charter screen.