[REQUEST]Random quotes, automatic - 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: [REQUEST]Random quotes, automatic (/showthread.php?tid=80778) [REQUEST]Random quotes, automatic by Jonte135 on 01-07-2008 at 07:36 PM
What I want is a code that takes quotes from a file, or from a menu if you bother to make one (though it would use a file, I think). And then you can select the number of seconds between every message... For example I have 2 quotes: RE: [REQUEST]Random quotes, automatic by roflmao456 on 01-08-2008 at 10:13 PM
this should work RE: [REQUEST]Random quotes, automatic by Jonte135 on 01-09-2008 at 05:49 PM Ohh I'm sorry that I wasn't clear enough, the quotes should be in the Personal Message area RE: [REQUEST]Random quotes, automatic by roflmao456 on 01-09-2008 at 08:34 PM
this should work tested. RE: [REQUEST]Random quotes, automatic by Jonte135 on 01-10-2008 at 04:55 PM
Thanks! You're the best! RE: [REQUEST]Random quotes, automatic by Jonte135 on 01-20-2008 at 05:10 PM Hmm is it possible to make so it automatically starts quoting when I start MSN ("Start and "Stop" quoting should still be there though)? And when it reaches the end of the text file it just loops over again. RE: [REQUEST]Random quotes, automatic by Jonte135 on 01-24-2008 at 06:24 PM *Bump* RE: [REQUEST]Random quotes, automatic by Whitewolf on 01-27-2008 at 10:07 AM
It sure is, to start it automatically all you'd have to do is add the following code to your script, right after the OnGetScriptMenu() function: code: That is the same code used when you push the "Start" menu button, except it executes when you sign in to msn. Edit: As for the loop, I am unsure how that would be done (sorry, new to this). Also, tested it and it works. RE: [REQUEST]Random quotes, automatic by Jonte135 on 01-27-2008 at 10:37 AM Ahh awesome thanks |