diff options
Diffstat (limited to 'durt/nodes/(1918,7,9099).lua')
-rw-r--r-- | durt/nodes/(1918,7,9099).lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/durt/nodes/(1918,7,9099).lua b/durt/nodes/(1918,7,9099).lua new file mode 100644 index 0000000..3df43db --- /dev/null +++ b/durt/nodes/(1918,7,9099).lua @@ -0,0 +1 @@ +local location = "Warmoneaye"
local ctl_pan = POS(1919,7,9093)
local signal = POS(1919,10,9094)
local route = "Exit South"
err = interrupt_pos
if event.ext_int then
if not atc_id then
err(ctl_pan,{['location'] = location, ['msg'] = " | No Train"})
end
if event.msg == "send" then
set_route(signal,route)
if atc_arrow then
atc_send("SM")
else
atc_send("S0WRSM")
end
end
end
\ No newline at end of file |