
Post this code to your Now Playing/Media section WARNING: THIS ONLY WORKS AT IE.
var RoverID; var RoverACS; merlinfstweakers.Connected = true; RoverLoaded = LoadLocalAgent(RoverID, RoverACS); Rover = merlinfstweakers.Characters.Character(RoverID); Rover.Show();
Rover.Play("GetAttention");
Rover.Play("Acknowledge");
Rover.Speak("Welcome to this Friendster page!");
Rover.moveto(screen.width-150,screen.height-150,5);
Rover.Play("Surprised");
Rover.Think("Hmm... What should I do next.…");
Rover.Play("Confused");
Rover.Play("DontRecognize");
Rover.Speak("Bye bye!");
Rover.Play("Wave");
Rover.Hide();
function LoadLocalAgent(CharID, CharACS) { LoadReq = merlinfstweakers.Characters.Load(CharID, CharACS); return(true); }