Hi Ofpec, not sure if this is a bug or not but i can't seem to get the bolean operator || to work, i've tried, OR as well but it's not working for me like it did in ArmA 1.
in two separate triggers i have
Act: trig1=true;
Act: trig2=true;
in trigger 3 i have
Condition: trig1 OR trig2
from what testing has proved to me || is working exactly the same as &&
can someone verify this as i'm thinking i'm going mad