Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.
Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
function AgentIntro() {
InitAgentCommands();
// *** BEGIN CHARACTER SCRIPT ***
Char.MoveTo(0, 0);
Char.Show();
Char.MoveTo(900, 500);
Char.Play("Announce");
Char.Speak("Hello, ASALAM ALIKUM WLCOME MY WEBSITE. ");
Char.Play("Greet");
Char.Speak("KIYA HAL HAI JANAB MAIN THEEK HOON ALLAH KA SHUKAR HAI. ");
Char.Speak(" MAIN EK BAAT BATNA CHATA HOON.");
Char.Play("GetAttention");
Char.Play("GetAttentionContinued");
Char.Play("GetAttentionReturn");
Char.Speak("MERI BAAT GOR SE SUNY");
Char.Play("GestureRight");
Char.Speak("KISSI EK PAR CLICK KARIAN. ");
Char.MoveTo(10, 500);
Char.Play("GestureLeft");
Char.Speak("KISSI EK PAR CLICK KARIAN.");
Char.MoveTo(10, 200);
Char.Speak("MAIN JINAAM BAHI KO BATAON GA KE AAP MERI WEBSITE MAIN AAYE THEY.");
Char.MoveTo(600, 200);
Char.Play("DoMagic1");
Char.Play("DoMagic2");
Char.Play("GestureUp");
Char.Speak("MAIN ALLAH SE DAWA KAROON GA KE AAP SAB KHUSH RAHEY.");
Char.Play("Pleased");
Char.MoveTo(0, 500);
Char.Play("Read");
Char.Play("WriteContinued");
Char.Speak("MAIN NE AAP KA NAAM LIKH LEYA HAI.");
Char.Play("WriteReturn");
Char.MoveTo(500, 500);
Char.Play("Think");
Char.Think("MAIN WOHI SOCH RAHA HOON.");
Char.Think("JO AAP SOCH RAHEY HAIN..");
Char.Play("Uncertain");
Char.Speak("PHIR MILEY GAY.");
Char.Play("Wave");
Char.Speak("ALLAH KHAFIZ. Goodbye!");
Char.Play("Wave");
Char.Hide();
// *** END CHARACTER SCRIPT ***
}