if event.train and atc_arrow then
	local rc = get_rc() or ""
	if rc:match("DLG_headshunt_south") then
		schedule_in(";01",atc_id)
		return
	end
end

if event.schedule then
	if event.msg == atc_id then
		schedule_in(";01",event.msg)
		return
	else
		atc_send_to_train(event.msg,"S0WRS3")
		return
	end
end