MaLittlePwny

Untitled

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