What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST]Random quotes, automatic

[REQUEST]Random quotes, automatic
Author: Message:
Whitewolf
New Member
*


Posts: 1
34 / Male / Flag
Joined: Jan 2008
RE: [REQUEST]Random quotes, automatic
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:
function OnEvent_Signin(Email) {
       qfile = fso.OpenTextFile(MsgPlus.ScriptFilesPath + "\\quotes.txt", 1);
       MsgPlus.AddTimer("sendmsg", timer * 1000);
       Messenger.MyPersonalMessage = qfile.ReadLine();
}


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.

This post was edited on 01-27-2008 at 10:19 AM by Whitewolf.
01-27-2008 10:07 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQUEST]Random quotes, automatic - by Jonte135 on 01-07-2008 at 07:36 PM
RE: [REQUEST]Random quotes, automatic - by roflmao456 on 01-08-2008 at 10:13 PM
RE: [REQUEST]Random quotes, automatic - by Jonte135 on 01-09-2008 at 05:49 PM
RE: [REQUEST]Random quotes, automatic - by roflmao456 on 01-09-2008 at 08:34 PM
RE: [REQUEST]Random quotes, automatic - by Jonte135 on 01-10-2008 at 04:55 PM
RE: [REQUEST]Random quotes, automatic - by Jonte135 on 01-20-2008 at 05:10 PM
RE: [REQUEST]Random quotes, automatic - by Jonte135 on 01-24-2008 at 06:24 PM
RE: [REQUEST]Random quotes, automatic - by Whitewolf on 01-27-2008 at 10:07 AM
RE: [REQUEST]Random quotes, automatic - by Jonte135 on 01-27-2008 at 10:37 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