Compound conditions in train interrupts

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
lelick
Burner Inserter
Burner Inserter
Posts: 15
Joined: Mon Oct 21, 2024 6:35 pm
Contact:

Compound conditions in train interrupts

Post by lelick »

Hi,

I'm not certain how to control priority of AND/OR operations (parenthesis basically). And also not sure how to read UI.

Attached (ignore station names) reads to me as A OR (B AND C AND D). I want to achieve (A OR B) AND C AND D.

Of course, as a workaround I could decompose it into two independent interrupts - (A & C & D) and (B & C & D), but then what's the point of having OR ?

Is there any way in UI I miss to make OR higher priority than ANDs? There is no drag left-right
Screenshot 2024-11-15 at 19.32.56.png
Screenshot 2024-11-15 at 19.32.56.png (50.35 KiB) Viewed 112 times
Thanks.
Post Reply

Return to “Gameplay Help”