QUOTE(DEAD @ Aug 1 2005, 10:22 AM)
By "wait block" I mean the "thing" that blocks other waits while one is executed. I really have to know this. Because in my upcoming map I use long waits like 1800000 (30 min.). And It is pretty nasty that no other trigger with waits can be executed while 30 min. wait on. Is there a way to evade this wait block? All players 1-8 can be in such situation. So simple player change won't help, besides It would take more than one player who wound keep the long waits. Please post any solution or tricks!
[right][snapback]275912[/snapback][/right]
yeah to be frank, thats gonna blow up in your face, badly, if theres another 30 min. wait block executing during ur 30 minute wait block, ur initial block would wait until the 2nd one would finish, so that'd wait for an entire hour, anyway yeah, its gonna get ugly one way or another.... use a countdown timer for that if u wish, although u said u may have more than one so that may not work, u can also use death counters too by adding 1 death to a unit that doesnt die in ur map or cant die (ie, data disc), and preserving that, if ur using hyper triggers that should fire 12 times per second i believe, and if not it'll fire once every second... then do the rest of the math urself...