by Brayla Sana | Jan 22, 2017 | LSL, Operators, OSSL, Wiki
Unary operators take one argument. In LSL these arguments are normally integers. Operator Type Meaning Return Value Effect variable++ Arithmetic post-increment variable variable is set to variable + 1 ++variable Arithmetic pre-increment variable + 1 variable is set to...
by Brayla Sana | Jan 3, 2020 | Uncategorized
This Unpacker script is ideal for someone who wants to distribute a product inside a box or wearable container. This Works in both SL and Opensim. //FREE SCRIPTS – TESTED AND WORKING ON KITELY // If you paid for this script, you were ripped off. // You may...