Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --turtle TruMeter program.
- local counter = 0
- while true do
- if turtle.forward() then
- counter = counter +1
- print(counter)
- else
- print ("finished trundling at "..counter)
- break
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment