Category:LSL Script: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
Strife Onizuka (talk | contribs)
mNo edit summary
Line 5: Line 5:


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 [[LSL Tutorial|Tutorials]].
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 [[LSL Tutorial|Tutorials]].
{{LSLC|}}{{LSLC|Flow Control}}

Revision as of 13:45, 7 May 2007

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.