Random value between min and max
float randBetween(float min, float max) { return llFrand(max - min) + min; }
randBetween(-4,4)
$LAYYYTER
styofa doing anything
AnasAbdin

⁂

Discoholic 🪩
RMH

ellievsbear

No title available
Lint Roller? I Barely Know Her
Mike Driver

PR's Tumblrdome
No title available
Sweet Seals For You, Always

JBB: An Artblog!
he wasn't even looking at me and he found me
h
i don't do bad sauce passes
tumblr dot com
One Nice Bug Per Day

pixel skylines
seen from Peru

seen from Malaysia
seen from Nicaragua

seen from Canada
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States

seen from United States

seen from United States
seen from United States
seen from United Kingdom
seen from Kenya

seen from Germany
seen from Kenya
@goto20
Random value between min and max
float randBetween(float min, float max) { return llFrand(max - min) + min; }
randBetween(-4,4)
Keep Score Via Color
Starting from black <0,0,0> using the below code will increasingly change the color to red by 1 on face 0 via RGB for each use until red reaches RGB 250 aka LSL 0.980. Use for for say, keeping a score with color. To start from white <1,1,1> to red, use '- <0,1,1>' instead of '+ <1,0,0>'.
Simple Non-Spam Touch Notify
Here's a script to alert you when someone new touches something of yours without making too much spam.
TT's Build Optimizer 1.0
Use this script to lower the land impact of your creations. Works 90% of the time.
Actual flashing light w/ sound sync
// A script that actually alters the light parameter alongside the full-bright parameter, and syncs with a sound you specify.
float time = 1.5; // change numeric value here to alter the frequency string lsound = SOUND_NAME; // Name of the sound. float vol = 0.5; // Volume of the sound
CastRay cam pos rot example (Laser pointer)
Work with Linked Objects by Name
This bit of script will cause any object named "Top" in the linkset to move up and down by it's -size.y*0.33. Good for up/down panel doors, windows, etc.
for (j = llGetNumberOfPrims(); j > 1; j--)
{
if ("Top" == llGetLinkName(j))
[Not LSL] Absolute Center the Background Wallpaper for CSS
I usually just toss this into the 'Add custom CSS' under the 'Advanced' tab on the 'Customize theme' page. Then comment out any background settings if there are any.
Typing AO and Prim Resize (Pop-Up Typing Consoles)
integer holo = 2; //Linked Child Prim Number vector size = <0.211,0.211,0.211>; integer type = FALSE;
TT's linkset scrubber
Set Camera Position On Sit (With Dialogues)
Alpha Fade by Agent Position
Blank Face and Reapply Face (LinkSet)
key texture; key blank="c1f2527b-967e-87cd-6067-7fbe9d96c63d"; integer face=-1; integer link;
Absolute Distance of Touch Between Two Points
// Place this same script into two objects and click them one at a time.
Single Item Sales Box
Set Face & Set Glow Change by Typing and Talking