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)...
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...