Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local event = os.pullEvent("redstone")
- if rs.getInput("back") then
- rs.setOutput("top", true)
- sleep(0.01)
- rs.setOutput("top", false)
- sleep(0.01)
- else
- rs.setOutput("top", false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment