| 02-14-2008, 02:08 AM | #2 |
You would then need to use a timer, not just waits. And learn to use [trigger] tags please. |
| 02-14-2008, 03:19 AM | #3 |
Fixed my original post. And i'm not sure what you mean, an expiration timer? I'm going to have to say that I'm missing something that should be obvious, because I don't see what you mean... |
| 02-14-2008, 04:36 AM | #4 |
Waits are extremely inaccurate at small values. You need to have another trigger, which runs every 0.01 seconds (0.04 is fast enough probably) with the same actions as your loop. |
| 02-14-2008, 02:40 PM | #5 |
Actually, you can set a wait to 0 seconds. It will then wait for ~0.2s. As you said, you need a timer which runs over and over again. Timers are accurate. |
