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

Gradient text problem
Author: Message:
crank
Full Member
***

Avatar
Failed to come back here :(

Posts: 304
Reputation: 17
34 / Male / Flag
Joined: Mar 2004
Status: Away
RE: Gradient text problem
i got a extensive script for this but at this time the way of configurn it is with regedit

a quick fix for commands is like this:
code:
var SendUnaltered;

if (Message.charAt(0) == "/")
{
    sendUnaltered = true;
}
if (Message.charAt(0) != "/")
{
    Color1 = Math.floor(Math.random() * Color_Max);
    Color2 = Math.floor(Math.random() * Color_Max);

    return Parse_Text(Color1, Color2, Message);
    sendUnaltered = false;
}
if(sendUnaltered)
{
    return(Message);
}

Quickly copy pasted and editted a bit so i don't know about errors

This post was edited on 07-02-2006 at 12:05 PM by crank.
I haven't been active here in ages.
If you're wondering who i am, read my reputations. I used to make plugins, skins and spam the IRC channels here back in the good old days before Windows Live.
07-02-2006 11:58 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Gradient text problem - by Llama_dude on 07-01-2006 at 09:31 PM
RE: Gradient text problem - by RaceProUK on 07-02-2006 at 12:05 AM
RE: Gradient text problem - by Llama_dude on 07-02-2006 at 11:51 AM
RE: Gradient text problem - by crank on 07-02-2006 at 11:58 AM
RE: Gradient text problem - by Llama_dude on 07-02-2006 at 01:13 PM
RE: Gradient text problem - by RaceProUK on 07-02-2006 at 02:30 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