O.P. RE: quoting
Thanks dude,
this is the code i'm using:
var color = "#889967";
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
if(Message.substr(0,2) === ">>") return "[c="+color+"]"+Message+"[/c]";
}
A friend of mine reported that he was receiveing text like this: [c=#889967]>>mymessage/c]
Does this only works with people using plus? Isn't there another way of changing color, send message, restore color?
|