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 Menucharacter[ROCKTOSSERB].Animate(0, 1, 0, eRepeat, eForwards);
character[ROCKTOSSERA].Animate(0, 1, 0, eRepeat, eForwards);
character[MELT].Say("Drake?");
character[MELT].Say(".........");
character[MELT].FaceLocation(character[MELT].x + 150, character[MELT].y);
character[MELT].Say("DRAKE!");
Wait(5);
character[MELT].FaceLocation(character[MELT].x + 360, character[MELT].y);
character[MELT].Say("Now where did he go?");
character[MELT].FaceLocation(character[MELT].x + 150, character[MELT].y);
character[MELT].Say("......");
Wait(20);
character[MELT].Say("Shit, I have to find him now and the Chief.");
character[MELT].FaceLocation(character[MELT].x + 50, character[MELT].y);
object[0].Visible = true;
int trans = object[0].Transparency;
while (trans < 100) {
trans++;
object[0].Transparency = trans;
Wait(1);
}
character[MELT].ChangeRoom(4, 90, 171);
// script for Object 0: Interact object
object[0].Animate(0, 5);
PlaySoundEx(12, 4);
Wait(120);
object[0].Visible = false;
character[GIRL].ChangeRoom(50, 100, 50);
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.208 seconds with 14 queries.