Scripting/Library/OsslScriptingLibrary
De DigiWiki.
Version du 21 avril 2012 à 18:02 par Djphil (discuter | contributions)
Exemples | AaFunctions | BotFonctions | AScript | LlFonctions | OsFonctions | Librairie | Exemples | Legende | Manuel |
Script Library
Rules for posting:
- 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. Start your page with {{LSL Header}}.
- Do not add scripts that duplicate the same functionality as an existing script or built in function. If yours does, explain why.
- Do not list simple scripts here. Include those among the Examples instead.
Ossl Script Library
Script Name | Posted by: | Description |
ModSendCommand | Justincc | Demonstrates the use of an in-world script to communicate with a specific OpenSimulator module. |
OpenSimulator Radio | Fritigern | A dialog controlled radio for OpenSimulator. Uses OSSL functions to read stations from a notecard, |
Persist NPC | Marcus Llewell | A short example of a method for persisting an NPC across simulator restarts. |
Simple Notecard Reader | Fritigern | Reading notecards in OSSL is easy. This script is more of an example than a fully useful script, but it does work. Use it in your own scripts! |
ModInvoke | Cmickeyb | Shows how to invoke functions, defined in a region module. |
OSSL Poseball | Fritigern | Poseball script, written from scratch, using osAvatarPlayAnimation() and osAvatarStopAnimation() |