Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function loop()
- while turtle.detect() do
- turtle.dig()
- sleep (1)
- turtle.forward()
- sleep (1)
- end
- end
- loop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement