From 37204846dc93cc059bbea8cbfc88832a9c72e91c Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:52:42 +0200 Subject: State at 2021-04-11 --- durt/nodes/(-1199,13,-2147).lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 durt/nodes/(-1199,13,-2147).lua (limited to 'durt/nodes/(-1199,13,-2147).lua') diff --git a/durt/nodes/(-1199,13,-2147).lua b/durt/nodes/(-1199,13,-2147).lua new file mode 100644 index 0000000..ef42fb4 --- /dev/null +++ b/durt/nodes/(-1199,13,-2147).lua @@ -0,0 +1 @@ +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: Mom Junction West (TERMINUS)\n".. "Change Here for: E1, E10, S23") end if event.train then atc_send("B0 W OR") atc_set_text_outside("MGGR to Hawking Memorial") 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 -- cgit v1.2.3