What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Scripts in polygamy?

Scripts in polygamy?
Author: Message:
Kenji
Veteran Member
*****

Avatar
Previously: Dazmatic, Dazzy, :zippy:

Posts: 1226
Reputation: 39
32 / Male / Flag
Joined: Jun 2006
Status: Away
O.P. Scripts in polygamy?
Is there any eway to disable scripts in one messenger but keep it running on the other messenger?

Thanks.
09-28-2006 12:02 PM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: Scripts in polygamy?
yes you bring up both of the preferences then choose from there :P (i have done it lots)

This post was edited on 09-28-2006 at 12:05 PM by NanaFreak.
09-28-2006 12:03 PM
Profile PM Find Quote Report
Shondoit
Full Member
***

Avatar
Hmm, Just Me...

Posts: 227
Reputation: 15
35 / Male / Flag
Joined: Jul 2006
RE: Scripts in polygamy?
No, that is not correct...

The scripts are global, i.e. when you disable it in on one account, the other ones gets disabled too...

The only way is to let the script check if the current user is the user for which it should run

So you have to add in the script something like:
function Name() {
   if (Messenger.MyEmail == "email@server.com") {
      //Normal function...
   }
}
in every function...
Also make sure when the function runs, it is logged in, or else Messenger.MyEmail will fail, to check if someone is logged in use if (Messenger.MyStatus > 0) { etc... }
My scripts:                            [Image: shondoit.gif]
+ Timezone
+ Camelo
+ Multisearch
09-28-2006 12:39 PM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: Scripts in polygamy?
my way has worked many times before i have opened both plus preferences windows and gone to scripts and on the one you want to disable you just disable it and press apply but then do not hit apply/ok on the other one or it will be turned off too this is because plus does not constantly recall the registry settings.

i know this is a lot of work but it is much easier than adding more code into your script.
09-28-2006 12:47 PM
Profile PM Find Quote Report
Shondoit
Full Member
***

Avatar
Hmm, Just Me...

Posts: 227
Reputation: 15
35 / Male / Flag
Joined: Jul 2006
RE: Scripts in polygamy?
It will work sure...

But you'd have to do it everytime you startup WLM
Not very practical

So depending on your purpose, I would still go with my solution, or if it is one time only, go with Jay_Jay's
My scripts:                            [Image: shondoit.gif]
+ Timezone
+ Camelo
+ Multisearch
09-28-2006 12:52 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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