Advertisement
Guest User

Untitled

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