Advertisement
hevohevo

CC実況20220716: anaume.lua

Jul 16th, 2022
1,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local sippai = 0
  2. while sippai < 2 do
  3.  
  4.   if turtle.back() then
  5.     turtle.place()
  6.     sippai = 0
  7.   else
  8.     sippai = sippai + 1
  9.     turtle.turnRight()
  10.   end
  11. end
  12. turtle.up()
  13. turtle.placeDown()
  14.  
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement