WoW:API GetGossipActiveQuests: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Get the list of active quests from an NPC. | Get the list of active quests from an NPC. |
Revision as of 16:22, 4 December 2007
← WoW API < GetGossipActiveQuests
Get the list of active quests from an NPC.
title1, level1, title2, level2 = GetGossipActiveQuests()
Parameters
Arguments
None.
Returns
- title1, level1[, title2, level2, ...]
- title#
- String - The name of the quest
- level#
- Number - The level of the quest
Details
The active quests for an NPC are available after GOSSIP_SHOW has fired.