What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Automated reply problem

Automated reply problem
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Automated reply problem
i think functions are case-sensitive so here's the fixed code

Sendmessage has to be SendMessage.

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
if(Origin != Messenger.MyName){
var Message = "Testing";
ChatWnd.SendMessage(Message);
}
}

the code should work, only when a contact sends you a message :P

This post was edited on 04-25-2008 at 02:39 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
04-25-2008 02:38 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Automated reply problem - by le-foot on 04-24-2008 at 02:59 PM
RE: Automated reply problem - by MeEtc on 04-24-2008 at 03:13 PM
RE: Automated reply problem - by le-foot on 04-24-2008 at 03:15 PM
RE: Automated reply problem - by MeEtc on 04-24-2008 at 03:21 PM
RE: Automated reply problem - by le-foot on 04-24-2008 at 03:23 PM
RE: Automated reply problem - by MeEtc on 04-24-2008 at 03:26 PM
RE: Automated reply problem - by le-foot on 04-25-2008 at 02:29 AM
RE: Automated reply problem - by roflmao456 on 04-25-2008 at 02:38 AM
RE: Automated reply problem - by le-foot on 04-25-2008 at 05:45 AM
RE: Automated reply problem - by le-foot on 04-25-2008 at 09:06 AM
RE: RE: Automated reply problem - by Veggie on 04-25-2008 at 10:45 AM
RE: Automated reply problem - by le-foot on 04-27-2008 at 06:27 AM
RE: Automated reply problem - by le-foot on 05-02-2008 at 10:04 AM
RE: Automated reply problem - by Spunky on 05-02-2008 at 06:12 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On