Hi Justin:<br>On your blog you have a post "passing data between a script and a region module with modSendCommand()"<br><br>Is that more or less how I would go about testing whether I can invoke this code?<br><br>
<div class="gmail_quote">On Thu, Sep 16, 2010 at 3:36 PM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com">jjustincc@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 16/09/10 22:27, bodzette Coignet wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
No, I'm talking about the NPC module that's in the opensim source code<br>
found at the following location in the source tree:<br>
<br>
OpenSim\Region\OptionalModules\World\NPC<br>
<br>
Does *nobody* know who the original dev is that did this work?<br>
</blockquote>
<br></div>
That module has been there for ages.  You should be able to find out who created it by looking in the git logs.<br>
<br>
>From a quick code inspection, it looks like the CreateNPC method needs to be triggered to get anything to happen.  This is hooked up to the osNpcCreate() command (in the OSSL_Api.cs file).  You could try invoking this command via an in-world script - it looks like you'll need the uuid of an existing avatar to get going.  There are some other os commands there which appear to the NPC module (say, move, remove).<br>

<br>
It's also very possible that this module doesn't work any more - I haven't heard of anybody trying to use it for a long time.  The only way to find out is to try it.<br><font color="#888888">
<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></font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br>