Advertisement
bolo17

Untitled

Nov 20th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. turtle.dig()
  2. turtle.forward()
  3. for d=1,distance-1 do
  4. for h=1,height do
  5. for w=1,width-1 do
  6. if w == 1 and w % 2 ~= 0 then
  7. turtle.turnRight(
  8.  
  9. get link:https://exe.io/S0yuD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement