Advertisement
Spatzenhirn123

links-turtleplace

Oct 18th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. turtle.up()
  2. turtle.forward()
  3. u=1
  4. for i=1,8,1 do
  5. turtle.select(u)
  6. turtle.placeDown()
  7. u=u+1
  8. turtle.turnLeft()
  9. turtle.turnLeft()
  10. turtle.forward()
  11. turtle.turnRight()
  12. turtle.forward()
  13. turtle.forward()
  14. turtle.turnRight()
  15. turtle.select(u)
  16. turtle.placeDown()
  17. u=u+1
  18. turtle.turnLeft()
  19. turtle.forward()
  20. turtle.forward()
  21. turtle.turnRight()
  22. turtle.forward()
  23. end
  24. turtle.down()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement