WoW:API BuyGuildCharter

Revision as of 11:54, 30 January 2005 by WoWWiki>Jmlsteele

Purchases a Guild Charter from the Guild Master.


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

Arguments
guildName: Name of the guild you wish to purchase a charter for.

Returns
Nil on invalid name, 1 otherwise.

Example
local result = BuyGuildCharter("Example Guild");