Advertisement
Guest User

turtletest

a guest
Oct 20th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. while true do
  2.  
  3. local direction = 0
  4.  
  5. local bloc = false
  6. turtle.select(1)
  7. bloc = false = turtle.compare()
  8.  
  9.  
  10. if bloc = false then
  11. turtle.forward()
  12.  
  13. if bloc = true then
  14. turtle.turnLeft()
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement