Daviyow Posted March 24, 2014 Share Posted March 24, 2014 (edited) Hey, stuck here with a little question, is this done correct? Im trying to stop my timer to run if its at a random Thanks for reading. Edited March 24, 2014 by daviyow Link to comment Share on other sites More sharing options...
Digzey Posted March 24, 2014 Share Posted March 24, 2014 Couldn't you use if (RandomEventSolver.GetCurrent() == "PRISON_PETE") { } or equiv? Haven't tried to check tbh Link to comment Share on other sites More sharing options...
Dog_ Posted March 24, 2014 Share Posted March 24, 2014 (edited) e: nvm is wrong didn't look at docs Edited March 25, 2014 by Erza Link to comment Share on other sites More sharing options...
Joseph Posted March 24, 2014 Share Posted March 24, 2014 if (randomManager.getCurrent().equals(RandomManager.PRISON_PETE)) 1 Link to comment Share on other sites More sharing options...