Difference between revisions of "LSL Example"

From Second Life Wiki
Jump to navigation Jump to search
Line 28: Line 28:
||Linden Lab
||Linden Lab
||SL's [[default]] script
||SL's [[default]] script
|-
||[[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_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 14:06, 12 February 2007

Example Scripts

This is a placeholder graph.

Rules for posting:

  1. Prefix LSL Example pages with "LSL_Example_" to keep the Wiki namespace clean.
    Example: Hello Avatar -> LSL_Example_Hello_Avatar
  2. 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.
  3. 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.)