O.P. RE: need help writing a script
ok thanks for the help but i think im doin somethin wrong
this is what i have so far
function OnEvent_ContactSignin ('example@hotmail.com') {
var Contact = Messenger.MyContacts.GetContact('example@hotmail.com')
Messenger.OpenChat(Contact)
}
whats wrong?
|