Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("commonFunctions")
- distance=10
- -- make it even to have the turtle 'come back'
- depth=6
- for x=1,depth do
- commonFunctions.turtleTrek(distance)
- turtle.turnRight()
- turtle.turnRight()
- turtle.digDown()
- turtle.down()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement