What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » automatic nudge

automatic nudge
Author: Message:
Wartender
New Member
*


Posts: 5
Joined: Aug 2008
O.P. RE: automatic nudge
ok so i have:
code:
function OnEvent_SigninReady(Email){
Contacts.GetContact("Persons@email.com");
if ( Status != 1 ){
var v = "Persons@email.com";
Messenger.OpenChat(v).SendMessage("/nudge");
}
}
function OnEvent_ContactSignin(Email){
       if (Email == "Persons@email.com"){
        Messenger.OpenChat(Email).SendMessage("/nudge");
}
}

i have yet to find out if i nudge anyone who logs in or if it was my mistake, and i also have to find out if the signing in one works
for the status, do i have to use just the number, or do i have to write the whole STATUS_OFFLINE (1) ?
and != is not equal to, like in c right?, and can i use if to check if two strings are equal (if i have to use the whole STATUS_OFFLINE (1) thing)?

This post was edited on 08-26-2008 at 09:16 PM by Wartender.
08-26-2008 09:13 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
automatic nudge - by Wartender on 08-26-2008 at 08:17 PM
RE: automatic nudge - by Spunky on 08-26-2008 at 08:21 PM
RE: automatic nudge - by Wartender on 08-26-2008 at 08:27 PM
RE: automatic nudge - by Spunky on 08-26-2008 at 08:34 PM
RE: automatic nudge - by Wartender on 08-26-2008 at 08:50 PM
RE: automatic nudge - by Spunky on 08-26-2008 at 09:00 PM
RE: automatic nudge - by Wartender on 08-26-2008 at 09:13 PM
RE: RE: automatic nudge - by Spunky on 08-26-2008 at 09:27 PM
RE: automatic nudge - by roflmao456 on 08-26-2008 at 09:39 PM
RE: automatic nudge - by Spunky on 08-26-2008 at 09:42 PM
RE: automatic nudge - by Wartender on 08-26-2008 at 09:43 PM
RE: automatic nudge - by Spunky on 08-26-2008 at 09:46 PM
RE: automatic nudge - by CookieRevised on 08-26-2008 at 11:28 PM
RE: automatic nudge - by Spunky on 08-26-2008 at 11:39 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