diff options
Diffstat (limited to 'ers/nodes/(-3693,11,-3608).lua')
-rw-r--r-- | ers/nodes/(-3693,11,-3608).lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ers/nodes/(-3693,11,-3608).lua b/ers/nodes/(-3693,11,-3608).lua new file mode 100644 index 0000000..8f05fc4 --- /dev/null +++ b/ers/nodes/(-3693,11,-3608).lua @@ -0,0 +1,14 @@ +-- luaatctrack_spot_check_01.lua +-- POS(-3693,11,-3608) + +local show_print = false +if event.train then + F.save_train() + if atc_arrow then + atc_send("B0 W S1") + else + step_fc() + atc_send("SM") + end + return +end
\ No newline at end of file |