Advertisement
Ubidibity

StripRecover

Oct 3rd, 2023 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. os.loadAPI("commonFunctions")
  2. distance=10
  3. -- make it even to have the turtle 'come back'
  4. depth=6
  5.  
  6. for x=1,depth do
  7. commonFunctions.turtleTrek(distance)
  8. turtle.turnRight()
  9. turtle.turnRight()
  10. turtle.digDown()
  11. turtle.down()
  12. end
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement