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:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Scripts in polygamy? - by Kenji on 09-28-2006 at 12:02 PM
RE: Scripts in polygamy? - by NanaFreak on 09-28-2006 at 12:03 PM
RE: Scripts in polygamy? - by Shondoit on 09-28-2006 at 12:39 PM
RE: Scripts in polygamy? - by NanaFreak on 09-28-2006 at 12:47 PM
RE: Scripts in polygamy? - by Shondoit on 09-28-2006 at 12:52 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