Why does "each" not work in the train schedule?
Posted: Tue Jun 23, 2026 7:38 pm
Here's the schedule:
Also, note, station reads train's contents and there's another signal with matching station name on the red wire for testing purposes. What I'm trying to do is have the train check if any of the items in cargo is accepted by any of the available stations. Wildcard doesn't work perfectly, because it settles on the first condition and can't go to other stations if there's another item that has a corresponding available station.
I thought that each might help instead, but no.
Is there a way to do it with train schedule alone? I know It'd be doable with deciders, but I'd rather have the trains wait and deliver items in order than do that.
Also, note, station reads train's contents and there's another signal with matching station name on the red wire for testing purposes. What I'm trying to do is have the train check if any of the items in cargo is accepted by any of the available stations. Wildcard doesn't work perfectly, because it settles on the first condition and can't go to other stations if there's another item that has a corresponding available station.
I thought that each might help instead, but no.
Is there a way to do it with train schedule alone? I know It'd be doable with deciders, but I'd rather have the trains wait and deliver items in order than do that.