mirror of
https://github.com/opensim/opensim.git
synced 2026-06-01 07:15:44 +08:00
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) );
|
|
}
|
|
}
|