View Single Post
09-08-13, 09:07 AM   #23
Jarod24
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 66
Just tested the IsInProvingGround() function and it will only return 1 after the player has talked to the NPC inside the scenario and the timer has finished counting down.


Lua Code:
  1. local inProvingGround = IsInProvingGround();
  2.   --Returns: nil or 1.
  3.   --Remarks: Will only return 1 after the countdown timer has finished when the player is inside the proving grounds scenario.
__________________
Author of IfThen, Links in Chat
  Reply With Quote