Lefra

The turtle is going forward !

Jul 22nd, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while true do
  2.  while not turtle.detectDown() do
  3.   turtle.down()
  4.  end
  5.  while turtle.detect() do
  6.   turtle.up()
  7.  end
  8.  turtle.forward()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment