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).<div>
<br></div><div>--mic<br></div><div><br><br><div class="gmail_quote">On Mon, Mar 12, 2012 at 5:29 AM, Per Mint <span dir="ltr"><<a href="mailto:pmint6@gmail.com">pmint6@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hello,</div>
<div> </div>
<div>I would like to add some LSL-like functions to OpenSim using a separate DLL or Region Module.</div>
<div> </div>
<div>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 ?</div>


<div> </div>
<div>Thank you very much,</div>
<div>PMint.</div>
<br>_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
<br></blockquote></div><br></div>