Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. whiel turtle.detect() == true do
  2.     turtle.digup()
  3.     turtle.dig()
  4.     turtle.digdown()
  5.     turtle.forward()
  6.     turtle.digup()
  7.     turtle.dig()
  8.     turtle.digdown()
  9.     turtle.down()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement