WoW API: GetProgressText

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetProgressText

Returns quest progress text, displayed by the NPC before the player hits "Continue".

GetProgressText();

Returns
String progress
progress
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.