Posted 15 January 2013 - 08:43 PM
Ok, so i have been programming a script but have run in to an error. I am trying to turn a set of lights on and off, the code for turning them on work perfectly, but i was wondering is there a code to turn them off as well? They're running through bundled cable. The code i am using for turning the lights on is this - rs.setBundledOutput("bottom", colors.white) and this does actually turn the lights on, but how would i turn the same piece of code into one that will turn the lights off, i've tried basic like changing rs.set into rs.unset but nothing? any help?