Advertisement
hbar

run

Jul 29th, 2013
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2.   shell.run("cycle")
  3.   sleep(60)
  4.   shell.run("clear")
  5.   rs.setOutput("top",true)
  6.   sleep(0.2)
  7.   rs.setOutput("top",false)
  8.   turtle.forward()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement