Advertisement
Guest User

Untitled

a guest
May 30th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while turtle.detect() do
  2. turtle.dig()
  3. print("Just keep digging!")
  4. turtle.up()
  5. print("Moving on up!")
  6. end
  7. while not turtle.detect() and not turtle.detectDown() do
  8. turtle.down()
  9. print("Downgrading")
  10. end
  11. print("Job is completed")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement