quote:
Originally posted by Red King
edit: i tried that and it's not replacing anything now is there anything else i'm supposed to add to all this?
markee's code outputs the text in the debugging window. If you'd know how to script, you'd probably have seen that...
Anyways, replace
code:
Debug.Trace(eMessage);
with
code:
return eMessage;
according that you're working in the
OnEvent_ChatWndSendMessage event.