default { state_entry() { // This example takes a color vector in RGB values (3 values in the range 0 to 255) // and applies it to all sides of the current prim llSetColor( <128, 240, 96> / 255, ALL_SIDES); } }