#I have come to make a plea to the Train Gods.

1 messages · Page 1 of 1 (latest)

tawny canyon
#

So I'm trying to build a supply train that continuously runs down a route dropping off supplies at stations all with the same name. If there are no stations available (they are disabled if they don't need supplies) I have an interrupt that checks if there are no path to the next station. Then if there are none, it returns to the main warehouse, resupplies, then waits on standby at a specified standby station. The problem is I have been unable to find a condition that works at the standby station. "Is Station Not Full", what I want to use to check if there are any stations that need supplies, is always true even when all stations with that name on the track are disabled.

#

I want the train to leave the standby by station when there is a valid, active drop off station

ripe cloak
#

Do you have a not full station that's unreachable?