Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- distance = 0
- rednet.open("left")
- rednet.receive()
- while true do
- distance = distance + 1
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement