Difference between revisions of "LSL Example"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
||Linden Lab | ||Linden Lab | ||
||SL's [[default]] script | ||SL's [[default]] script | ||
|- | |- | ||
||[[LSL_Example_Clock | Clock Example]] | ||[[LSL_Example_Clock | Clock Example]] | ||
Line 40: | Line 36: | ||
||[[User:Beverly_Larkin|Beverly Larkin]] | ||[[User:Beverly_Larkin|Beverly Larkin]] | ||
||Example of using link messages. | ||Example of using link messages. | ||
|- | |||
||[[LSL_Example_Remove_Prim_Properties|Remove Prim Properties]] | |||
||[[User:DoteDote_Edison|DoteDote Edison]] | |||
||Scripts to remove prim properties: Particles, Floating Text, Pie Menu Text, SitTarget & Status | |||
|- | |- | ||
||[[LSL_Example_Toggle_States|Toggle States]] | ||[[LSL_Example_Toggle_States|Toggle States]] |
Revision as of 13:06, 12 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Example Scripts
This is a placeholder graph.
Rules for posting:
- Prefix LSL Example pages with "LSL_Example_" to keep the Wiki namespace clean.
- Example: Hello Avatar -> LSL_Example_Hello_Avatar
- Your script must be tested and working. If it's not, stick it on your own username page until it is. This is a list of working, usable scripts.
- Add a link to your example's page here, and place {{LSL Header}} at the top.
Name | Creator | Description |
Hello Avatar | Linden Lab | SL's default script |
Clock Example | Beverly Larkin | Example of getting the current time in hours, minutes, and AM or PM and saying it to the owner |
Link Messages Example | Beverly Larkin | Example of using link messages. |
Remove Prim Properties | DoteDote Edison | Scripts to remove prim properties: Particles, Floating Text, Pie Menu Text, SitTarget & Status |
Toggle States | DoteDote Edison | Toggle between two states (eg. turn something on or off.) |