Hello, a question about events.
My question is:
If the first event "Array value at 18 = 0" is false, the remaining events of the list are checked?, or construct jump to the next block of events?.
I mean, all events are checked although the former event is false?.
Construct 2 logic is the same as in programming,
If the top condition is false, then everything below that require that specific condition to pass is invalid. Construct will move on to other events.
And more importantly, the image you are showing is a list of conditions, not events. Conditions are conditions, actions are actions and events are events. Please don't mix them up.