WoW API: GetNumGossipAvailableQuests
← WoW API < GetNumGossipAvailableQuests
Returns the number of quests (that you are not already on) offered by this NPC.
numNewQuests = GetNumGossipAvailableQuests();
ReturnsEdit
- numNewQuests
- Number - Number of quests you can pick up from this NPC.
DetailsEdit
- This information is available when GOSSIP_SHOW event fires.