pf = require("pathfinding") chest = vector.new(-251,96,99) pf.to(chest) for i = 1,16 do turtle.select(i) turtle.dropDown() end pf.returnHome()