opensim-scripting
Passing data between a script and a region module with modSendCommand()
Hi folks. As many of you may know, one of the most interesting things about OpenSimulator is the ability to extend it using region modules. Region modules plug in to the server and allow you to do pretty much anything with the world, such as sending text chat between different grids, controlling objects, moving... »
C# scripting in OpenSim
A month ago, I wrote a short article about how to add an OSSL (OpenSimulator Scripting Language) function to OpenSim. This assumed that you were writing a script using the Linden Scripting Language (LSL). However, in principle LSL is not the only language that you can write scripts in for OpenSim. LSL scripts in... »