WoW API: GetProgressText

From AddOn Studio
Revision as of 00:52, 25 January 2007 by WoWWiki>Sine Pi
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.