WoW API: GetNumGossipActiveQuests

Revision as of 23:07, 4 April 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns the number of active quests that you should eventually turn in to this NPC. numActiveQuests = GetNumGossipActiveQuests(); == Returns == ; numActiveQuests : N…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetNumGossipActiveQuests

Returns the number of active quests that you should eventually turn in to this NPC.

numActiveQuests = GetNumGossipActiveQuests();

Returns

numActiveQuests
Number - Number of quests you're on that should be turned in to the NPC you're gossiping with.

Details

  • This information is available when GOSSIP_SHOW event fires.

See also