Game: 20%
Contributors welcome.
Come on soldiers........

Contributors welcome.
Come on soldiers........

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 MenuQuoteNice game but for the life of me I couldn't figure out who did it. I thought it was the wife and the guy that worked in the garden.
}
if(Button14.Graphic==387)
{
Button16.Visible=false;
Button15.Visible=true;
}
else if(Button14.Graphic==383)
{
Button15.Visible=false;
Button16.Visible=true;
}
}
function Button12_OnClick(GUIControl *control, MouseButton button)
{
gRadar.Visible=true;
Button14.Animate(35, 0, 9, eRepeat);
if(gRadar.Visible==true && Button14.Graphic==387)
{
Button16.Visible=false;
Button15.Visible=true;
}
else if(gRadar.Visible==true && Button14.Graphic==383)
{
Button15.Visible=false;
Button16.Visible=true;
}
}
}
if (mouse.Mode==eModeWalkto)
{
cryan.SpeechView=14;
cryan.Say("I'm too busy reading this map to walk around!");
mouse.SelectNextMode();
}
}
if(Enemy1a <= 0 && Enemy1b <= 0)
{
bool=true;
}
--------------------------
{
if(cryan.ActiveInventory==igrenade && Enemy1a >= 1 && Enemy1b >= 1)
{
cblondie.FaceLocation(292, 206);
Grenades=(Grenades -1);
object[8].X =cblondie. x-0;
object[8].Y = cblondie.y- 0;
cblondie.ChangeView(10);
cblondie.Animate(0, 6, eOnce, eBlock);
object[8].Visible=true;
cblondie.ChangeView(7);
//PLUS MORE AS RANDOM INTS
Quote"I must be silent and remain in the shadows."
Quote"Agh!! It's bit my balls and now it's chewing its way into my intestines!!"
Quote"He must be immune to the shit drugs they use these days!!!"
Quote"I'll slice you like a christmas turkey!!"
Quote"I'll cut your balls off!!"
function room_AfterFadeIn()
{
// CUTSCENE STARTS
DisplayAt(40, 200, 600,"After an evening at the Grand Theater you are waiting for your [chauffered car to arrive when suddenly...");
// CAR MOVES AND STOPS
aCARSTOPS.Play();
ocar.SetView(12, 0);
ocar.Animate(0, 4, eRepeat, eNoBlock);
ocar.Move(302, 216, 4, eBlock, eAnywhere);
ocar.SetView(12, 1);
cRichy.Transparency=0;
cRichy.Walk(358, 183, eBlock, eAnywhere);
cRichy.Say("I have a gun! Get into that alley before [I blow you all away!!");
cClaudia.Walk(434, 130, eNoBlock, eWalkableAreas);
cFrankj.Walk(434, 130, eNoBlock, eWalkableAreas);
cFrankm.Walk(434, 130, eBlock);
cRichy.Say("Keep the car hot Trevor whilst [I turn these filthy rich guys over!");
cRichy.Walk(434, 130, eBlock);
cRichy.Say("You rich folk give me all your[jewellery and money!!");
cFrankj.Say("We are not giving you anything!! [Go before I shout for the cops!!");
cClaudia.Say("I think we should do as he asks[darling, he has a gun!!");
cRichy.Say("That's right lady. Now, hand over [the pretty pretty and make it quick!!");
cFrankj.Say("Do not give him anything Martha!!");
cRichy.Say("I said hand over your valuables [or i'm gonna let you have it!!");
cFrankj.Say("You won't get away with this!!");
cRichy.Say("Shut your face old man!!");
aGUNSHOTS.Play();
Wait(210);
object[2].Visible=true;
object[3].Visible=true;
object[6].Visible=true;
DisplayAt(80, 210, 400, "Shots rings out and your parents lay dead and you receive a leg wound!!!!");
// GUNFIRE
cRichy.Walk(358, 186, eBlock, eAnywhere);
cRichy.Transparency=100;
SetBackgroundFrame(1);
cFrankj.Say("Put your foot down before the [cops get here!!");
//cEgo.SayAt(380, 149, 260, "Mr Endle will be proud [of you!");
aCARSTOPS.Play();
ocar.SetView(12, 0);
ocar.Animate(0, 4, eRepeat, eNoBlock);
ocar.Move(680, 210, 4, eBlock, eAnywhere);
ocar.SetView(12, 1);
object[4].Visible=true;
object[4].SetView(15);
object[4].Animate(0, -1, eOnce, eBlock);
object[4].SetView(15, 1);
Wait(200);
object[4].Visible=false;
cFrankj.ChangeRoom(2);
}
function room_AfterFadeIn()
{
SetRestartPoint ();
// CUTSCENE STARTS
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.040 seconds with 14 queries.