Advertisement
Zantag

Landmark

Nov 26th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. x = 62
  2. if fs.exists("move") == false then
  3. shell.run("pastebin get 9QFxP4Ff move")
  4. end
  5. os.loadAPI("move")
  6. function placeLandMark()
  7. turtle.select(1)
  8. turtle.dig()
  9. turtle.place()
  10. turtle.fUp(1)
  11. turtle.select(2)
  12. turtle.dig()
  13. turtle.place()
  14. turtle.fDown(1)
  15. end
  16. turtle.fForward(x)
  17. placeLandMark()
  18. turtle.turnAround()
  19. turtle.fForward(x)
  20. turtle.turnLeft()
  21. turtle.fForward(x)
  22. placeLandMark()
  23. turtle.turnAround()
  24. turtle.fForward(x-1)
  25. turtle.fUp(x)
  26. placeLandMark()
  27. turtle.fDown(x)
  28. placeLandMark()
  29. turtle.turnLeft()
  30. turtle.fForward()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement