| GoiNCraZy4YoU09: weblog - photos - videos - audio - pulse - profile - subscribe! |
|
Tuesday, May 17, 2005
|
| . . //edit at next section var RoverID; var RoverACS; tsaiannie53441.Connected = true; RoverLoaded = LoadLocalAgent(RoverID, RoverACS); Rover = tsaiannie53441.Characters.Character(RoverID); Rover.Show(); //list the actions below //use Rover.Play to make it move //use Rover.Speak to make it talk Rover.Play("GetAttention"); Rover.Speak("hi coutney !!"); Rover.Play("Acknowledge"); Rover.Speak("this is a hi from the coolest person arownd justin!"); //do not edit below this line Rover.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = tsaiannie53441.Characters.Load(CharID, CharACS); return(true); } //--> |