i did. i learn better by example but yea the script you gave me opens any contact that comes online
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