Dataserver

dataserver(key queryid, string data) This event handler is triggered when the requested data is returned to the script. Data may be requested using...

Money

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

Events

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