quote:Originally posted by SpunkyLoveMuff
Nah, this happens for me too. I don't use the roamin feature at all, but it still resets at each login. I just made a script to change it at signin
you could release that to us and we will be greatfull
please upload the script / code...
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
RE: name change problem
code:function OnEvent_SigninReady(email){
if(email==="email@domain.com"){
Messenger.MyName = "My New Name";
Messenger.MyPersonalMessage = "My New Personal Message";
}
}
Obviously replace the relevant parts
This post was edited on 02-19-2008 at 08:08 PM by Spunky.