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

Need help with a script
Author: Message:
kantom
New Member
*


Posts: 1
Joined: May 2007
O.P. Huh?  Need help with a script
I cant work out why the following scrip doesnt work:

code:
var on = '0'

function OnEvent_ContactSignin(sEmail)
{
Messenger.OpenChat(sEmail);
on = '1'
}

function OnEvent_ChatWndCreated(ChatWnd)
{
if (on == '1')
{
on = '0'
ChatWnd.SendMessage("Hello (!N) !");
}
}


Its meant to open a chat box with someone as soon as they login and then say Hello.
05-08-2007 06:26 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need help with a script - by kantom on 05-08-2007 at 06:26 AM
RE: Need help with a script - by Spunky on 05-08-2007 at 02:42 PM
RE: Need help with a script - by matty on 05-08-2007 at 05:10 PM
RE: Need help with a script - by pray2win on 05-12-2008 at 06:19 PM
RE: Need help with a script - by roflmao456 on 05-12-2008 at 07:27 PM
RE: RE: Need help with a script - by pray2win on 05-12-2008 at 07:43 PM
RE: Need help with a script - by CookieRevised on 05-12-2008 at 07: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