What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] loop [HELP PLEASE]

[request] loop [HELP PLEASE]
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: [request] loop
code:
var offon = 0;
function OnEvent_Initialize(MessengerStart)
{
while (offon=0)
{
    code to be executed
}
}

function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin,Message,MessageKind)
{
if (Message == "STOP!") {
offon=1;
}
}


should work, might need a few adjustments (cant test right now).

edit: just so you know this will probably freeze messenger. you'll probably have to look for an alternate route to getting this done (a friend (-dt-) suggested a timer set for 100milliseconds.)

This post was edited on 08-27-2006 at 10:52 PM by Ash_.
[Image: jeansiger5.jpg]
08-27-2006 10:49 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] loop [HELP PLEASE] - by skyserpent on 08-27-2006 at 10:18 PM
RE: [request] loop - by Ash_ on 08-27-2006 at 10:49 PM
RE: [request] loop - by skyserpent on 08-27-2006 at 11:06 PM
RE: [request] loop [HELP PLEASE] - by Silentdragon on 08-27-2006 at 11:19 PM
RE: [request] loop [HELP PLEASE] - by skyserpent on 08-27-2006 at 11:22 PM
RE: [request] loop [HELP PLEASE] - by Silentdragon on 08-27-2006 at 11:31 PM
RE: [request] loop [HELP PLEASE] - by skyserpent on 08-27-2006 at 11:42 PM
RE: [request] loop [HELP PLEASE] - by Silentdragon on 08-28-2006 at 12:29 AM
RE: [request] loop [HELP PLEASE] - by deAd on 08-28-2006 at 12:30 AM
RE: [request] loop [HELP PLEASE] - by skyserpent on 08-28-2006 at 12:44 AM
RE: [request] loop [HELP PLEASE] - by Silentdragon on 08-28-2006 at 12:49 AM
RE: [request] loop [HELP PLEASE] - by skyserpent on 08-28-2006 at 12:51 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