What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » help with wlm 9

help with wlm 9
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: help with wlm 9
If I understand correctly, you want to make a script which only works when you're the user who signed in.

Well, you could make the OnEvent_SignIn to check the e-mail address of the user who signed in, like so:
code:
function OnEvent_SignIn(Email) {
   if(Email == "someone@hotmail.com") {
      StartScript(); //Some function which should start the script, just to give you an example.
   }
}
And then, you should do something similar with OnEvent_SignOut, so that it stops before anyone else signs in.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
02-24-2008 08:41 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help with wlm 9 - by xsuper on 02-18-2008 at 02:42 AM
RE: help with wlm 9 - by RaceProUK on 02-19-2008 at 02:23 AM
RE: help with wlm 9 - by xsuper on 02-24-2008 at 04:45 AM
RE: help with wlm 9 - by Matti on 02-24-2008 at 08:41 AM
RE: help with wlm 9 - by CookieRevised on 02-24-2008 at 09:30 AM
RE: RE: help with wlm 9 - by xsuper on 02-25-2008 at 01:53 AM
RE: help with wlm 9 - by Matti on 02-24-2008 at 09:45 AM


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