Page 1 of 1

Judgement Hour global / object status variable?

Posted: 11 Sep 2018, 04:09
by Merlyn
Does anyone know if there is an accessible variable somewhere that shows whether Judgement Hour is currently active or not?

Re: Judgement Hour global / object status variable?

Posted: 11 Sep 2018, 05:16
by Nyuton
not a variable, but there's a function:

Code: Select all

IsJHActive();
returns 0 or 1

Re: Judgement Hour global / object status variable?

Posted: 11 Sep 2018, 06:17
by Merlyn
Just ran across this and was coming to delete this post. Thank you!