Category:LSL Script

From Second Life Wiki
Revision as of 13:33, 13 January 2008 by Gally Young (talk | contribs) (multi lang)
Jump to navigation Jump to search

Scripts are items placed in an objects inventory to create an effect. This effect has a very large number of things that it can do. How objects look, move, interact with avatars, and communicate are all examples of what can be done with scripts.

Scripts are created through an in-world editor similar to a text file editor. Key words that perform specific actions or run when an action is performed are highlighted. The language used to write scripts is Linden Scripting Language (LSL), and is an event oriented programming language.

This portal is dedicated to LSL and how to use it to obtain the in-world effects. If you are new to scripting try looking at some of the Tutorials.