Advertisement
cromulator

cc timer switch

Jul 24th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. while redstone.getInput("left") do
  3. redstone.setOutput("top", true)
  4. sleep(3)
  5. redstone.setOutput("top", false)
  6. end
  7. sleep(1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement