OpenSimMirror/bin/assets/ScriptsAssetSet/llAbs.lsl

8 lines
121 B
Plaintext
Raw Normal View History

2008-02-20 08:25:07 +00:00
default
{
state_entry()
{
llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) );
}
}