Advertisement
guitarplayer616

Turtle Latency Test

Dec 13th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. distance = 0
  2. rednet.open("left")
  3. rednet.receive()
  4. while true do
  5.     distance = distance + 1
  6.     turtle.forward()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement