local ch = { get = "ars_set_query", input = "ars_set", indicator = "ars_indicator", } if event.train then digiline_send(ch.get, "GET") return end if event.digiline then if event.channel==ch.input then if not atc_id then digiline_send(ch.indicator, true) return end set_rc(tostring(event.msg)) digiline_send(ch.indicator, false) return end end