Difference between revisions of "LSL Library"

From Second Life Wiki
Jump to navigation Jump to search
Line 18: Line 18:
#Do not add scripts that duplicate the same functionality as an existing script. If yours does, explain why.
#Do not add scripts that duplicate the same functionality as an existing script. If yours does, explain why.
#Do not post simple scripts to the library. Simple scripts should be posted to the Examples list.
#Do not post simple scripts to the library. Simple scripts should be posted to the Examples list.
</div>
</div>
</div>


Line 70: Line 69:
||[[User:Cron Stardust|Cron Stardust]]
||[[User:Cron Stardust|Cron Stardust]]
|| Keeps only latest version of the script on prim (Even with multiple adds of the same script!)
|| Keeps only latest version of the script on prim (Even with multiple adds of the same script!)
|-
||[[LSL Library/Key Pad Door|Tdub's Keypad Door]]
||[[User:Tdub Dowler|Tdub Dowler]]
|| Door and keypad with changable code. Follow instructions carefully!
|}
|}
----
----

Revision as of 16:52, 3 March 2007

Script Library

There are many scripts that have become buried in the Scripting Library forum, were lost with the death of the scripting forums, or sit idle in inventories that could be useful and should be more accessible.

Other scripters may be in the same situation. This wiki is a well-suited medium for a script library. Feel free to add your scripts to the script library by creating new pages for them and linking to those pages here.

Rules for posting:

  1. Your script must be tested and working. If it's not, stick it in your user-space until it is. This is a list of working, usable scripts.
  2. Add a link to your script's page here. Link back to this page from your script's page.
  3. Do not add scripts that duplicate the same functionality as an existing script. If yours does, explain why.
  4. Do not post simple scripts to the library. Simple scripts should be posted to the Examples list.
Name Creator Description
Hello Avatar Linden Lab SL's default script
Chat Logger (GPL) Nobody Fugazi Chat logger which requests permission from participants before recording them.
Day of the Week DoteDote Edison Function to get day of the week from llGetUnixTime.
Dialog Number Pad DoteDote Edison Use a dialog to accept positive integer input from users.
Float2Hex Strife Onizuka Very useful for transporting floats.
Timer Module Isabelle Aquitaine Manage multiple timers via linked messages.
XyText Xylor Baysklef Display text (up to 6 characters) on a prim
Date Library Corto Maltese Date library, based on number of day since march 3rd 1600, can be used to calculate weekday, date differences, and date offset, and date formating.
Secure HTTP Post Corto Maltese This small library allow you to send Secure requests to your website with a security mechanism aimed to stop hacking.
Basic Encryption Modules Beverly Larkin Basic encryption scripts, allows you to encrypt a float, and shout it to another prim on a randomly chosen channel.
Self Upgrading Script Enhanced Cron Stardust Keeps only latest version of the script on prim (Even with multiple adds of the same script!)
Tdub's Keypad Door Tdub Dowler Door and keypad with changable code. Follow instructions carefully!

Support Script Library

These are scripts in other languages, intended to be run on other systems that support scripts written in LSL

Name Creator Description
Silo Zero Linden General purpose data store in PHP. Use this to persist arbitrary data from LSL via llHTTPRequest. See: