Advertisement
xKevinn

Untitled

Sep 15th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. count=0
  2. while turtle.compareUp() do
  3. count = count+1
  4. turtle.digUp()
  5. turtle.up()
  6. end
  7.  
  8. while count > 0 do
  9. turtle.down()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement