Ok, I have my hypers on player 8 (comp). When I use waits in other players triggers they don't work... they wait only a split second no matter what time I set them to.
Easy fix?
put hyper triggers on an unsued playerl ike palyer 7 then use the waits on player 8
you want to put a mass of them on a comp and one on each player in the game and depending on what ur tryin to do it'll work fast.
QUOTE(r[s]t @ Oct 7 2005, 12:33 PM)
put hyper triggers on an unsued playerl ike palyer 7 then use the waits on player 8
[right][snapback]328326[/snapback][/right]
Nice, thanks. Does "pause game" not work with hypers?
Pause game does not work in multiplayer.
sounds odd, i would have to see it.
They wait only a split second? Probably you're thinking that waits go in seconds instead of milleseconds if I understand correctly.
Yeah i was thinking something like that, or he isn't use to useing hyper triggers and their now fireing faster than he is used too but Its probolly the first.
Try placing the hyper triggers i nthe all players section and then do the individual triggers for each player. The wiats should work then. They do for me at least....
Even with hypertriggers, triggers only fire once every 84 milliseconds.
I am new to hyper triggers, but I know that it's in milliseconds...LOL. I guess any waits before hypers are ignored...but they still wait just a split second. I added a wait for 10000 and still, only a split second.
I did work around this using a switch to call a short wait "function" in player 8, with all my hypers in player 7. It works fine now, but any wait calls before the hypers (player 1-6) do not wait the appropriate time.
I am working on a different type of display system (continually updating)...so this function would have been nesessary for standard messages anyway. But I am curious to know the order in which triggers (players) should be to get the speed benefit of the hypers and the timing benefit of the waits without any conflicts.
Thanks.
Oh, your waits seem to be ignored. Keep in mind that during a Wait() action, Starcraft checks all other triggers. THe actions after the wait should still have to wait though...
You might want to post the map. I'm kinda interested in your case.