i dont get it, but il try:
code:
/*
Just add ,"" in the array between the brackets if you want to add more.
this is NanaFreak's and markee's code. so credits to him.
*/
var changeFrom = new Array("tho","thouhught") // changing word
var changeTo = new Array("though","thought") // change to this
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
for(i in original){
Message = Message.replace(original[i],changed[i]);
}
i do not think that you can use " => " to change it .... correct me if im wrong.