Guest User

Untitled

a guest
Jul 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. for i=1,17 do
  2. print("Turning Left")
  3. turtle.turnLeft()
  4. print("Digging")
  5. turtle.dig()
  6. print("Turning Right")
  7. turtle.turnRight()
  8. print("Digging")
  9. turtle.dig()
  10. print("Going Forward")
  11. turtle.forward()
  12. end
  13. print("Turning Left")
  14. turtle.turnLeft()
  15. print("Digging")
  16. turtle.dig()
  17. print("Turning Left")
  18. turtle.turnleft()
  19. print("Going Forward")
  20. turtle.forward()
  21. print("Turning Left")
  22. turtle.turnleft()
Advertisement
Add Comment
Please, Sign In to add comment