WoW:API GetProgressText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetProgressText to API GetProgressText without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
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.