Hey,
I have several different interrupts that send a space platform to a planet, with multiple interrupts being for a single planet. When heading to that planet, it would be useful to see which interrupt was triggered. This way I can see why my platform is heading there.
In the image below, there is 3 that head to Nauvis for different reasons, yes I could combine them however I use these interrupts on other platforms
Thanks!
/F
Show interrupt name
Moderator: ickputzdirwech
Re: Show interrupt name
In the meantime you could add a Circuit condition A=A, and each interrupt would have a different signal it adds.
Re: Show interrupt name
Showing the name of the interrupt would also be useful for train interrupts.
Note on the workaround: I'm using [0s passed OR A=A] to "document" my interrupts because just [A=A] will not be satisfied if the train is parked at a station not connected to a circuit network.
Note on the workaround: I'm using [0s passed OR A=A] to "document" my interrupts because just [A=A] will not be satisfied if the train is parked at a station not connected to a circuit network.