What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Tutorial, but better isnt a bad idea is it?

Tutorial, but better isnt a bad idea is it?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: Tutorial, but better isnt a bad idea is it?
quote:
Originally posted by saralk
Just to answer your question...

If you wanted something to trigger when dennis.kleinman@hccnet.nl signs in, then you would use the following code...

code:
OnContact_Signin(Email) {
    if (Email = "dennis.kleinman@hccnet.nl") {
        //the code that is triggered
    }
}

that wouldn't work. Corrected:
code:
OnContact_Signin(Email) {
    if (Email == "dennis.kleinman@hccnet.nl") {
        //the code that is triggered
    }
}
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-02-2006 05:41 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Tutorial, but better isnt a bad idea is it? - by DennisMartijn on 10-02-2006 at 01:22 PM
RE: Tutorial, but better isnt a bad idea is it? - by CookieRevised on 10-02-2006 at 01:49 PM
RE: Tutorial, but better isnt a bad idea is it? - by DennisMartijn on 10-02-2006 at 03:18 PM
RE: Tutorial, but better isnt a bad idea is it? - by CookieRevised on 10-02-2006 at 03:35 PM
RE: Tutorial, but better isnt a bad idea is it? - by J-Thread on 10-02-2006 at 05:05 PM
RE: Tutorial, but better isnt a bad idea is it? - by saralk on 10-02-2006 at 05:35 PM
RE: RE: Tutorial, but better isnt a bad idea is it? - by CookieRevised on 10-02-2006 at 05:41 PM
RE: Tutorial, but better isnt a bad idea is it? - by DennisMartijn on 10-05-2006 at 02:59 PM
RE: RE: Tutorial, but better isnt a bad idea is it? - by CookieRevised on 10-07-2006 at 11:24 PM
RE: Tutorial, but better isnt a bad idea is it? - by hmaster on 10-05-2006 at 03:08 PM
RE: Tutorial, but better isnt a bad idea is it? - by DennisMartijn on 10-05-2006 at 03:13 PM
RE: Tutorial, but better isnt a bad idea is it? - by RaceProUK on 10-06-2006 at 10:18 AM
RE: Tutorial, but better isnt a bad idea is it? - by ins4ne on 10-06-2006 at 10:37 AM
RE: Tutorial, but better isnt a bad idea is it? - by Jesus on 10-06-2006 at 12:09 PM
RE: Tutorial, but better isnt a bad idea is it? - by -dt- on 10-06-2006 at 12:29 PM
RE: Tutorial, but better isnt a bad idea is it? - by DennisMartijn on 10-06-2006 at 04:47 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