Shondoit
Full Member
Hmm, Just Me...
Posts: 227 Reputation: 15
36 / /
Joined: Jul 2006
|
RE: need help writing a script
No, you need the Contact, not the email, so it should be:
According to the scripting doc, an email works too
code: function OnEvent_ContactSignin (Email) {
var Contact = Messenger.MyContacts.GetContact(Email)
Messenger.OpenChat(Contact)
}
(edit: put it in code tags)
This post was edited on 09-13-2006 at 08:02 PM by Shondoit.
|
|