if I keep the full scripts un edited to change color or turn the lights with the listener in them it works fine. BUT I don't want color change (or don't mind if I can get full bright.) I would like to just have on and off along with full bright on when the light source is on. issue is I can't get the llSetPrimitiveParams Right
I have this in the original that is touch only, but I am trying to set up a control for all the lights in a certain range (similar to a window tint system.)
llSetPrimitiveParams([PRIM_POINT_LIGHT, TRUE, color, intensity, radius, falloff]);
llSetPrimitiveParams([PRIM_FULLBRIGHT, ALL_SIDES, TRUE]);
g_OpenNow = TRUE;
this and FALSE for off works with the touch script.
but if I edit the listen script down to on and off and use that for on it wont work at all, as well if I change it to have the PRIM FULL BRIGHT in the 1st call for set primparms it doesn't work... is there an easy way to set this up? I can get it to work with out the full bright, but it doesn't look like the light is really on if I do besides the light emiting from the prim.
Thanks all, I have only edited and toyed with scripts and code, and am trying to learn simple (or what should be simple) stuff... if you can point me to a full perm free or sold item that will do this thats fine to

