if event.type=="digiline" then
	if event.channel ~= "trainctl" then return end
	if event.msg == "send" then
		if atc_id and atc_arrow then
			atc_send("S0WRS5")
		elseif atc_id and atc_arrow == false then
			atc_send("S5")
		end
	end
end