local yard_id = "IP" local subs = { ['WOA_mine_empty'] = POS(1949,7,9112), } if event.ext_int or event.punch then for fc, pos in pairs(subs) do if S.yards[yard_id].notify[fc] then interrupt_pos(pos,"notify") end end S.yards[yard_id].notify = {} end