Hoff

Yeah this thing

Aug 3rd, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while true do
  2. local event = os.pullEvent("redstone")
  3. if rs.getInput("back") then
  4. rs.setOutput("top", true)
  5. sleep(0.01)
  6. rs.setOutput("top", false)
  7. sleep(0.01)
  8. else
  9. rs.setOutput("top", false)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment