6 lines
99 B
Text
6 lines
99 B
Text
vector vSCALE = <2.0, 3.0, 4.0>;
|
|
default {
|
|
state_entry() {
|
|
llSetScale(vSCALE);
|
|
}
|
|
}
|