Advertisement
guamie

trap start

Jul 6th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while true do
  2. if redstone.getInput("top", true) then
  3. redstone.setOutput("bottom", true)
  4. sleep(.3)
  5. redstone.setOutput("bottom", false)
  6. sleep(.3)
  7. else
  8. sleep(.3)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement