Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ignore = false
- while true do
- local r, q = os.pullEvent()
- local s = "back"
- local q = "front"
- if r == "redstone" and not ignore then
- ignore = true
- rs.setBundledOutput(s, 0)
- sleep(2.5)
- rs.setBundledOutput(s, colors.white)
- ignore = false
- end
- sleep(0.01)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement