Aarondmorgan

Burn tree

Dec 31st, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if turtle.detectUp() == false then
  2. repeat
  3. turtle.up()
  4. until turtle.detectUp() == true
  5. end
  6. turtle.select(13)
  7. turtle.down()
  8. turtle.placeUp()
  9. if turtle.detectDown() == false then
  10. repeat
  11. turtle.down()
  12. until turtle.detectDown() == true
  13. end
Advertisement
Add Comment
Please, Sign In to add comment