summaryrefslogtreecommitdiff
path: root/ers/nodes/(1657,1,1240).lua
diff options
context:
space:
mode:
Diffstat (limited to 'ers/nodes/(1657,1,1240).lua')
-rw-r--r--ers/nodes/(1657,1,1240).lua38
1 files changed, 0 insertions, 38 deletions
diff --git a/ers/nodes/(1657,1,1240).lua b/ers/nodes/(1657,1,1240).lua
deleted file mode 100644
index d0d33a8..0000000
--- a/ers/nodes/(1657,1,1240).lua
+++ /dev/null
@@ -1,38 +0,0 @@
--- luaatctrack_main_depot_01.lua
-local show_print = false
-if event.train then
- if atc_arrow then
- local passive_name = "ErsDepotTurnaround"
- local track_route = "01 EXTRA"
- local can_do_route1 = false
- local can_do_route2 = false
- F.train_duration("start")
- F.train_info(passive_name, show_print)
-
- if F.does_train_have_rc("ERSTAZIDEPOTUNLOAD") then
- track_route = "03 UNLOADING TRACK"
- elseif F.does_train_have_rc("DEPOTUNLOADING") then
- track_route = "03 UNLOADING TRACK"
- elseif F.does_train_have_rc("FERTRUNNER") then
- track_route = "03 UNLOADING TRACK"
- elseif F.does_train_have_rc("DEPOTLOADING") then
- track_route = "02 LOADING TRACK"
- elseif F.does_train_have_rc("ERSTAZITST") then
- track_route = "02 LOADING TRACK"
- end
-
- can_do_route1 = F.send_route(passive_name, track_route, show_print)
- if can_do_route1 == false then
- track_route = "01 EXTRA"
- can_do_route2 = F.send_route(passive_name, track_route, show_print)
- if can_do_route2 == false then
- track_route = "04 EXTRA"
- F.send_route(passive_name, track_route, show_print)
- end
- end
- else
- local passive_name = "ErsDepotTurnaround"
- F.train_duration("end")
- F.train_info(passive_name, show_print)
- end
-end \ No newline at end of file