What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » need help writing a script

need help writing a script
Author: Message:
ganate123
New Member
*


Posts: 7
35 / Male / –
Joined: Sep 2006
O.P. RE: need help writing a script
i did.  i learn better by example but yea the script you gave me opens any contact that comes online :S umm heres the script in entirety



function OnEvent_ContactSignin (Email) {
    if (Email == "HerEmail@hotmail."); {
    var Contact = Messenger.MyContacts.GetContact(Email);
     Messenger.OpenChat(Contact);
    }
}

function OnEvent_Signin (Email) {
    var Contact = Messenger.MyContacts.GetContact("HerEmail@hotmail.com")
    Messenger.OpenChat(Contact)
}


ok so it opens any contact that comes online and i only want this script to function on my email death.to.emo@hotmail.com

thanks for all your help
09-13-2006 11:58 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
need help writing a script - by ganate123 on 09-13-2006 at 07:40 PM
RE: need help writing a script - by Jesus on 09-13-2006 at 07:46 PM
RE: need help writing a script - by Shondoit on 09-13-2006 at 07:59 PM
RE: need help writing a script - by Jesus on 09-13-2006 at 08:05 PM
RE: need help writing a script - by ganate123 on 09-13-2006 at 10:10 PM
RE: need help writing a script - by Shondoit on 09-13-2006 at 10:20 PM
RE: need help writing a script - by ganate123 on 09-13-2006 at 10:36 PM
RE: need help writing a script - by Shondoit on 09-13-2006 at 10:42 PM
RE: need help writing a script - by ganate123 on 09-13-2006 at 11:58 PM
RE: need help writing a script - by cloudhunter on 09-14-2006 at 12:30 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