Just edit the txt in "ur_wordingz"
[quote]<OBJECT allowScriptAccess="never" allownetworking="internal" ID="Rainbow" width="0" height="0" CLASSID="CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F" CODEBASE="#VERSION=2,0,0,0">
</OBJECT>
<OBJECT allowScriptAccess="never" allownetworking="internal" ID="TruVoice" width="0" height="0" CLASSID="CLSID:B8F2846E-CE36-11D0-AC83-00C04FD97575" CODEBASE="#VERSION=6,0,0,0">
</OBJECT>
<script language="JavaScript">
//
http://rainbow.arch.scriptmania.com/merlin/
//
var Char;
var UsedChars;
var CharID;
var CharACS;
var CharLoaded;
var LoadReq;
var HideReq;
UsedChars = "Char";
CharID = "Char";
CharACS = "";
CharLoaded = false;
Window_OnLoad();
function Window_OnLoad() {
Rainbow.Connected = true;
CharLoaded = LoadLocalChar(CharID, CharACS);
if (!CharLoaded) {
CharLoaded = LoadLocalChar(CharID, "");
}
if (CharLoaded) {
SetCharObj();
}
CheckLoadStatus();
}
function LoadLocalChar(CharID, CharACS) {
Rainbow.RaiseRequestErrors = false;
if (CharACS == "") {
LoadReq = Rainbow.Characters.Load(CharID);
}
else {
LoadReq = Rainbow.Characters.Load(CharID, CharACS);
}
Rainbow.RaiseRequestErrors = true;
if (LoadReq.Status != 1) {
return(true);
}
return(false);
}
function SetCharObj() {
Char = Rainbow.Characters.Character(CharID);
Char.LanguageID = 0x409;
}
function CheckLoadStatus() {
if (!CharLoaded) {
LoadError();
return(false);
}
window.status = "";
AgentIntro();
return(true);
}
function LoadError() {
var strMsg;
window.status = "";
strMsg = "Error Loading Character: " + CharID + "\n";
strMsg = strMsg + "This Microsoft Agent Script requires the character(s):\n";
strMsg = strMsg + UsedChars;
alert(strMsg);
}
function InitAgentCommands() {
Char.Commands.RemoveAll();
}
function AgentIntro() {
InitAgentCommands();
// *** BEGIN CHARACTER SCRIPT ***
Char.MoveTo(0, 0);
Char.Show();
Char.MoveTo(900, 500);
Char.Play("Announce");
Char.Speak("ur_wordingz");
Char.Play("Greet");
Char.Speak("ur_wordingz");
Char.Speak("ur_wordingz");
Char.Play("GetAttention");
Char.Play("GetAttentionContinued");
Char.Play("GetAttentionReturn");
Char.Speak("ur_wordingz");
Char.Play("GestureRight");
Char.Speak("ur_wordingz");
Char.MoveTo(10, 500);
Char.Play("GestureLeft");
Char.Speak("ur_wordingz");
Char.MoveTo(10, 200);
Char.Speak("ur_wordingz");
Char.MoveTo(600, 200);
Char.Play("DoMagic1");
Char.Play("DoMagic2");
Char.Play("GestureUp");
Char.Speak("ur_wordingz");
Char.MoveTo(0, 500);
Char.Play("Read");
Char.Play("WriteContinued");
Char.Speak("ur_wordingz");
Char.Play("WriteReturn");
Char.MoveTo(500, 500);
Char.Play("Think");
Char.Think("ur_wordingz");
Char.Think("ur_wordingz");
Char.Play("Search");
Char.Speak("ur_wordingz");
Char.Speak("ur_wordingz ");
Char.Play("RestPose");
Char.Speak("\\Chr=\"Whisper\"\\ur_wordingz!");
Char.Play("Wave");
Char.Speak("ur_wordingz!");
Char.Play("Wave");
Char.Speak("ur_wordingz");
Char.Play("Idle1_1");
// *** END CHARACTER SCRIPT ***
}
//
</script>[/quote]
After u edit the code...
Paste in your media box
Preview:
[spoiler]
http://profiles.friendster.com/34959335[/spoiler]
Credits To: zhick of Friendstermagic