Advertisement
cronoise

runway

May 22nd, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.       os.pullEvent("redstone")
  3.       while redstone.getInput("right") do
  4.     rs.setOutput("left", true)
  5.     sleep(.5)
  6.         rs.setOutput("left", false)
  7.     sleep(3)
  8. end
  9. sleep(.1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement