Skip to content

llGetScale

vector llGetScale()

Returns the scale of the prim.

Returns a vector that is the scale (dimensions) of the prim.

default
{
touch_start(integer total_number)
{
llSay(0, "My dimensions are: " + (string)llGetScale());
}
}