Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

setRandoms(boolean on)

Discretion is advised
Joined
Jan 2, 2014
Messages
306
Would be a nice feature if you could disable/enable randoms during script, or maybe disable a specific random like setRandom(Random... randoms, boolean on), for example, maybe you want to logout for a specific amount of time and then log back in, you would need to turn the login handler off, but all randoms should turn on again when you stop the script.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,046
Would be a nice feature if you could disable/enable randoms during script, or maybe disable a specific random like setRandom(Random... randoms, boolean on), for example, maybe you want to logout for a specific amount of time and then log back in, you would need to turn the login handler off, but all randoms should turn on again when you stop the script.
Try EventProcessor.
 
Top