vector vSCALE = <2.0, 3.0, 4.0>; default { state_entry() { llSetScale(vSCALE); } }