Author Topic: Is there anyway to override the event limits?  (Read 753 times)

Well long story short, I built a screen with a ton of onRelay events to play an animation. It worked flawlessly the first time but when I reloaded it later, I kept getting the "Too many events at once (onRelay)" message. Is there any way to override this?

Increase the schedule limit(or something like that) in the advanced preferences when you start a custom gamemode.

here's a visual of it


i have mine set to 300 but that's just me, set it to whatever you like

max appears to be 1000, though.

if you are doing more than 1000 events in a single tick, however, you may want to reconsider how your build is designed.

Awesome, it's working now. Thank you guys.