quote:
Originally posted by MrT
you can make two scripts.
one(for your first account)
code:
function OnEvent_ContactNameChange(mail,isim) {
if (mail == "yourSECONDmail@hotmail.com") { Messenger.MyName = isim; }
}
two(for your second account)
code:
function OnEvent_ContactNameChange(mail,isim) {
if (mail == "yourFIRSTmail@hotmail.com") { Messenger.MyName = isim; }
}
will it work?
i didn't test it
(sorry for my english)
that will only work if he has himself on his other contact list..
and you dont have to create separate scripts, you can use only 1. just add an
else to it
eD: the text file thingy should work..