i'm trying to get a turtle to destroy everything like in excavate except for the first few blocks in its inventory. i know it should look something like this
while not move forward
if turtle.compareforward() = false
then
turtle.select(2)
else
turtle.dig()
else
turtle.forward()
end
i know this script is awful and full of bugs but its how i'd think it may look. something similar perhaps. i know it doesn't compare the other slots yet, but maybe w/ some help i can get this working.
thanks for your time!











