Forum Discussion
anoyatis
13 years agoCommunity Member
Multiple AND and OR conditions in the same trigger
I've run into a scenario when I am implementing a "show layer X" trigger 5 times (with different conditions), when I really should be just using one trigger (with all conditions combined). How does ...
MikeWohlwend
13 years agoCommunity Member
After trying to make sense of how and's and or's interact when combined into a single trigger, I have gone with Geert's indicated method. It seems that you simply have to break up more complicated functions, which does inflate the number of triggers and the time to create it--but which works!
So Alexandros, in testing my situation over, it seems that the ands and ors combine to break the functionality of the whole thing.
More specifically, I think I saw all elements begin behaving as if they were "or" conditions, regardless of their ordering, etc
Related Content
- 8 months ago
- 3 months ago
- 7 months ago
- 6 months ago