mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
More inventory work for CharlieO. Final patch to make it all work yet to come.
This commit is contained in:
7
bin/assets/ScriptsAssetSet/llAbs.lsl
Normal file
7
bin/assets/ScriptsAssetSet/llAbs.lsl
Normal file
@@ -0,0 +1,7 @@
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user