by Brayla Sana | Jan 31, 2019 | Agent and Avatar, Functions, LSL, OSSL, Wiki
In the metaverse, a teleport allows users to move from one region/sim to another without crossing a sim boundary or moving within a sim. By default, users are able to teleport directly to any coordinate within the grid. To...
by Brayla Sana | Jan 3, 2020 | Building, Full Scripts, Interactive
Opens a map so the user can teleport to the landmark given. Works in both SL and Opensim. // SCRIPT – TELEPORT VIA LANDMARK IN OBJECT //FREE SCRIPTS – TESTED AND WORKING ON KITELY // If you paid for this script, you were ripped off. // You may use in...
by Brayla Sana | Jan 2, 2020 | Uncategorized
To permit region owners to enable the extended scripting functionality of OSSL, without allowing malicious scripts to access potentially troublesome functions, each OSSL function is assigned a threat level, and access to the functions is granted or denied based on a...
by Brayla Sana | Oct 8, 2017 | Full Scripts
This is a fantastic little script for creating a tip jar. This version is edited so the currency says, KC’s, but this can be edited to any currency type. //FREE SCRIPTS – TESTED AND WORKING ON KITELY // If you paid for this script, you were...
by Brayla Sana | Jan 23, 2017 | LSL, OSSL, Types, Wiki
Variables, function parameters, and return values have types. This means that a value stored in a variable, bound to a function parameter, or returned by a function must be of the same type, or it must be converted to the same type. LSL provides a set of seven basic...