Search found 4 matches
- Thu Nov 06, 2025 7:41 pm
- Forum: Gameplay Help
- Topic: Interrupt condition and waiting condition should match up
- Replies: 4
- Views: 206
Re: Interrupt condition and waiting condition should match up
I posted this to Bug Reports, no idea why it ended in Gameplay Help
- Thu Nov 06, 2025 7:20 pm
- Forum: Gameplay Help
- Topic: Interrupt condition and waiting condition should match up
- Replies: 4
- Views: 206
Re: Interrupt condition and waiting condition should match up
Just for completeness, in my setup I have 3 kinds of station, IMPORT, EXPORT, and PARKING
All trains have schedule:
goto EXPORT until cargo full
goto IMPORT until cargo empty
With an interrupt:
If no path, goto PARKING
I would love to be able to add a condition to the interrupt:
(cargo is empty AND ...
All trains have schedule:
goto EXPORT until cargo full
goto IMPORT until cargo empty
With an interrupt:
If no path, goto PARKING
I would love to be able to add a condition to the interrupt:
(cargo is empty AND ...
- Thu Nov 06, 2025 7:14 pm
- Forum: Gameplay Help
- Topic: Interrupt condition and waiting condition should match up
- Replies: 4
- Views: 206
Re: Interrupt condition and waiting condition should match up
One could consider this to be a feature request for a "there is a path to station" wait condition
Though I'm not sure when would you want the current "station is not full" and wouldn't want a "there is a path to station"
Though I'm not sure when would you want the current "station is not full" and wouldn't want a "there is a path to station"
- Thu Nov 06, 2025 7:04 pm
- Forum: Gameplay Help
- Topic: Interrupt condition and waiting condition should match up
- Replies: 4
- Views: 206
Interrupt condition and waiting condition should match up
There is an interrupt condition "Destination full or no path"
There are also similar sounding wait conditions "Station is (not) full"
Unfortunately the wait conditions don't emulate the interrupt condition
Consider a situation when you have disjoint rail networks, with same name stations
Within ...
There are also similar sounding wait conditions "Station is (not) full"
Unfortunately the wait conditions don't emulate the interrupt condition
Consider a situation when you have disjoint rail networks, with same name stations
Within ...