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.