| 12-01-2002, 01:45 PM | #1 |
Guest | Ok I have a question that has been driving me crazy. Ok when I set up my triggers and test the map in a lan game, (by myself) everything runs smooth and if not I tweak it so. Ok then when I get on battle net and test the same map with another person, the timing is all off. I don't get it... Why is the time off. It's like the triggers are firing but are skipping all the waits. Please someone tell me what the hell is going on. |
| 12-01-2002, 02:44 PM | #2 |
Guest | Wait doesn't work properly in bnet. |
| 12-01-2002, 03:45 PM | #3 |
Do a for integer A (The number of User Players) add X seconds and wait. |
| 12-01-2002, 04:27 PM | #4 |
That's the easiest way, but, you can also put the wait at the beginning of a trigger. That works. So if you want to do this: ----wait 1 seconds ----do nothing ----wait 1 second ----do nothing You do: ----wait 1 second ----Do nothing ----run trigger 2 TRIGGER 2: wait 1 second What draco said is easier though |
| 12-01-2002, 08:31 PM | #5 | |
Guest | Quote:
Ok so I add the wait for the whole trigger time combined or is it for each time I have a wait? |
| 12-01-2002, 08:39 PM | #6 |
For each time. |
| 12-01-2002, 08:41 PM | #7 |
Guest | Thanks :D |
| 12-01-2002, 10:18 PM | #8 |
Guest | I tried doing this to get this camera + text trigger to fire for just one player correctly: For each (Integer A) from (Player Number of Player 9) to (Player Number of Player 9), do (Wait X seconds) This was suppose to work for only this player, but it backfired and didn't work at all. So I set it up like this: For each (Integer A) from (Player Number of Player 9) to (Player Number of Player 12), do (Wait X seconds) It worked out fine. It dosen't make sence you have to add wait for both players in the game to see something for one player. Ok this works fine with two players. How would I make this trigger work for more then 2 players?? |
| 12-01-2002, 10:33 PM | #9 |
Use an integer representing the total number of players in a game. |
| 12-01-2002, 10:34 PM | #10 |
Guest | Could you type it out on here please. It would help out alot :) What would make a cool spell/ability that would magically open a door? I am trying to pick a good one. Any suggestions? |
| 12-02-2002, 12:58 AM | #11 |
For each (Integer A) from (0) to (Amount of Players), do (Wait X seconds) probaly not right syntax but there you go |
| 12-02-2002, 01:23 AM | #12 |
Yup, I believe that's correct Mythmon |
| 12-02-2002, 01:40 AM | #13 |
Guest | Hey Draco do you have some sort of instant msger. I have some questions for ya. |
