iMontouch

blazeKillerTest

Jun 22nd, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. if redstone.getInput("top") then
  3. redstone.setOutput("bottom", true)
  4. sleep(3)
  5. redstone.setOutput("bottom", false)
  6. sleep(3)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment