| 12-29-2006, 10:11 AM | #2 |
Shouldn't at the end it be 'set W_Active = true'? Also, you could just put the actions for true in the else of the first if/then/else. |
| 12-29-2006, 10:20 AM | #3 |
1. Don't use waits in if/then/else 2. The first if/then/else enables the next one, so either way both will run. |
| 12-29-2006, 10:33 AM | #4 |
Captain griffen: Yeah that did the trick, putting the actions in the else, don't know why though :S. Rulerofiron99: 1. It's ok to use waits in if/then/else, as long as the trigger doesn't run again in the meantime. 2. The first enables the other, and visa versa, but they will not both run at the same time, thats why there is a second boolean in there ;). |
| 12-29-2006, 11:24 AM | #5 |
You were switching W_Circulate_Flyoff to true, meaning when it did the second if/then/else, it had a different value. |
| 12-29-2006, 11:30 AM | #6 |
Thanks for the header Griffen ^_^ |
