quote:
Originally posted by markee
I think he wants a 1337 converter to work when he is typig rather than when the message is sent.
quote=tylertyler]This might help you:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
Message = Message.replace(/R/gi,'some char');
return Message;
}
He solved it and was thanked; there was no need to post your code really as it doesn't do what he asked anyway