Liklax

turtle

Aug 18th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. turtle.forward()
  2. while turtle.dig() do
  3. turtle.dig()
  4. turtle.forward()
  5. turtle.dig()
  6. turtle.turnLeft()
  7. end
Add Comment
Please, Sign In to add comment