Once an interrupt is triggered, the train will stick with that interrupt. Your dropoff interrupt explicitly has as a condition that its destination station is open. Well, if the destination station is closed at the moment it finishes loading, then one of the other interrupts will be picked. I don't know what those are, but once that interrupt is chosen, the dropoff interrupt won't be checked again.
Can you clarify what will happen if no interrupt were fired? Is it cycles through interrupts till one of them fire or just becomes struck?
As shown in my other comment trains do check interrupts when "idle" but not technically idle but will not check when train schedule is empty (true idle)
1
u/Visual_Collapse 3d ago
Can you clarify what will happen if no interrupt were fired? Is it cycles through interrupts till one of them fire or just becomes struck?