Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("I will extract serums!")
- while true do
- if redstone.getInput("back") then
- os.sleep(2)
- if redstone.getInput("back") then
- redstone.setOutput("top",true)
- os.sleep(0.1)
- redstone.setOutput("top",false)
- os.sleep(0.1)
- end
- else
- os.sleep(1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment