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

Delayed Writing
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Delayed Writing
Change the function for the timer to the following:

Javascript code:
function OnEvent_Timer(sTimerId) {
    var oChat = oChatWnds[sTimerId];
    var Message = oChatWnds[sTimerId].Message.charAt(oChatWnds[sTimerId].i);
    if (Message === '/') Message = '//';
    ++oChatWnds[sTimerId].i;
    oChat.Wnd.SendMessage(Message);
    if (oChatWnd[sTimerId].i === oChatWnd[sTimerId].Message.length)
        delete oChatWnd[sTimerId];
    else
        MsgPlus.AddTimer(sTimerId, 5000);
}

06-06-2010 02:12 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Delayed Writing - by Barathrum on 06-04-2010 at 03:40 PM
RE: Delayed Writing - by matty on 06-04-2010 at 05:00 PM
RE: Delayed Writing - by Barathrum on 06-04-2010 at 07:50 PM
RE: Delayed Writing - by matty on 06-04-2010 at 08:17 PM
RE: Delayed Writing - by Matti on 06-05-2010 at 08:08 AM
RE: Delayed Writing - by Barathrum on 06-05-2010 at 10:49 AM
RE: Delayed Writing - by matty on 06-05-2010 at 12:55 PM
RE: Delayed Writing - by Barathrum on 06-05-2010 at 01:29 PM
RE: Delayed Writing - by whiz on 06-05-2010 at 01:36 PM
RE: Delayed Writing - by Barathrum on 06-05-2010 at 02:45 PM
RE: Delayed Writing - by whiz on 06-05-2010 at 03:08 PM
RE: Delayed Writing - by Barathrum on 06-05-2010 at 04:41 PM
RE: Delayed Writing - by whiz on 06-05-2010 at 04:58 PM
RE: Delayed Writing - by Barathrum on 06-05-2010 at 05:29 PM
RE: Delayed Writing - by matty on 06-05-2010 at 06:54 PM
RE: Delayed Writing - by Barathrum on 06-05-2010 at 07:40 PM
RE: Delayed Writing - by matty on 06-06-2010 at 02:12 AM
RE: Delayed Writing - by Barathrum on 06-06-2010 at 07:10 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