Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function qq()
- os.pullEvent("monitor_touch")
- redstone.setOutput("bottom", true)
- sleep(3)
- redstone.setOutput("bottom", false)
- end
- peripheral.wrap("top")
- while true do
- qq()
- end
Advertisement
Add Comment
Please, Sign In to add comment