no edit summary
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{API | <center>'''GetGossipActiveQuests''' ''-Documentation by [[User:Gxam|Gxam]]-''</center> | ||
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 [[Events D-G (Delete, Display, Duel, Equip, Execute, FriendList, Gossip, Guild)#GOSSIP_SHOW|GOSSIP_SHOW]] has fired. | |||
---- | |||
__NOTOC__ | |||
{{Template:WoW API}} | |||