if event.train then if atc_arrow then if F.has_rc("DLG_south_reverse") then schedule_in(";01",atc_id) return end else if F.has_rc("DLG_south_reverse_couple") then atc_send("CplD1S2") return end 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