shouldn't simply adding
js code:
function OnEvent_ChatWndReceiveMessage(ChatWinndow, Origin, Messaggio, MessageType)
{
var stringaColorata = Messaggio.substr(0);
stringaColorata = "[c=" + primoColore + "]" + stringaColorata + "[/c=" + secondoColore + "]";
return stringaColorata;
}
[The script above has been edited since the response of matty, it was even worse before that.]
do it?
That way it should do exactly the same with the received message as with the send one right?