|
|
(10 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
| {{LSL Header}}
| | #REDIRECT [[:Category:LSL_Library]] |
| ==Script Library==
| |
| | |
| <div id="box">
| |
| <div style="padding: 0.5em 0.5em 1.5em">
| |
| There are many [[script|scripts]] that have become buried in the [http://forums.secondlife.com/forumdisplay.php?f=15 Scripting Library forum], were lost with the death of the scripting forums, or sit idle in [[inventory|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.
| |
| </div>
| |
| </div>
| |
| | |
| <div id="box">
| |
| | |
| == Rules for posting: ==
| |
| <div style="padding: 0.5em">
| |
| #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. | |
| #Add a link to your script's page here. Link back to this page from your script's page.
| |
| #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.
| |
| </div>
| |
| </div>
| |
| | |
| {| {{Prettytable}}
| |
| |-
| |
| |{{Hl2}}| '''Name'''
| |
| |{{Hl2}}| '''Creator'''
| |
| |{{Hl2}}| '''Description'''
| |
| |-
| |
| || [[LSL Library/Hello Avatar|Hello Avatar]]
| |
| || Linden Lab
| |
| || SL's [[default]] script
| |
| |-
| |
| || [[LSL Library/Chat Logger (GPL)|Chat Logger (GPL)]]
| |
| || [[User:Nobody Fugazi|Nobody Fugazi]]
| |
| || Chat logger which requests permission from participants before recording them.
| |
| |-
| |
| ||[[LSL Library/Day of the Week|Day of the Week]]
| |
| ||[[User:DoteDote Edison|DoteDote Edison]]
| |
| ||Function to get day of the week from [[llGetUnixTime]].
| |
| |-
| |
| ||[[LSL Library/Dialog NumberPad|Dialog Number Pad]]
| |
| ||[[User:DoteDote Edison|DoteDote Edison]]
| |
| ||Use a dialog to accept positive integer input from users.
| |
| |-
| |
| ||[[LSL Library/Float2Hex|Float2Hex]]
| |
| ||[[User:Strife Onizuka|Strife Onizuka]]
| |
| ||Very useful for transporting [[float|floats]].
| |
| |-
| |
| ||[[LSL Library/Timer Module|Timer Module]]
| |
| ||[[User:Isabelle Aquitaine|Isabelle Aquitaine]]
| |
| ||Manage multiple timers via linked messages.
| |
| |-
| |
| ||[http://forums.secondlife.com/showthread.php?t=12156 XyText]
| |
| ||[[User:Xylor Baysklef|Xylor Baysklef]]
| |
| || Display text (up to 6 characters) on a prim
| |
| |-
| |
| ||[[LSL Library/Date Library|Date Library]]
| |
| ||[[User:Corto Maltese|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.
| |
| |-
| |
| ||[[LSL Library/Secure HTTP Post|Secure HTTP Post]]
| |
| ||[[User:Corto Maltese|Corto Maltese]]
| |
| || This small library allow you to send Secure requests to your website with a security mechanism aimed to stop hacking.
| |
| |-
| |
| ||[[LSL Library/Basic Encryption Modules|Basic Encryption Modules]]
| |
| ||[[User:Beverly Larkin|Beverly Larkin]]
| |
| ||Basic encryption scripts, allows you to encrypt a float, and shout it to another prim on a randomly chosen channel.
| |
| |-
| |
| ||[[LSL Library/Self Upgrading Script Enhanced|Self Upgrading Script Enhanced]]
| |
| ||[[User:Cron Stardust|Cron Stardust]]
| |
| || Keeps only latest version of the script on prim (Even with multiple adds of the same script!)
| |
| |}
| |
| ----
| |