8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
|
default
|
||
|
{
|
||
|
state_entry()
|
||
|
{
|
||
|
llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) );
|
||
|
}
|
||
|
}
|