What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Multiple Accounts Nick Changer

[Request] Multiple Accounts Nick Changer
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [Request] Multiple Accounts Nick Changer
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.. :rofl:

This post was edited on 02-01-2007 at 11:08 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
02-01-2007 11:05 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Multiple Accounts Nick Changer - by warmth on 01-31-2007 at 10:56 PM
RE: [Request] Multiple Accounts Nick Changer - by roflmao456 on 01-31-2007 at 11:02 PM
RE: [Request] Multiple Accounts Nick Changer - by MrT on 02-01-2007 at 10:48 PM
RE: [Request] Multiple Accounts Nick Changer - by roflmao456 on 02-01-2007 at 11:05 PM
RE: [Request] Multiple Accounts Nick Changer - by warmth on 05-06-2007 at 03:44 PM


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