Ok i got this
quote:
Originally posted by NanaFreak
no...
to make a script do what you want it is very simple
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
Message = 'stuff you want before the massage'+Message+'stuff after the message';
return Message;
}
I understand it
Do i just copy it 12 times and edit the varibles?