OK, I try to translate in english the Medieval style merlin spaking to you.
For it work, you need to download :
quote:
At : http://www.microsoft.com/msagent/downloads/user.asp
http://activex.microsoft.com/activex/controls/agent2/MSagent.exe
http://activex.microsoft.com/activex/controls/sapi/spchapi.exe
http://download.microsoft.com/download/c/9/e/c9ee...2b1439/SpchCpl.exe
Lernout & Hauspie TruVoice engine - Ameriacan English (1 MB)
If you are any suggestion or any question, please post to me or private method.
A simple code at : SigninReady. This is one part of the script.
code:
function OnEvent_SigninReady(Email) {
Merlin_RunningON();
Merlin.Play("Greet");
Merlin.Speak("\\spd=200\\Yes, My lord!");
Merlin.Play("GestureUp")
Merlin.Speak("\\spd=180\\I am with your orders your highness!");
Merlin.play("explain");
Merlin.Speak("\\Spd=180\\"+DateD()+"!");
Merlin.Play("GestureLeft")
Merlin.Speak("You have singed in at "+TimeD()+" o'clock!");
Merlin_RunningOFF();
}