summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:53:22 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:53:22 +0200
commitc4dfe197ba2a8fbe182e27a9dc691f889626a737 (patch)
tree083c12183f404b5fddf1d40612860d14d100037e
parentfd4ddfed362cf3e19dc465392e8c039817f44942 (diff)
downloadluaatc_envs-c4dfe197ba2a8fbe182e27a9dc691f889626a737.tar.gz
luaatc_envs-c4dfe197ba2a8fbe182e27a9dc691f889626a737.tar.bz2
luaatc_envs-c4dfe197ba2a8fbe182e27a9dc691f889626a737.zip
State at 2021-06-23
-rw-r--r--durt/nodes/(-1440,11,-2580).lua3
-rw-r--r--durt/nodes/(-1941,13,-2752).lua2
2 files changed, 3 insertions, 2 deletions
diff --git a/durt/nodes/(-1440,11,-2580).lua b/durt/nodes/(-1440,11,-2580).lua
index 57b5d9c..9394fdc 100644
--- a/durt/nodes/(-1440,11,-2580).lua
+++ b/durt/nodes/(-1440,11,-2580).lua
@@ -1 +1,2 @@
-F.remove_rc({"S27_EXIT","S27_test"},true) \ No newline at end of file
+F.remove_rc({"S27_EXIT","S27_test"},true)
+if atc_arrow then atc_send("SM") end \ No newline at end of file
diff --git a/durt/nodes/(-1941,13,-2752).lua b/durt/nodes/(-1941,13,-2752).lua
index 063a4b7..2a932f0 100644
--- a/durt/nodes/(-1941,13,-2752).lua
+++ b/durt/nodes/(-1941,13,-2752).lua
@@ -1 +1 @@
-if event.train then if get_line() ~= "MGGR" then return end end local stop_delay = "05;00" --5 minutes __approach_callback_mode = 1 if event.approach and not event.has_entered then atc_set_ars_disable(true) atc_set_lzb_tsr(2) atc_set_text_inside("Arriving at: Hawking Memorial\n".. "Change Here for: E31") end if event.train then atc_send("B0 W OR") atc_set_text_outside("MGGR to Mom Junction West") schedule_in(stop_delay,"depart") end if event.schedule then if event.msg == "depart" then atc_send("OC D1 R SM") atc_set_text_inside("".. "~~~~---~~~========~~~---~~~~\n".. "Manaugh Great Griefing Railway\n".. "~~~~---~~~========~~~---~~~~") atc_set_ars_disable(false) return end end \ No newline at end of file
+if get_line() ~= "MGGR" then return end local stop_delay = "05;00" --5 minutes __approach_callback_mode = 1 if event.approach and not event.has_entered then atc_set_ars_disable(true) atc_set_lzb_tsr(2) atc_set_text_inside("Arriving at: Hawking Memorial\n".. "Change Here for: E31") end if event.train then atc_send("B0 W OR") atc_set_text_outside("MGGR to Mom Junction West") schedule_in(stop_delay,"depart") end if event.schedule then if event.msg == "depart" then atc_send("OC D1 R SM") atc_set_text_inside("".. "~~~~---~~~========~~~---~~~~\n".. "Manaugh Great Griefing Railway\n".. "~~~~---~~~========~~~---~~~~") atc_set_ars_disable(false) return end end \ No newline at end of file