Advertisement
wbennet997

spin

Jun 26th, 2022
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. while true do
  2.     turtle.suck()
  3.     shell.run("turn","left","1")
  4.     turtle.drop()
  5.     shell.run("turn","left","1")
  6.     turtle.drop()
  7.     shell.run("turn","left","1")
  8.     turtle.drop()
  9.     shell.run("turn","left","1")
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement