Interrupts that can return to the current Train Station
Posted: Mon Oct 14, 2024 10:34 am
Basically be able to in an interrupt to just generically say that the station the train should go to should be the one it's currently at.
That way if you have one interrupt you want to be able to trigger at multiple different stations with different names that makes the train do something and then returns to the same station (preferably even the exact same station and not just one with the same name) you don't need to make a separate interrupt for each station name this interrupt is needed for.
Also if it's that exact station it returns to that would also be something you can't easily do with a generic interrupt when all the stations are named the same as it would just pick the closest free one instead.
This could for example be used to send a train to pick something up using circuit conditions to determine what and then have it return to deliver the items to the station that actually requested them.
That way if you have one interrupt you want to be able to trigger at multiple different stations with different names that makes the train do something and then returns to the same station (preferably even the exact same station and not just one with the same name) you don't need to make a separate interrupt for each station name this interrupt is needed for.
Also if it's that exact station it returns to that would also be something you can't easily do with a generic interrupt when all the stations are named the same as it would just pick the closest free one instead.
This could for example be used to send a train to pick something up using circuit conditions to determine what and then have it return to deliver the items to the station that actually requested them.