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

Script codes
Author: Message:
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: Script codes
i will code something for you now to do that ;)

code:

code:
var arr = new Array('qwe','rty','wed','wer','wes','wert','mjn','fbvf','cvfv','dvc');

function OnEvent_ChatWndSendMessage(oChatWnd, sMessage){
    for(i in arr){
        if(arr[i]===sMessage){
            MsgPlus.DisplayToast(sMessage,sMessage);
        }
    }
}


This post was edited on 01-14-2007 at 02:00 AM by NanaFreak.
01-14-2007 01:37 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script codes - by plus on 01-14-2007 at 12:36 AM
RE: Script codes - by NanaFreak on 01-14-2007 at 12:38 AM
RE: Script codes - by plus on 01-14-2007 at 12:40 AM
RE: Script codes - by NanaFreak on 01-14-2007 at 12:50 AM
RE: Script codes - by plus on 01-14-2007 at 01:35 AM
RE: Script codes - by NanaFreak on 01-14-2007 at 01:37 AM
RE: Script codes - by RaceProUK on 01-14-2007 at 01:55 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