CobraOs

Untitled

Nov 7th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while true do
  2. turtle.turnRight()
  3. if turtle.detect() then
  4. turtle.turnLeft()
  5. end
  6. if turtle.forward() then
  7. else
  8. turtle.turnLeft()
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment