code:
function ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)//when a message is sent by anyone
{
if (origin !== Messenger.MyName)//if it is not my message
{
ChatWnd.SendMessage("")//Send this message (Message goes between the quotes)
}
}
All you need to do now is enter between the quotes what you want to say when a contact sents you a message (please don't use the command for a nudge because that does get very annoying
)