Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while not turtle.detect() do
- turtle.forward()
- end
- turtle.dig()
- print("Starting, turtle...")
- turtle.forward()
- while turtle.detectUp() do
- turtle.digUp()
- turtle.up()
- end
- while not turtle.detectUp() and not turtle.detectDown() do
- turtle.down()
- end
- print ("Complete, Turtle.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement