by Brayla Sana | Jan 3, 2020 | Full Scripts, Interactive, Region
This script was created by Aine Caoimhe (Mata Hari). It is for Opensim only. Greet someone when they first enter the region and (optionally) give them a “welcome notecard”. Only that avatar will see the message (uses llRegionSayTo(UUID) to...
by Brayla Sana | Jan 16, 2017 | Binary, LSL, Operators, OSSL, Wiki
Binary operators accept two parameters and return a single value. Most binary operators are defined for many different types of input like list, float, vector. Binary Operators: Operator Type Meaning Return Value Effect + Arithmetic Addition Sum of inputs None...
by Brayla Sana | Jan 16, 2017 | Bitwise, LSL, Operators, OSSL, Wiki
Bitwise operators are used to manipulate integers that represent bitfields. Click on an operator below to scroll directly to the position of its description. Operator Name Usage Reference & AND integer & integer = integer | OR integer | integer = integer ~ NOT...
by Brayla Sana | Jan 22, 2017 | LSL, Operators, OSSL, Wiki
Boolean operators behave like other operators such as +, -, *, / etc except the inputs and output can only take on two values. These values can be represented as TRUE and FALSE or 1 and 0 although any non zero value will generally be treated as TRUE. Unlike most...
by Brayla Sana | Jul 3, 2017 | Building, Full Scripts
Thanks to the OSGrid Forum for making the changes needed to make this excellent script work in Opensim. IMPORTANT: This Script generates notecards when you are creating your package – and notecard generation is a “high” threat level function. You...