Guest User

Untitled

a guest
Jun 5th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if turtle.detect()==false then
  2. turtle.refuel()
  3. turtle.forward()
  4. turtle.forward()
  5. turtle.turnRight()
  6. turtle.select(16)
  7. turtle.place()
  8. turtle.turnRight()
  9. turtle.forward()
  10. turtle.turnLeft()
  11. turtle.place()
  12. turtle.turnLeft()
  13. turtle.place()
  14. turtle.back()
  15. turtle.place()
  16. end
Advertisement
Add Comment
Please, Sign In to add comment