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

Need help!
Author: Message:
Razeth
New Member
*


Posts: 2
Joined: Dec 2008
O.P. Need help!
I'm new to scripting....so can someone tell me why this isn't working? XD

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    if(Message="/whoihave"){
        var kisiler = Messenger.MyContacts;
        var c;
        var emessage = "Online Contact List:\n";
        for(var counter=1,counter<=kisiler.length,counter++){
            var enume = new Enumerator(kisiler[counter])
            c = enume.item();
            if(c.Status == 3){
                emessage = emessage+c.Email+"\n";
            }
        SendMessage(emessage);
    }
   
}


Basically I want it to put every email address of my online group into a message then send it
12-15-2008 09:02 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need help! - by Razeth on 12-15-2008 at 09:02 PM
RE: Need help! - by foaly on 12-15-2008 at 09:12 PM
RE: Need help! - by matty on 12-15-2008 at 09:15 PM
RE: Need help! - by Razeth on 12-15-2008 at 09:34 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