What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » I am making a script...

I am making a script...
Author: Message:
ddunk
Veteran Member
*****

Avatar

Posts: 1228
Reputation: 51
35 / Male / Flag
Joined: Mar 2004
RE: I am making a script...
code:
var Contacts = Messenger.MyContacts;
var Contact = Contacts.GetContact("ddunk@is.a.ponynugget.net");
Debug.Trace(Contact.Name);
and for the PSM/nick thing:
code:
Messenger.MyPersonalMessage = Messenger.MyName + " vs " + Contact.Name;
or
code:
Messenger.MyName = Messenger.MyName + " vs " + Contact.Name;

This post was edited on 08-16-2006 at 04:30 AM by ddunk.
08-16-2006 04:24 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
I am making a script... - by augrunt on 08-16-2006 at 04:16 AM
RE: I am making a script... - by ddunk on 08-16-2006 at 04:24 AM
RE: I am making a script... - by markee on 08-16-2006 at 04:34 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