Hmm guys, Im working on my map and somehow my Wait command isnt working. The waiting time differs from what I actually type in. Right now the wait command is so low that even if I put in wait 1 millisecond, it waits about 3-5 seconds game time.
You have another wait running for the same player at the time you try to run your wait.
Only one wait can run, per player at any one time.
what is the ration of game seconds to wait seconds?
edit: i think it is around 2/3
not sure, but is the ratio different beacause we play on "Fastest" game speed instead of "normal"?
Actually, it's the same no matter what speed you're playing the game. 1000 milliseconds = 1 second.
If you want to time something by gamespeed seconds, hyper triggers are probably your best bet. They run 8 times per game second no matter what game setting its on. That's right, hyper triggers run slower at normal speed.
I was asking the question because I know that the time in the "Wait" trigger does not match the time on the countdown timer. In that case, what is the ratio?
It's different for every game speed. You'll just have to test it out yourself.
One things for sure. Never use too many long waits in your maps, because all the rest of your triggers under that player/force will have to wait that amount of time just to act. In my maps I have learned to use burning buildings as waits, because they wont hold up any of your other triggers. By the way, what kind of map are you working on Ninjax?