Advertisement
Guest User

Untitled

a guest
Jul 13th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local condition = 1
  2.  
  3. repeat
  4. turtle.digDown()
  5. sleep(.1)
  6. turtle.down()
  7. sleep(.1)
  8. turtle.dig()
  9. sleep(.1)
  10. turtle.forward()
  11. sleep(.1)
  12. turtle.turnLeft()
  13. sleep(.1)
  14. turtle.dig()
  15. sleep(.1)
  16. turtle.forward()
  17. sleep(.1)
  18. turtle.turnLeft()
  19. sleep(.1)
  20. turtle.dig()
  21. sleep(.1)
  22. until condition == 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement