What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Random Line Away messages

Random Line Away messages
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Random Line Away messages
Uhm.. Please let me think for another 10 seconds....

EDIT::

Change the last function to:[

code:

var Index = new Array();

function RandomMessage() {
      Index[0] = Math.random().charAt(4); // could be any number between 2 and 18
      Index[1] = Math.random().charAt(7); //  // could be any number between 2 and 18
      Index[2] = Math.random().substr(Index[0],Index[1]); // Please note!! You need 99 messages, or the chat will send "undefined";
      return RandomMessages[Index[2]];
}



This post was edited on 06-29-2008 at 05:39 PM by SmokingCookie.
06-29-2008 05:33 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Random Line Away messages - by Aztek on 06-29-2008 at 02:40 AM
RE: Random Line Away messages - by SmokingCookie on 06-29-2008 at 04:44 PM
RE: Random Line Away messages - by Aztek on 06-29-2008 at 05:12 PM
RE: Random Line Away messages - by SmokingCookie on 06-29-2008 at 05:29 PM
RE: Random Line Away messages - by Aztek on 06-29-2008 at 05:31 PM
RE: Random Line Away messages - by SmokingCookie on 06-29-2008 at 05:33 PM
RE: Random Line Away messages - by Aztek on 06-29-2008 at 05:42 PM
RE: Random Line Away messages - by SmokingCookie on 06-29-2008 at 06:03 PM
RE: Random Line Away messages - by CookieRevised on 06-29-2008 at 11:12 PM
RE: RE: Random Line Away messages - by SmokingCookie on 06-30-2008 at 07:29 AM
RE: Random Line Away messages - by Aztek on 06-29-2008 at 11:16 PM
RE: Random Line Away messages - by CookieRevised on 06-30-2008 at 01:35 AM
RE: Random Line Away messages - by CookieRevised on 06-30-2008 at 06:52 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