Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --File: /spiralStairs
- local moves = dofile("/cattech/moves.lua")
- while true do
- moves.forward()
- moves.turnRight()
- moves.forward()
- moves.forward()
- shell.run("digtunnel 30 up")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement