do return end -- THIS IS DISABLED -- local ind = POS(-1513,8,-2613) local loco_track = POS(-1515,7,-2625) if event.ext_int then if event.message == "notify" then print("S27 RX Notification") if F.indicator(ind) then return end F.indicator(ind,true) interrupt_pos(loco_track,"SEND") return end end if event.punch then F.indicator(ind,true) interrupt_pos(loco_track,"SEND") return end