Author Topic: Event delay help  (Read 421 times)

Annoyingly, the max delay is 30000 milliseconds, and I can't figure out a way to go higher with the events I'm trying to do.
Basically, I'm trying to make an automatic zombies rounds system. For the first round, you go for 30 seconds with 100 health zombies. For the second round, you go for 45 seconds with 150 health zombies, and so on. I can already make the zombie health increase using easy variables, and I can already give notices saying which round it is. All that I'm missing is some sort of way to increase my delay limit WHILE using minigame events (so relays don't work). Please help :(

Run a relay chain through several bricks, with each brick being a relay with a 30 second delay. The last brick can reset the minigame or whatever.