Page 1 of 1

Confusion about wait conditions

Posted: Wed Oct 29, 2025 11:02 pm
by marbling6034
10-29-2025, 16-53-26.png
10-29-2025, 16-53-26.png (185.69 KiB) Viewed 231 times
I want to make the wait condition be fluid = 0 and (time passed OR cargo = 0). The game is doing (fluid = 0 and cargo = 0) or time passed. How do I change the and/or bracket to do what I want. I can't create an 'or' condition with a little bracket like I can with the 'and' condition. I can only create (x and x) or x not (x or x) and x.

Re: Confusion about wait conditions

Posted: Wed Oct 29, 2025 11:18 pm
by Loewchen
Make (fluid AND time) OR (fluid AND cargo)