orngix

Fell tree

Feb 18th, 2013
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. x = 0
  2. turtle.dig()
  3. turtle.forward()
  4. while turtle.compareUp() == true do
  5. turtle.digUp()
  6. turtle.up()
  7. x = x + 1
  8. end
  9. z = 0
  10. while z < x do
  11. turtle.down()
  12. z = z + 1
  13. end
  14. turtle.back()
Add Comment
Please, Sign In to add comment