| 10-19-2005, 12:14 AM | #1 |
Hi. Is there a way to halt/pause a trigger? I want to make a wait trigger with a timmer that will work faster then the current 0.10 wait trigger. Thanks. |
| 10-19-2005, 01:51 AM | #2 |
wait .01 |
| 10-20-2005, 02:23 AM | #3 |
Maybe I didn't make myself clear enough? In technical terms the "Wait" trigger can only go as low as 0.10sec even though you can set it to 0.01sec. On the other hand timers can go as low as 0.01sec. What I want to do is make a wait trigger using timers and then replace the "wait" trigger with the timer trigger.That clear enough for you? ![]() |
| 10-20-2005, 07:11 PM | #4 |
This probably isn't a great way, but I'm using it in my map for a few things anyway: Add a dummy spell to a dummy unit that does nothing. The first trigger makes the unit cast the spell at the end, and the spell fires a second trigger. It really depends on what the trigger does though, but that could help. In this case the spell would have a casting time of .01, and I can't remember what spell I based it on.... [edit] Or if you can split it into two triggers with a .01 countdown timer (I haven't tried it), that would be good too. |
| 10-20-2005, 08:08 PM | #5 |
Split the trigger into two sections, one before the timer and one after. The end of the first trigger starts the timer and the second trigger starts when the timer ends. |
| 10-21-2005, 01:50 AM | #6 |
The thing is spliting the trigger into two makes it alot more complex. I would end up spliting one trigger into a hell of a lot more. Is there any way to start at any trigger within a trigger? Like line 5 in trigger something. |
| 10-21-2005, 10:17 AM | #7 |
No. If you want to wait less than 0.25 seconds, you have to do things the hard way. |
| 10-22-2005, 06:36 AM | #8 |
Darn |
