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

[request]
Author: Message:
skyserpent
Junior Member
**

Bacon

Posts: 96
32 / Male / –
Joined: Aug 2006
O.P. RE: [request]
thanks for that alexp!

just one more thing how could i intregrate that sending code into this script?

code:
var Wnd = null;
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
    if(Message == 'BOMB!') {
        Wnd = ChatWnd;
        MsgPlus.AddTimer("Bomb",500);
        return "";
    }
    if(Message == 'STOP!') {
        Wnd = null;
        MsgPlus.CancelTimer("Bomb");
        return "";
    }
}

function OnEvent_Timer(tId) {
    if(Wnd != null) {
        Wnd.SendMessage("Lemons");
        MsgPlus.AddTimer("Bomb",500);
    }
}

thanks for any help
08-28-2006 02:20 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] - by skyserpent on 08-28-2006 at 12:42 PM
RE: [request] - by Matti on 08-28-2006 at 12:51 PM
RE: [request] - by Spunky on 08-28-2006 at 12:54 PM
RE: [request] - by Matti on 08-28-2006 at 01:17 PM
RE: [request] - by alexp2_ad on 08-28-2006 at 01:31 PM
RE: [request] - by skyserpent on 08-28-2006 at 02:20 PM
RE: RE: [request] - by alexp2_ad on 08-28-2006 at 02:23 PM
RE: [request] - by skyserpent on 08-28-2006 at 02:26 PM
RE: RE: [request] - by alexp2_ad on 08-28-2006 at 02:28 PM
RE: [request] - by skyserpent on 08-28-2006 at 02:32 PM
RE: RE: [request] - by alexp2_ad on 08-28-2006 at 02:34 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