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

Graident message
Author: Message:
Silva
New Member
*


Posts: 4
Joined: Jul 2006
O.P. Graident message
I took the Capital Letter script and tried editting it to always do graidents when I write, after my edits the code looks like this :
code:
function OnEvent_ChatWndSendMessage(pChatWnd, sMessage){
sMessage = sMessage.substr(0,1) + '[c=12]' + sMessage.substr(1) + '[/c=4]'
     return sMessage;
}

The problem with that is that the first letter is always 100% black, I tried playing with it alot but most of the time ethier the first letter just disapeared or the script just stopped working. All help will be a apreticated :).


Edit: It's not black , it uses my text color.

This post was edited on 07-03-2006 at 12:42 PM by Silva.
07-03-2006 12:20 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Graident message - by Silva on 07-03-2006 at 12:20 PM
RE: Graident message - by Ezra on 07-03-2006 at 12:42 PM
RE: Graident message - by Silva on 07-03-2006 at 12:45 PM
RE: Graident message - by craig2k5 on 07-03-2006 at 01:19 PM
RE: Graident message - by Ezra on 07-03-2006 at 01:40 PM
RE: Graident message - by craig2k5 on 07-03-2006 at 01:57 PM
RE: Graident message - by Ezra on 07-03-2006 at 02:01 PM
RE: Graident message - by Silva on 07-03-2006 at 03:33 PM
RE: Graident message - by Voldemort on 07-03-2006 at 04:10 PM
RE: Graident message - by Silva on 07-03-2006 at 04:20 PM
RE: Graident message - by The Brain on 07-03-2006 at 11:37 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