mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
float r = llFrand(2) - 1.0;
|
|
llOwnerSay("The arccosine of " + (string)r + " is " + llAcos(r));
|
|
}
|
|
}
|