WoW API: GetNumGossipActiveQuests
← WoW API < GetNumGossipActiveQuests
Returns the number of active quests that you should eventually turn in to this NPC.
numActiveQuests = GetNumGossipActiveQuests();
ReturnsEdit
- numActiveQuests
- Number - Number of quests you're on that should be turned in to the NPC you're gossiping with.
DetailsEdit
- This information is available when GOSSIP_SHOW event fires.