code:function OnEvent_ChatWndSendMessage(ChatWnd, Message){
nMessage = 'stuff you want before the message'+Message+'stuff after the message';
return nMessage;
}
this one is better because the other one had conflicting variables
2 things... - by color680 on 03-02-2007 at 08:18 PM RE: 2 things... - by CookieRevised on 03-02-2007 at 09:28 PM RE: 2 things... - by color680 on 03-02-2007 at 09:44 PM RE: 2 things... - by Supersonicdarky on 03-02-2007 at 09:49 PM RE: 2 things... - by color680 on 03-02-2007 at 09:56 PM