Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if redstone.getInput("front")==true then
- for i=1,9 do
- redstone.setOutput("top", true)
- os.sleep(.5)
- redstone.setOutput("top", false)
- os.sleep(.5)
- end
- end
- os.sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment