DrFair

Serum Extract

Apr 12th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. print("I will extract serums!")
  2.  
  3. while true do
  4. if redstone.getInput("back") then
  5. os.sleep(2)
  6. if redstone.getInput("back") then
  7. redstone.setOutput("top",true)
  8. os.sleep(0.1)
  9. redstone.setOutput("top",false)
  10. os.sleep(0.1)
  11. end
  12. else
  13. os.sleep(1)
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment