Guest User

Untitled

a guest
Jan 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. while true do
  2. t=false
  3. while not t do
  4. t=turtle.forward()
  5. end
  6. turtle.turnRight()
  7. end
Add Comment
Please, Sign In to add comment