diff options
-rw-r--r-- | durt/nodes/(-620,26,2464).lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/durt/nodes/(-620,26,2464).lua b/durt/nodes/(-620,26,2464).lua new file mode 100644 index 0000000..cb7688f --- /dev/null +++ b/durt/nodes/(-620,26,2464).lua @@ -0,0 +1,9 @@ +__approach_callback_mode = 1 + +if event.approach and not event.has_entered then + atc_set_lzb_tsr(1) +end +if event.train and atc_arrow then + atc_send("S1") +end +if event.digiline and event.channel=="trainctl" then atc_send("I+S0WR;D1S3") end
\ No newline at end of file |