
delay=0.2

for i=1,16 do
  turtle.select(i)
  turtle.dropDown()
  os.sleep(delay)
end
