Ezra
Veteran Member
Forgiveness is between them and God
Posts: 1960 Reputation: 31
37 / /
Joined: Mar 2003
|
RE: Graident message
code: function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
return "[c=4]" + Message.substr(0,(Message.length/2)) + "[/c=1][c=1]" + Message.substr((Message.length/2)) + "[/c=4]";
}
That will work
This post was edited on 07-03-2006 at 02:01 PM by Ezra.
|
|