summaryrefslogtreecommitdiff
path: root/durt/nodes/(-541,26,2472).lua
blob: d5d7bd4b10b3a9d02a582fd9bc6028c67d5eacd3 (plain)
1
-- arrow points towards loco HS for Bounce
local lane = 2
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