Advertisement
Spatzenhirn123

rechts-enderfill

Oct 18th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. turtle.up()
  2. turtle.turnRight()
  3. turtle.forward()
  4. turtle.turnLeft()
  5. turtle.forward()
  6. for i=1,8,1 do
  7. turtle.select(1)
  8. turtle.dropDown(1)
  9. turtle.select(2)
  10. turtle.dropDown(1)
  11. turtle.turnRight()
  12. turtle.turnRight()
  13. turtle.forward()
  14. turtle.turnLeft()
  15. turtle.forward()
  16. turtle.forward()
  17. turtle.turnLeft()
  18. turtle.select(3)
  19. turtle.dropDown(1)
  20. turtle.select(2)
  21. turtle.dropDown(1)
  22. turtle.turnRight()
  23. turtle.forward()
  24. turtle.forward()
  25. turtle.turnLeft()
  26. turtle.forward()
  27. end
  28. turtle.select(3)
  29. turtle.dropDown(1)
  30. turtle.select(2)
  31. turtle.dropDown(1)
  32. turtle.turnRight()
  33. turtle.turnRight()
  34. turtle.forward()
  35. turtle.turnLeft()
  36. turtle.forward()
  37. turtle.forward()
  38. turtle.turnLeft()
  39. turtle.down()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement