In my opinion, you should crank that bass up!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote
function faceback () {
FaceLocation(GetPlayerCharacter(),160,-1000);
}
function facefront () {
FaceLocation(GetPlayerCharacter(),160,1000);
}
function faceleft () {
FaceLocation(GetPlayerCharacter(),-1000,100);
}
function faceright () {
FaceLocation(GetPlayerCharacter(),1000,100);
}
QuoteI get an "undefined token" error message.
DisplaySpeech(1, "I'm going to check this out.");
faceright();
Quote
MoveCharacterBlocking(1, 216, 215, 1);
FaceLocation(1, 216, 220);
Wait(40);
SetCharacterView(1, 11);
AnimateCharacter(1, 0, 10, 0);
ReleaseCharacterView(1);
DisplaySpeech(1, "Jeez, I really need to get these things cleaned one day.");
Wait(40);
SetCharacterView(1, 11);
AnimateCharacter(1, 0, 10, 0);
ReleaseCharacterView(1);
Wait(40);
DisplaySpeech(1, "Deleted to keep puzzle anonymous");
DisplaySpeech(1, "Don't cheat by reading my speech!");
ObjectOn(6);
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.111 seconds with 14 queries.