by Brayla Sana | Oct 15, 2017 | Events, LSL, OSSL, Wiki
run_time_permissions(integer perm) This event is invoked either after the user has responded to a permission request or if permissions granted to the script have changed. The integer perm value returned...
by Brayla Sana | Oct 14, 2017 | Events, LSL, OSSL, Wiki
control(key id, integer held, integer change) Once a script has permission to take control inputs from the avatar with the key id (see llRequestPermissions), and has taken control of the...
by Brayla Sana | Oct 14, 2017 | Events, LSL, OSSL, Wiki
changed(integer change) The changed event is invoked when operations change certain properties of the prim/object. The change parameter is a bit field of one or more of the following values: Constant...
by Brayla Sana | Oct 14, 2017 | Events, LSL, OSSL, Wiki
dataserver(key queryid, string data) This event handler is triggered when the requested data is returned to the script. Data may be requested using...
by Brayla Sana | Oct 14, 2017 | Events, LSL, OSSL, Wiki
money(key id, integer amount) This event is triggered when the agent with the key id gives amount of Linden Dollars to the object. The existence of a money event (even an empty one)...