while true do local event, moji = os.pullEvent("turtle.inventory") for i=1,16 do turtle.select(i) turtle.drop() end end