On 04/11/10 14:23, Tomas Trescak wrote:
Dears

I need to detect distance from my bot to the chatting avatar.
I have an event handler in my BOT that detects chat messages:

Client.Self.ChatFromSimulator += HandleClientSelfChatFromSimulator;

This method should only do something if avatar is close enough to my BOT

private void HandleClientSelfChatFromSimulator (object sender, ChatEventArgs e)
{
        // detect distance      and possibly execute
}

This looks like a libomv question.  It's better asked on that project's lists, 
I would say.

--
Justin Clark-Casey (justincc)
http://justincc.org
http://twitter.com/justincc
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to