Polymorphism Posted September 1, 2017 Share Posted September 1, 2017 I've done a bit of looking around but don't really see anything in the api, so not even sure its possible. 1. Can I create my own RandomEvent and add it to the RandomExecutor 2. Is there a way to toggle RandomEvents such as like this disable login event script logs out and waits 2 mins enable login event to make bot log back in Thanks in advanced guys! Quote Link to comment Share on other sites More sharing options...
IDontEB Posted September 1, 2017 Share Posted September 1, 2017 From what I remember alek saying we are never going to be allowed control of the login event so we either have it enabled or disabled but if you want to disable it just use Explv's login handler. 1 Quote Link to comment Share on other sites More sharing options...
Polymorphism Posted September 1, 2017 Author Share Posted September 1, 2017 6 minutes ago, IDontEvenBot said: From what I remember alek saying we are never going to be allowed control of the login event so we either have it enabled or disabled but if you want to disable it just use Explv's login handler. Ah yes, that sounds like something Alek would say. Good reason though, i can understand. Was hoping to be able to do this without the need for a custom login handler, thank you! Quote Link to comment Share on other sites More sharing options...
IDontEB Posted September 1, 2017 Share Posted September 1, 2017 10 minutes ago, Polymorphism said: Ah yes, that sounds like something Alek would say. Good reason though, i can understand. Was hoping to be able to do this without the need for a custom login handler, thank you! As for doing the 2nd question you asked I'm not exactly sure what you're thinking of doing but in alek's post he shows that we can overwrite the break manager and control when it breaks so instead of disabling/enabling the login event you can set a boolean and control when the breaks occur if that suits your use case. Quote Link to comment Share on other sites More sharing options...