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

OnEvent_ChatWndSendMessage help
Author: Message:
Rmstn1580
New Member
*

Avatar
title=rand()%alphabet

Posts: 3
34 / Male / –
Joined: Aug 2006
O.P. OnEvent_ChatWndSendMessage help
I'm trying to make a command what you type "!say hello" in the chat window and it will say "hello" or whatever you put after "!say" in a toast window. It isn't working :(. I've tried everything I can think of. Please help.

code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message)
{
    var e = Message;
    if(e.substring(0,4) == '!say')
    {
        var x = Message.splice(5);
        MsgPlus.DisplayToast("",x);
    }
       
}

HELP!!!!!!!!!!!!!! :'(:'(:'(:'(:'(
08-05-2006 08:31 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
OnEvent_ChatWndSendMessage help - by Rmstn1580 on 08-05-2006 at 08:31 AM
RE: OnEvent_ChatWndSendMessage help - by Felu on 08-05-2006 at 08:38 AM
RE: OnEvent_ChatWndSendMessage help - by Rmstn1580 on 08-05-2006 at 08:41 AM


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