summaryrefslogtreecommitdiff
path: root/durt/nodes/(1918,7,9099).lua
blob: 3df43dbc2279f4271febb82a04afe6487bd066e8 (plain)
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