Posted 16 October 2012 - 05:30 PM
Hey, i just wonder how to get my code here to do like ask me: "How long tunnel: "? I tryed but this is the code i made (think its made before) because ima newbi thats why i need help
if turtle.detect() then
turtle.digUp()
turtle.dig()
turtle.up()
turtle.dig()
turtle.down()
turtle.forward()
else
turtle.forward()
end