diff options
-rw-r--r-- | durt/nodes/(-4144,16,-5792).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-4146,16,-5793).lua | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/durt/nodes/(-4144,16,-5792).lua b/durt/nodes/(-4144,16,-5792).lua index 369fa2e..53bf8c4 100644 --- a/durt/nodes/(-4144,16,-5792).lua +++ b/durt/nodes/(-4144,16,-5792).lua @@ -6,7 +6,7 @@ if event.ext_int then F.remove_rc({"DLG_north_reverse","DLG_shunt_platforms","DLG_shunt_Freight4"}) F.add_rc("DLG_exit_north") atc_send("I+S0WR;S4D10SM") - print("Train departing DLG") + print("Train departing DLG\nTrain id: "..atc_id) end __approach_callback_mode = 1 diff --git a/durt/nodes/(-4146,16,-5793).lua b/durt/nodes/(-4146,16,-5793).lua new file mode 100644 index 0000000..2160073 --- /dev/null +++ b/durt/nodes/(-4146,16,-5793).lua @@ -0,0 +1,5 @@ +if event.punch then + interrupt_pos(POS(-4144,16,-5792)) + digiline_send("extractor_control","restart") +end +
\ No newline at end of file |