diff options
-rw-r--r-- | durt/nodes/(-1440,11,-2580).lua | 3 | ||||
-rw-r--r-- | durt/nodes/(-1941,13,-2752).lua | 2 |
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 |