Shoutbox

Delay command? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Delay command? (/showthread.php?tid=62691)

Delay command? by kjfk on 07-06-2006 at 08:30 PM

I need a delay command for Quick Messages if thats existing please, for Live that is. So it first sends a message, then after the delay it sends another ^^.
And i am sorry if this was already asked.. did try to search for it though.


RE: Delay command? by rob_botch on 07-07-2006 at 09:32 AM

There is a timer object: MsgPlus.AddTimer. For more information, see the scripting docs. You would then send the next message on the timer completed event (I'm not sure about its exact name).

Hope that this helps,
Robert


RE: Delay command? by kjfk on 07-07-2006 at 06:42 PM

Nevermind ^^ i do now have an idea that probably will work, Thank you for your help.


RE: RE: Delay command? by The_Joker on 07-07-2006 at 10:04 PM

You can set the quick message to a specific text, and the script will check the sent messages, when it will find the text in the quick message it will call the function, which can use the delay/timer.