Confusion about wait conditions
Posted: Wed Oct 29, 2025 11:02 pm
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.