Advertisement
mike229876

Untitled

Mar 10th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local x = 0
  2. turtle.forward()
  3. while true do
  4. if x < 90 then
  5. turtle.digUp()
  6. turtle.up()
  7. x = x + 1
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement