-- 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