Difference between revisions of "LSL Example"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
||[[User:DoteDote_Edison|DoteDote Edison]] | ||[[User:DoteDote_Edison|DoteDote Edison]] | ||
||Scripts to remove prim properties: Particles, Floating Text, Pie Menu Text, SitTarget & Status | ||Scripts to remove prim properties: Particles, Floating Text, Pie Menu Text, SitTarget & Status | ||
|- | |||
||[[LSL_Example_Clock | Clock Example]] | |||
||[[User:Beverly_Larkin|Beverly Larkin]] | |||
||Example of getting the current time in hours, minutes, and AM or PM and saying it to the owner | |||
|- | |- | ||
||[[LSL_Example_Link_Messages | Link Messages Example]] | ||[[LSL_Example_Link_Messages | Link Messages Example]] |
Revision as of 12:57, 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 |
Remove Prim Properties | DoteDote Edison | Scripts to remove prim properties: Particles, Floating Text, Pie Menu Text, SitTarget & Status |
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. |
Toggle States | DoteDote Edison | Toggle between two states (eg. turn something on or off.) |