mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 17:12:17 +00:00
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) );
|
|
}
|
|
}
|