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 ...
GeertDe-Rycke
13 years agoCommunity Member
Hi Alexandro,
What you could do is store the result of your Or condition in a variable with 1 trigger, followed by a second trigger that takes taht variable and applies the AND condition to it
Trigger 1
Or_result = picture 1 OR picture 2
Trigger 2
Show layer = Picture 3 AND Or_result
Hope it helps
Geert
Related Content
- 8 months ago
- 3 months ago
- 7 months ago
- 6 months ago