Scripting/Library/OsslScriptingLibrary
De DigiWiki.
(Différences entre les versions)
| Ligne 7 : | Ligne 7 : | ||
|- | |- | ||
| [[OSSL Script Library/ModSendCommand|ModSendCommand]] | | [[OSSL Script Library/ModSendCommand|ModSendCommand]] | ||
| - | | | + | | Justincc |
| Demonstrates the use of an in-world script to communicate with a specific OpenSimulator module. | | Demonstrates the use of an in-world script to communicate with a specific OpenSimulator module. | ||
|- | |- | ||
| [[OSSL Script Library/OpenSim Radio|OpenSimulator Radio]] | | [[OSSL Script Library/OpenSim Radio|OpenSimulator Radio]] | ||
| - | | | + | | Fritigern |
| A dialog controlled radio for OpenSimulator. Uses OSSL functions to read stations from a notecard, | | A dialog controlled radio for OpenSimulator. Uses OSSL functions to read stations from a notecard, | ||
|- | |- | ||
| [[OSSL Script Library/Persist NPC|Persist NPC]] | | [[OSSL Script Library/Persist NPC|Persist NPC]] | ||
| - | | | + | | Marcus Llewell |
| A short example of a method for persisting an NPC across simulator restarts. | | A short example of a method for persisting an NPC across simulator restarts. | ||
|- | |- | ||
| [[OSSL Script Library/Simple Notecard Reader|Simple Notecard Reader]] | | [[OSSL Script Library/Simple Notecard Reader|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! | | 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! | ||
|- | |- | ||
| [[OSSL Script Library/ModInvoke|ModInvoke]] | | [[OSSL Script Library/ModInvoke|ModInvoke]] | ||
| - | | | + | | Cmickeyb |
| Shows how to invoke functions, defined in a region module. | | Shows how to invoke functions, defined in a region module. | ||
|- | |- | ||
| [[OSSL Script Library/OSSL Poseball|OSSL Poseball]] | | [[OSSL Script Library/OSSL Poseball|OSSL Poseball]] | ||
| - | | | + | | Fritigern |
| Poseball script, written from scratch, using [[osAvatarPlayAnimation]]() and [[osAvatarStopAnimation]]() | | Poseball script, written from scratch, using [[osAvatarPlayAnimation]]() and [[osAvatarStopAnimation]]() | ||
|} | |} | ||
Version du 12 avril 2012 à 04:58
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() |


