diff options
-rw-r--r-- | durt/nodes/(-2204,8,-651).lua | 1 | ||||
-rw-r--r-- | durt/nodes/(-2204,8,-676).lua | 1 | ||||
-rw-r--r-- | durt/nodes/(-2209,9,-651).lua | 6 | ||||
-rw-r--r-- | far/nodes/(5326,32,2311).lua | 3 | ||||
-rw-r--r-- | far/nodes/(5326,32,2321).lua | 3 | ||||
-rw-r--r-- | far/nodes/(5409,33,2336).lua | 3 | ||||
-rw-r--r-- | far/nodes/(5409,33,2339).lua | 3 | ||||
-rw-r--r-- | far/nodes/(5434,33,2329).lua | 3 | ||||
-rw-r--r-- | far/nodes/(5434,33,2332).lua | 3 |
9 files changed, 22 insertions, 4 deletions
diff --git a/durt/nodes/(-2204,8,-651).lua b/durt/nodes/(-2204,8,-651).lua index 1607eaf..d8539fb 100644 --- a/durt/nodes/(-2204,8,-651).lua +++ b/durt/nodes/(-2204,8,-651).lua @@ -21,7 +21,6 @@ if event.train and atc_arrow then --else loco has returned from runaround F.remove_rc(cmd) -- remove runaround RCs atc_send("S0WRS1") --reverse the train and creep towards the other departure signal - step_fc() --step the fc forward to be ready for the autoyard return end
\ No newline at end of file diff --git a/durt/nodes/(-2204,8,-676).lua b/durt/nodes/(-2204,8,-676).lua index f4a3fe5..834ba6c 100644 --- a/durt/nodes/(-2204,8,-676).lua +++ b/durt/nodes/(-2204,8,-676).lua @@ -3,6 +3,7 @@ local ind = POS(-2209,8,-651) -- IMPORTANT NB: remember to update this if you mo local print_notification = true local function send_train() set_rc("FREIGHT BYARD_NOID_SHUTTLE BYARD BY_COLLECT_NOID BY_RTS NIDTH NOIDEA IND TREES") -- RC string to overwrite when departing for the autoyard, remember to include the return RCs as well + step_fc() --step the fc forward to be ready for the autoyard atc_send("A1SM") F.indicator(ind,false) end diff --git a/durt/nodes/(-2209,9,-651).lua b/durt/nodes/(-2209,9,-651).lua index 391fab3..fdf1611 100644 --- a/durt/nodes/(-2209,9,-651).lua +++ b/durt/nodes/(-2209,9,-651).lua @@ -4,7 +4,7 @@ local users = { "Maverick2797" } if event.punch then -for _,name in pairs(users) do -if event.name==name then interrupt_pos(POS(-2204,8,-676),"notify") return end -end + for _,name in pairs(users) do + if event.name==name then interrupt_pos(POS(-2204,8,-676),"notify") return end + end end
\ No newline at end of file diff --git a/far/nodes/(5326,32,2311).lua b/far/nodes/(5326,32,2311).lua new file mode 100644 index 0000000..66c932f --- /dev/null +++ b/far/nodes/(5326,32,2311).lua @@ -0,0 +1,3 @@ +-- far_luaatctrack_spot_check_01.lua + +F.save_train(POS(5326,32,2311), "east") diff --git a/far/nodes/(5326,32,2321).lua b/far/nodes/(5326,32,2321).lua new file mode 100644 index 0000000..8a91c1c --- /dev/null +++ b/far/nodes/(5326,32,2321).lua @@ -0,0 +1,3 @@ +-- far_luaatctrack_spot_check_01.lua + +F.save_train(POS(5326,32,2321), "west") diff --git a/far/nodes/(5409,33,2336).lua b/far/nodes/(5409,33,2336).lua new file mode 100644 index 0000000..45fd236 --- /dev/null +++ b/far/nodes/(5409,33,2336).lua @@ -0,0 +1,3 @@ +-- far_luaatctrack_spot_check_01.lua + +F.save_train(POS(5409,33,2336), "west") diff --git a/far/nodes/(5409,33,2339).lua b/far/nodes/(5409,33,2339).lua new file mode 100644 index 0000000..25280d4 --- /dev/null +++ b/far/nodes/(5409,33,2339).lua @@ -0,0 +1,3 @@ +-- far_luaatctrack_spot_check_01.lua + +F.save_train(POS(5409,33,2339), "west") diff --git a/far/nodes/(5434,33,2329).lua b/far/nodes/(5434,33,2329).lua new file mode 100644 index 0000000..d550a23 --- /dev/null +++ b/far/nodes/(5434,33,2329).lua @@ -0,0 +1,3 @@ +-- far_luaatctrack_spot_check_01.lua + +F.save_train(POS(5434,33,2329), "east") diff --git a/far/nodes/(5434,33,2332).lua b/far/nodes/(5434,33,2332).lua new file mode 100644 index 0000000..7cf6feb --- /dev/null +++ b/far/nodes/(5434,33,2332).lua @@ -0,0 +1,3 @@ +-- far_luaatctrack_spot_check_01.lua + +F.save_train(POS(5434,33,2332), "east") |