Advertisement
Guest User

Untitled

a guest
May 26th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. while true do
  2.  
  3. turtle.select(1)
  4. if turtle.detect() == false then
  5. turtle.turnLeft()
  6. turtle.place()
  7. turtle.turnRight()
  8. turtle.turnRight()
  9. turtle.place()
  10. turtle.turnLeft()
  11. turtle.forward()
  12. end
  13.  
  14. if turtle.detect() == true then
  15. turtle.place()
  16. turtle.turnRight()
  17. turtle.turnRight()
  18. turtle.forward()
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement