Guest User

Untitled

a guest
Aug 9th, 2013
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function qq()
  2. os.pullEvent("monitor_touch")
  3. redstone.setOutput("bottom", true)
  4. sleep(3)
  5. redstone.setOutput("bottom", false)
  6. end
  7.  
  8. peripheral.wrap("top")
  9. while true do
  10. qq()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment