Shoutbox

Medieval Merlin - Need tester - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Medieval Merlin - Need tester (/showthread.php?tid=72237)

Medieval Merlin - Need tester by xsylvain2 on 03-01-2007 at 11:36 PM

OK, I try to translate in english the Medieval style merlin spaking to you. :bow:

For it work, you need to download :(Y)

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();
}