LSL Programming
From Wikibooks, the open-content textbooks collection
(Redirected from Programming:LSL)
Linden Scripting Language (LSL) is an event based programming language designed for use in Second Life (secondlife.com) online world. You can use it to add action & interaction functionality/behaviors to characters and objects.
Scripts can be written that recognise button click events and perform an action based on that event. An example script can be applied to a door object that only allows it to open with the use of a password.
The syntax of the language is similar to java.
For more information visit (http://www.secondlife.com/badgeo/).