zurbo

cc_cinema

Dec 19th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. while true do
  2.   redstone.setOutput("left",false)
  3.   while not redstone.getInput("front") do
  4.     sleep(0.1)
  5.   end
  6.   redstone.setOutput("left",true)
  7.   shell.run("monitor right pastebin run HAJU2g25")
  8.   redstone.setOutput("left",false)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment