Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. robot.turnLeft()
  2. for x=1, 13 do robot.forward() end
  3. robot.turnLeft()
  4. for x=1, 7 do robot.forward() end
  5. robot.turnRight()
  6. for x=1, 33 do robot.forward() end
  7. robot.turnLeft()
  8. for x=1, 3 do robot.forward() end
  9. robot.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement