SummitSummit

Quarry

Mar 19th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. turtle.placeDown()
  2. sleep(5)
  3. for i = 1, 10 do
  4. turtle.select(i)
  5. turtle.dropUp()
  6. end
  7. turtle.select(1)
  8. turtle.digDown()
Advertisement
Add Comment
Please, Sign In to add comment