Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- shell.run("cycle")
- sleep(60)
- shell.run("clear")
- rs.setOutput("top",true)
- sleep(0.2)
- rs.setOutput("top",false)
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement