summaryrefslogtreecommitdiff
path: root/durt/nodes/(-541,26,2469).lua
blob: ea080eaf35b264bc58fe4fdf9523cb333038d6e5 (plain)
1
-- arrow points towards loco HS for Bounce
local lane = 1
if S.yard_active then
	if atc_arrow and S.exiting then
		set_rc("EXIT")
		set_route("CANNERY_W"..lane, "EXIT")
		atc_send("B0WRD1SM")
	else
		atc_send("B0WD1RS4")
	end
end