More Chapter 11

More Chapter 11
This commit is contained in:
Ben987 2018-05-20 23:55:15 -04:00
parent f1333ae758
commit 3d625a222b
10 changed files with 19 additions and 3 deletions

View file

@ -18,6 +18,7 @@ function C011_LiteratureClass_Mildred_Load() {
LoadInteractions();
StartTimer(16.5 * 60 * 60 * 1000, "C011_LiteratureClass", "Outro");
C011_LiteratureClass_Mildred_Angry = (GameLogQuery("C002_FirstClass", "Mildred", "Subdue") && GameLogQuery("C006_Isolation", "", "Isolation"));
LeaveIcon = "";
}
@ -161,6 +162,7 @@ function C011_LiteratureClass_Mildred_SwitchSidney() {
C011_LiteratureClass_Mildred_CurrentStage = 47;
OverridenIntroText = GetText("SidneyStares");
ActorLoad("Sidney", "");
LeaveIcon = "";
ActorAddInventory("Cuffs");
C011_LiteratureClass_Mildred_QuizSidneyStatus = "Clothed_Cuffs";
} else {
@ -173,6 +175,7 @@ function C011_LiteratureClass_Mildred_SwitchSidney() {
// Chapter 11 - Mildred takes back focus
function C011_LiteratureClass_Mildred_SwitchMildred() {
ActorLoad("Sidney", "");
LeaveIcon = "";
}
// Chapter 11 - Mildred check if the player or Sidney won
@ -183,4 +186,16 @@ function C011_LiteratureClass_Mildred_CheckForWinner() {
C011_LiteratureClass_Mildred_CurrentStage = 200;
OverridenIntroText = GetText("ShameForDefeat");
}
}
function C011_LiteratureClass_Mildred_MildredLeave() {
CurrentActor = "";
}
function C011_LiteratureClass_Mildred_WaitTest() {
CurrentTime = CurrentTime + 290000;
}
function C011_LiteratureClass_Mildred_EndChapter() {
SetScene(CurrentChapter, "Outro");
}

View file

@ -82,5 +82,6 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
320,0,0,,(Watch the tests.),(And some of them get in trouble.),330,0,0,WaitTest()
330,0,0,,(Watch the tests.),(Mildred seems to really enjoy|whipping the bad students.),340,0,0,WaitTest()
340,0,0,,(Watch the tests.),"(Some of them cry, some|of them stand strong.)",350,0,0,WaitTest()
350,0,0,,(Watch the tests.),(Your last class will end in cuffs.),360,0,0,WaitTest()
350,0,0,Common_PlayerRestrained,(Watch the tests.),(Your last class will end in cuffs.),360,0,0,WaitTest()
350,0,0,!Common_PlayerRestrained,(Watch the tests.),(Your last class will end|with lots of whipping.),360,0,0,WaitTest()
360,0,0,,(Wait until 16:30.),,360,0,0,EndChapter()

1 Stage LoveReq SubReq VarReq Interaction Result NextStage LoveMod SubMod Function
82 320 0 0 (Watch the tests.) (And some of them get in trouble.) 330 0 0 WaitTest()
83 330 0 0 (Watch the tests.) (Mildred seems to really enjoy|whipping the bad students.) 340 0 0 WaitTest()
84 340 0 0 (Watch the tests.) (Some of them cry, some|of them stand strong.) 350 0 0 WaitTest()
85 350 0 0 Common_PlayerRestrained (Watch the tests.) (Your last class will end in cuffs.) 360 0 0 WaitTest()
86 350 0 0 !Common_PlayerRestrained (Watch the tests.) (Your last class will end|with lots of whipping.) 360 0 0 WaitTest()
87 360 0 0 (Wait until 16:30.) 360 0 0 EndChapter()

Binary file not shown.

Before

(image error) Size: 50 KiB

After

(image error) Size: 43 KiB

Binary file not shown.

After

(image error) Size: 54 KiB

Binary file not shown.

After

(image error) Size: 63 KiB

Binary file not shown.

After

(image error) Size: 55 KiB

Binary file not shown.

After

(image error) Size: 50 KiB

Binary file not shown.

After

(image error) Size: 47 KiB

Binary file not shown.

After

(image error) Size: 59 KiB

View file

@ -1,8 +1,8 @@
Where is the|feast organized?,At La Réserve,On the Pharaon,At the Catalans,In Paris
How was Fernand|look at the feast?,Sinister,Deseperate,Angry,Sad
Who was supposed to|perform the wedding?,The mayor,The bishop,Edmond's father,M. Morrel
Who interrupts|the feast?,The magistrate,Fernand,Mercedes,The crew
Who interrupts|the feast?,The magistrate,Fernand,Mercédès,The crew
What's Edmond|accused of?,Be a Bonapartist,Murder,Smuggling,Usurpation
Who goes back|home with Mercedes?,Fernand,M. Morrel,Danglars,Caderousse
Who goes back|home with Mercédès?,Fernand,M. Morrel,Danglars,Caderousse
What position Danglars|will take on the ship?,Captain,First Mate,Supercargo,Boatswain
Who made the honor|of joining the feast?,M. Morrel,The mayor,The bishop,The magistrate

1 Where is the|feast organized? At La Réserve On the Pharaon At the Catalans In Paris
2 How was Fernand|look at the feast? Sinister Deseperate Angry Sad
3 Who was supposed to|perform the wedding? The mayor The bishop Edmond's father M. Morrel
4 Who interrupts|the feast? The magistrate Fernand Mercedes Mercédès The crew
5 What's Edmond|accused of? Be a Bonapartist Murder Smuggling Usurpation
6 Who goes back|home with Mercedes? Who goes back|home with Mercédès? Fernand M. Morrel Danglars Caderousse
7 What position Danglars|will take on the ship? Captain First Mate Supercargo Boatswain
8 Who made the honor|of joining the feast? M. Morrel The mayor The bishop The magistrate