| 01-26-2007, 11:25 PM | #2 |
I don't see any events that would fire the second trigger. Or any action the the other trigger that would. |
| 01-26-2007, 11:45 PM | #3 |
aah, sorry, it runs on map initilization I tried a trigger - run "Multi" from the GUI part aswell, didnt work |
| 01-27-2007, 01:41 AM | #4 |
Try putting Trigger: stuff![]() Custom Script : call ExecuteFunc("Trig_Multi_Actions")I don't trust to much that >= in the loop, I think you wanted a > there |
| 01-27-2007, 01:44 AM | #5 |
Thanks, that did it, the custom script, and I changed the loop aswell Btw, why didnt this trigger execute? it was set to run on map init? |
| 01-27-2007, 10:22 AM | #6 | |
Quote:
Dont know. But map init isent always the best solution, it can have problems. To be safe use Elapsed Time at 0.00. |
| 01-27-2007, 01:37 PM | #7 |
The trigger probably ran, but before the other "setting" trigger did, so it would instantly exit the loop since low==high. |
