justin...<br><br>would it make sense to have the parameters to modSendCommand mirror llMessageLinked since we are binding the response to the link_message event?<br><br>modSendCommand(string module, integer num, string str, key id)<br>
<br>the two parameters to the existing modSendCommand are somewhat redundant.<br><br>an alternative would be to bind the response to a dataserver() event. which matches more closely the way your example code works and most of my usages.<br>
<br>and for melanie or diva who wrote the initial code... this is a really useful command. thanks!<br><br>--mic<br><br><br><div class="gmail_quote">On Sat, Jul 17, 2010 at 5:37 AM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com">jjustincc@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">(sorry about the resend - I forgot to add the wiki link last time)<div class="im"><br>
<br>
Hi folks.  Just fyi, I finally got time to write a blog post today about OpenSim's modSendCommand() function.  This is a mechanism for communicating data between in-world scripts and a back-end region module without having to patch OpenSim with new script functions.  It's been around since OpenSim 0.6.9.<br>

<br></div>
Wiki and blog post links are<br>
<br>
<a href="http://opensimulator.org/wiki/ModSendCommand" target="_blank">http://opensimulator.org/wiki/ModSendCommand</a><div class="im"><br>
<a href="http://justincc.org/blog/2010/07/16/passing-data-between-a-script-and-a-region-module-with-modsendcommand/" target="_blank">http://justincc.org/blog/2010/07/16/passing-data-between-a-script-and-a-region-module-with-modsendcommand/</a><br>

<br>
Regards,<br>
<br>
-- <br>
Justin Clark-Casey (justincc)<br>
<a href="http://justincc.org" target="_blank">http://justincc.org</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>
_______________________________________________<br></div>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de" target="_blank">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>
</blockquote></div><br>