Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

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.
Advertisement