GetProgressText

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns quest progress text at a quest giver.

progress = GetProgressText()

Returns
progress
string : The progress text

Example
local progress = GetProgressText();
Result
"Did you gather the venom sacs, Hobo?"

Description
Quest Progress texts are displayed by NPCs visited and queried about active quests, completed or not. If the quest is completed, the player can hit the Continue button to have the option to complete the quest.