local ind = POS(-1444,10,-2546) local function send_train() local rc = { "FREIGHT", "S27_SHUNTER", "S27_EXP", "ARC_AUTO", "ARC_COLLECT_S27_EXPORT" } set_rc(table.concat(rc," ")) atc_send("S0WRD2A1S4") F.indicator(ind,false) end if event.ext_int then if F.indicator(ind) then return end if atc_id then send_train() return else F.indicator(ind,true) return end end if event.train then if F.indicator(ind) then send_train() return end atc_send("B0") return end