m
Move page script moved page API SelectGossipAvailableQuest to WoW:API SelectGossipAvailableQuest without leaving a redirect
mNo edit summary |
m (Move page script moved page API SelectGossipAvailableQuest to WoW:API SelectGossipAvailableQuest without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Selects an available quest from a gossip list. | |||
Selects an available quest from a gossip list. | |||
SelectGossipAvailableQuest(index) | SelectGossipAvailableQuest(index) | ||
==Arguments== | |||
;index : Number - Index of the available quest to select, from 1 to {{api|GetNumGossipAvailableQuests}}(); order corresponds to the order of return values from {{api|GetGossipAvailableQuests}}(). | |||
== Triggers events == | |||
{{ | * {{api|t=e|QUEST_PROGRESS}} is fired when the details of the quest are available. | ||