Author Topic: Too many events at once  (Read 542 times)

Is there any way I can avoid this? I have a lot of events being triggered when a minigame resets and they all don't go off because of the "too many events".

I need help getting all of these events to happen.

Can I raise the events at once limit? Is there a way through events to trigger and event when a minigame resets without using the onMinigameReset input?

Sorry if the answer is obvious because I have never really had trouble with using too many events at once.

I have tried using delays of half seconds and seconds (2 events with delay of 1 second, 2 events with delay of 2 seconds...etc)

The actual problem is how many of those delays you have waiting at once. Events that happen instantly don't count towards this. Alternately, it is listed as the schedule quota in the advanced config menu if you have to increase it.

The actual problem is how many of those delays you have waiting at once. Events that happen instantly don't count towards this.
Yeah, I knew this, but I thought dummies might reply.

Yeah, I knew this, but I thought dummies might reply.
Well then you should know that these delays would be making the problem worse.
I have tried using delays of half seconds and seconds (2 events with delay of 1 second, 2 events with delay of 2 seconds...etc)

What? No. I have tested it before and found out it doesn't work in the past.

I said that to eliminate the idiots that think that would work.

Oh and thanks. Locking.