What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] turn a script on/ off for individual chats...

[request] turn a script on/ off for individual chats...
Author: Message:
pedro_cesar
Junior Member
**

Avatar

Posts: 61
35 / Male / –
Joined: Dec 2006
Status: Away
RE: [request] turn a script on/ off for individual chats...
u can do it by selecting the emails u want it to work for:


var e = new Enumerator(ChatWnd.Contacts);
    var Cnt = e.item();


now Cnt.Email stands for the Contact's (the one u typed command for) email, so for example u want it to work for somenone like: someone@somewhat.com u can use:

if (Cnt.Email == someone@somewhat.com) { do this }
01-12-2007 08:05 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] turn a script on/ off for individual chats... - by What? on 01-12-2007 at 07:31 PM
RE: [request] turn a script on/ off for individual chats... - by Matti on 01-12-2007 at 08:00 PM
RE: [request] turn a script on/ off for individual chats... - by pedro_cesar on 01-12-2007 at 08:05 PM
RE: [request] turn a script on/ off for individual chats... - by What? on 01-12-2007 at 08:10 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