Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if rs.getInput("left") then
- -- Get rid of Credit
- rs.setOutput("front", true)
- os.sleep(0.5)
- rs.setOutput("front", false)
- -- Allow IC energy to go through the cable for 5 minutes.
- rs.setOutput("right", true)
- os.sleep(300)
- rs.setOutput("right", false)
- end
- os.sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment