WoW:API BuyGuildCharter: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 15: Line 15:
<hr />
<hr />


[[Category:API Functions|BuyGuildCharter]]
{{Template:WoW API}}
[[Category:API Guild Functions|BuyGuildCharter]]

Revision as of 15:35, 4 January 2006

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");

Template:WoW API