[Opensim-dev] Adding custom LSL functions

Mic Bowman cmickeyb at gmail.com
Mon Mar 12 17:03:55 UTC 2012


The short answer is "no". If you want functionality in a region module with
the current code base.. you need to either hookup to the comm events (which
means processing every chat message) or use modSendCommand which works well
if you don't mind parsing the args yourself & using events to return
values. That is, if you want to send a parameter list to a region module
function, you need to come up with a method of encoding the parameters in a
string (like llList2CSV or more sophisticated variants).

--mic


On Mon, Mar 12, 2012 at 5:29 AM, Per Mint <pmint6 at gmail.com> wrote:

> Hello,
>
> I would like to add some LSL-like functions to OpenSim using a separate
> DLL or Region Module.
>
> I found some 2009 discussions about this and read about the
> modSendCommand() on Justin blog. modSendCommand() is great for testing, or
> simple stuff, but is there a way to write som simple functions with a
> simple module or else ?
>
> Thank you very much,
> PMint.
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20120312/cf0086a8/attachment-0001.html>


More information about the Opensim-dev mailing list