Advertisement
Pyro-she

Untitled

Feb 3rd, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1.  local a = 1
  2.  repeat
  3.   turtle.select(5) turtle.forward()
  4.    local i = 1
  5.    repeat
  6.     turtle.placeDown() turtle.forward()
  7.     i = i + 1
  8.    until i == 5
  9.   turtle.select(2) turtle.placeDown() turtle.turnRight()
  10.   a = a + 1
  11.  until a == 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement