if event.type=="digiline" then if event.channel ~= "trainctl" then return end if not atc_id then return end local cmd = "I+S0WR;S4" if event.msg == "send" then atc_send(cmd) return end if event.msg == "send_cpl" then atc_send(cmd.."CplWS0WRS4") return end end