I know this is not strictly a cc problem, though I was looking to see if anyone had any advice, the short of it is, Bundled Cables work in our creative areas of the map but not in the survival areas, we have been testing it with a small script


rs.setBundledOutput("back", colors.white)
sleep(0.5)
rs.setBundledOutput("back", 0)
rs.setBundledOutput("back", colors.red)
sleep(1.0)
rs.setBundledOutput("back", 0)

works in the creative areas, fails in the survival areas, any suggestions?