How come this isnt working
quote:
Originally posted by Code
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin, Message, MessageKind)
{
if (Message.match(Hello)!=null)
{
ChatWnd.SendMessage(hi);
}
also just tried
quote:
Originally posted by Code
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin, Message, MessageKind)
{
if (Message.match(Hello)!=null)
ChatWnd.SendMessage(hi);
}
Ive done it before i just cant remember exactly how
And Plus Live accepted it but it didnt work when my contact said Hello