Advertisement
posicat

/spiralStairs

Oct 20th, 2024 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. --File: /spiralStairs
  2.  
  3. local moves = dofile("/cattech/moves.lua")
  4.  
  5. while true do
  6.     moves.forward()
  7.     moves.turnRight()
  8.     moves.forward()
  9.     moves.forward()
  10.  
  11.     shell.run("digtunnel 30 up")
  12. end
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement