by Brayla Sana | Oct 15, 2017 | Events, LSL, OSSL, Wiki
attach(key id) This event handler is triggered whenever the object is attached (which makes it an attachment) or detached from the avatar. If it is attached, id contains the key of the avatar it is attached to,...
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
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
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 | Apr 19, 2016 | Events, LSL, OSSL, Wiki
LSL is an event-driven language. Literally, scripts are divided into blocks of code that are triggered when a certain event happens. Scripts can provide event handlers, like moving_end or touch_start. If a script provides an event handler, and an event of this type...
by Brayla Sana | Jun 14, 2018 | Events, LSL, OSSL, Wiki
listen(integer channel, string name, key id, string message) The listen() event handler is invoked whenever a chat message matching the constraints passed in the llListen function is heard. The channel the chat was picked up on, the name and id of the speaker and the...