first, thanks for trying to help , i wish you continue with me
OK I didn't understand if the second one isn't possible
I wish to know each one how I can do it if it's possible
and here is the code
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
switch (Message){
case "/sstart":
sEnabled = true
return '';
case "/sstop":
sEnabled = false;
return '';
default:
if (sEnabled = true){
Message = Message.replace(/that/gi,"ðæt");
return "" +Message;
}
OK i need the letter in red to be spoken after i send it
where should I write the code and how
thanks a lot,
Omar