This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
923cc9f62f
OpenSimMirror
/
bin
/
assets
/
ScriptsAssetSet
/
llAbs.lsl
8 lines
114 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rewrote svn properties handling script in python. Added more file types.
2008-01-26 10:34:49 +00:00
default
{
state_entry()
{
llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) );
}
}