Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Retrive Operation")
- sp=0
- while turtle.forward() do
- sp=sp+1
- end
- turtle.dig()
- turtle.turnRight()
- turtle.turnRight()
- for i=1,sp do
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement