i dont want smarter child to talk as me i just want it so its like a mocker (kinda like one of the old simple mockers that repeated what the person says back at them)
EDIT: win_crook thanx for the help but your code stuffed up with the
code:
if (Origin == sc.Name)
{
break;
}
if(MessageKind == 1)
so i had to change it to
code:
var window = Messenger.OpenChat('smarterchild@hotmail.com');
window.SendMessage(Message);
which works ok but it keeps sending the message ( i think it was a glitch with msg plus not the code)
anyway thanks for the help and anymore you can offer