it also tells me when the sent message isn't a commend in the xml
code:
Error: Object required (code: -2146827864)
File: Sentences.js. Line: 570.
Function OnEvent_ChatWndSendMessage returned an error. Code: -2147352567
it's in a function OnEvent_ChatWndSendMessage(ChatWnd, Message){
JavaScript code:
for(i=0;i<=children;i++)
{
if(Message.toLowerCase()=="/"+USS.getElementsByTagName("UserSentence")[i].childNodes[0].text)
{
RMessage=Find(USS.getElementsByTagName("UserSentence")[i].childNodes[1].text)
break;
}
}