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

Help with script...
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Help with script...
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Sender, ChatMsg, ChatType)
{
   if(ChatMsg.search(/nick/i) > -1){
        Nick = Nick + 1;
        Debug.Trace("Added one to count.");
        ChatWnd.SendMessage("The Nick Count is now at: " + Nick);
    }
}

edit: meh im slow

This post was edited on 06-25-2006 at 10:18 AM by Eljay.
06-25-2006 10:17 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help with script... - by GrimReapa on 06-25-2006 at 10:11 AM
RE: Help with script... - by absorbation on 06-25-2006 at 10:12 AM
RE: Help with script... - by alexp2_ad on 06-25-2006 at 10:14 AM
RE: Help with script... - by GrimReapa on 06-25-2006 at 10:17 AM
RE: Help with script... - by Eljay on 06-25-2006 at 10:17 AM
RE: Help with script... - by ThunderStorm on 06-25-2006 at 10:28 AM
RE: RE: Help with script... - by CookieRevised on 06-25-2006 at 11:56 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