Advertisement
Guest User

Untitled

a guest
May 26th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. while true do
  2.  
  3. turtle.select(1)
  4. if turtle.detect() == false then
  5.  
  6.  
  7. turtle.turnLeft()
  8.  
  9.  
  10. turtle.place()
  11.  
  12.  
  13. turtle.suck(2)
  14. turtle.turnRight()
  15. turtle.turnRight()
  16.  
  17.  
  18. turtle.place()
  19.  
  20. turtle.suck(2)
  21. turtle.turnLeft()
  22. turtle.forward()
  23.  
  24. end
  25.  
  26. if turtle.detect() == true then
  27. turtle.place()
  28.  
  29.  
  30. turtle.suck(2)
  31. turtle.turnRight()
  32. turtle.turnRight()
  33.  
  34. turtle.forward()
  35. end
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement