Guest User

Untitled

a guest
Jul 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for i=1,17 do
  2. print ("Loop: "+i)
  3. turtle.turnLeft()
  4. turtle.dig()
  5. turtle.turnRight()
  6. turtle.dig()
  7. turtle.forward()
  8. end
  9. print ("ending Row")
  10. turtle.turnLeft()
  11. turtle.dig()
  12. turtle.turnLeft()
  13. turtle.forward()
  14. turtle.turnLeft()
Advertisement
Add Comment
Please, Sign In to add comment