Advertisement
MrTurtle

path

May 24th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. os.loadAPI("t")
  2. while 3>1 do
  3.   while not t.detect()  do
  4.     t.forward()
  5.   end
  6.   if not t.detectLeft() then
  7.     t.left()
  8.   elseif not t.detectRight() then
  9.     t.right()
  10.   else
  11.     t.turnAround()
  12.   end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement