color680
Banned
Posts: 15 Reputation: -4
Joined: Mar 2007
|
O.P. RE: 2 things...
quote: Originally posted by Supersonicdarky
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
So do i?
|
|