MatthewGB

RC Turtle Placer

May 12th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. print("RCTurtle Placing Thingy!")
  2. write("x: ")
  3. x= read()
  4. turtle.dig()
  5. turtle.forward()
  6. turtle.turnRight()
  7. xx = 0
  8. while x<xx do
  9. turtle.dig()
  10. turtle.forward()
  11. turtle.turnLeft()
  12. turtle.dig()
  13. turtle.place()
  14. turtle.turnRight()
  15. xx = xx + 1
  16. end
  17. turtle.turnRight()
  18. turtle.turnRight()
  19. turtle.forward()
  20. turtle.forward()
  21. turtle.forward()
Advertisement
Add Comment
Please, Sign In to add comment