I dont know what movie either but I thought she looked more like Demi Moore.
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 Menu
function csarge_Talk()
{
cEgo.Walk (75, 125, eBlock);
cEgo.FaceCharacter (csarge);
if(sargespoken == 0)
{
cEgo.Say ("You wanted to see me, sergeant?");
csarge.Say ("Ah, Private Smith. That latrine needs cleaning. Hop to it.");
sargespoken = 1;
} else if (sargespoken == 1)
{
csarge.Say ("Have you cleaned that latrine yet?");
}
if (sargespoken == 3)
{
csarge.Say ("That explosion came from up the trench!");
}
}
int yCoord = (player.y - 100);
SetViewport(GetViewportX(),yCoord);
int bp;
function BookPage(){
if (bp == 0){
bBookPage.NormalGraphic = 33;
}
else if (bp == 1){
bBookPage.NormalGraphic = 34;
}
else if (bp == 2){
bBookPage.NormalGraphic = 35;
}
}
function bTurnRight_OnClick(GUIControl *control, MouseButton button)
{
if (bp<2) bp++;
BookPage();
}
function bTurnLeft_OnClick(GUIControl *control, MouseButton button)
{
if (bp>0) bp--;
BookPage();
}
if (eventPlace1.IndexOf("enemy1,")==-1) {
**code for encountering an enemy
eventPlace1 = eventPlace1.Append ("enemy1,");
}
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.043 seconds with 15 queries.