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

Scripting Bug
Author: Message:
a0369
Junior Member
**

Avatar

Posts: 16
35 / Male / Flag
Joined: Oct 2004
O.P. RE: Scripting Bug
here's where the error occures

code:
function OnEvent_ChatWndReceiveMessage(chatwin,origin,txt_msg,kind)
{
        var msg_back="";
        switch (Messenger.MyStatus)
        {
            case '6': msg_back="Be aware that I haven't been on my computer for longer than 10 minutes and may not respond!";
            break;
            case '7': msg_back="I'm away and probably won't respond!";
            break;
            default : msg_back="";
            break;
        }
        if (response_text=="")
        {
            if (msg_back!="")
            {
                ChatWnd.SendMessage(msg_back);
            }
        }
        else
        {
            ChatWnd.SendMessage(response_text);
        }
}

01-02-2007 05:24 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Scripting Bug - by a0369 on 01-02-2007 at 05:09 AM
RE: Scripting Bug - by NanaFreak on 01-02-2007 at 05:20 AM
RE: Scripting Bug - by a0369 on 01-02-2007 at 05:24 AM
RE: Scripting Bug - by NanaFreak on 01-02-2007 at 05:26 AM
RE: Scripting Bug - by a0369 on 01-02-2007 at 05:27 AM
RE: Scripting Bug - by Chestah on 01-02-2007 at 08:49 AM
RE: Scripting Bug - by roflmao456 on 01-02-2007 at 11:57 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