OpenSimMirror/bin/assets/ScriptsAssetSet/llAbs.lsl

8 lines
114 B
Plaintext
Raw Normal View History

2008-02-23 03:09:48 +00:00
default
{
state_entry()
{
llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) );
}
}