Jump to content

Lexii Lane

Resident
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Lexii Lane

  1. Still tweaking and tinkering guys, thanks so much for all the help, fabulous stuff.. Never knew it would be so complicated to turn off some lights hahaha
  2. The closest I got so far was this script I found, a freebie I guess: // Touch the object to light it up. // Lighting is configurable. integer light_s = TRUE; vector lightcolor = <1.0, 1.0, 1.0>; float intensity = 1.0; // 0-1 float radius = 10.0; // 0-10 float falloff = 0.75; // 0-1 float glow = 0.01; switchit() { float thisglow = 0.0; light_s = !light_s; if (light_s) { thisglow = glow; } llSetPrimitiveParams([ PRIM_POINT_LIGHT, light_s, lightcolor, intensity, radius, falloff, PRIM_FULLBRIGHT, ALL_SIDES, light_s, PRIM_GLOW, ALL_SIDES, thisglow ]); llSetColor(lightcolor, ALL_SIDES); } default { state_entry() { llSetText(" ",<0,0,0>,1); switchit(); } touch_start(integer total_number) { switchit(); } } // That script is allowing the prim to go fullbright, and turning on the lightsource for the prim it is in. Figuring out how to disable the fullbright, and broadcast that to a child script in the rest of the prims is where I am at :\
  3. Wow thanks so much for the tips here! Didn't expect this much information coming so quickly! The set up is ROOT PRIM, LINKED CHILDPRIMS. Was hoping to click the root prim, and have all the lights in the set, including the root, turn off - light source, not fullbright. I should have specified!
  4. Hello, I am very very very very new to LSL, even though I have been in here for 10 years lol.. I am trying to find a way to have about 60 prims all shut off or turn on their light toggle at the same time via a switch... Can anyone help me? Thanks!
  5. Oh yes, absolutely. It was the region setting, it wouldn't let me log in until I changed that to Morris.
  6. Hello, Ive searched around the forums here for an answer that works, but no matter what I do, I can not log into the BETA grid. It would be my first attempt at doing so, so I am wondering if there is a delay from the time you change your password to when you can first access the BETA grid? Any advice is greatly appreciated! -Lexii
×
×
  • Create New...