Chapter 12 - Amanda - Many Fixes

Chapter 12 - Amanda - Many Fixes
This commit is contained in:
Ben987 2018-08-10 00:28:12 -04:00
parent 30392d8208
commit 0469f55fcd
25 changed files with 44 additions and 66 deletions

Binary file not shown.

Before

(image error) Size: 140 KiB

After

(image error) Size: 140 KiB

Binary file not shown.

After

(image error) Size: 145 KiB

Binary file not shown.

After

(image error) Size: 147 KiB

Binary file not shown.

After

(image error) Size: 140 KiB

Binary file not shown.

After

(image error) Size: 145 KiB

Binary file not shown.

After

(image error) Size: 149 KiB

Binary file not shown.

Before

(image error) Size: 144 KiB

After

(image error) Size: 143 KiB

Binary file not shown.

After

(image error) Size: 147 KiB

Binary file not shown.

After

(image error) Size: 146 KiB

Binary file not shown.

After

(image error) Size: 155 KiB

Binary file not shown.

After

(image error) Size: 148 KiB

Binary file not shown.

After

(image error) Size: 146 KiB

Binary file not shown.

After

(image error) Size: 145 KiB

Binary file not shown.

After

(image error) Size: 154 KiB

View file

@ -27,9 +27,10 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
120,0,0,,,Dorm.jpg
121,0,0,,,Dorm.jpg
122,0,0,,,Dorm.jpg
123,0,0,,,Dorm.jpg
130,0,0,,,Dorm.jpg
140,0,0,,,Dorm.jpg
150,0,0,,,StartDating.jpg
150,0,0,,,Dorm.jpg
160,0,0,,,StartDating.jpg
170,0,0,,,Dorm.jpg
190,0,0,,,Dorm.jpg
@ -128,8 +129,8 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
3110,0,0,,I will look in your items to|find something to restrain you.,Dorm.jpg
3120,0,0,,I will look in your items to|find something to silence you.,Dorm.jpg
3130,0,0,,"Yes, let me help you my subbie.|(She releases you and smiles.)",Dorm.jpg
3140,0,0,,A good subbie doesn't need keys.|So you understand why I'll take them.,Dorm.jpg
3150,0,0,,A good subbie doesn't need a crop.|So you understand why I'll take it.,Dorm.jpg
3140,0,0,,A good subbie doesn't need keys.|So you understand why I'll take them?,Dorm.jpg
3150,0,0,,A good subbie doesn't need a crop.|So you understand why I'll take it?,Dorm.jpg
3160,0,0,,What is that pink object in your bag?|Is that a vibrating egg my subbie?,Dorm.jpg
3160,0,0,HasEgg,What is that pink object in your bag?|Is it the same type of egg you used on me?,Dorm.jpg
3161,0,0,,,Dorm.jpg

1 Stage LoveReq SubReq VarReq IntroText Image
27 120 0 0 Dorm.jpg
28 121 0 0 Dorm.jpg
29 122 0 0 Dorm.jpg
30 123 0 0 Dorm.jpg
31 130 0 0 Dorm.jpg
32 140 0 0 Dorm.jpg
33 150 0 0 StartDating.jpg Dorm.jpg
34 160 0 0 StartDating.jpg
35 170 0 0 Dorm.jpg
36 190 0 0 Dorm.jpg
129 3110 0 0 I will look in your items to|find something to restrain you. Dorm.jpg
130 3120 0 0 I will look in your items to|find something to silence you. Dorm.jpg
131 3130 0 0 Yes, let me help you my subbie.|(She releases you and smiles.) Dorm.jpg
132 3140 0 0 A good subbie doesn't need keys.|So you understand why I'll take them. A good subbie doesn't need keys.|So you understand why I'll take them? Dorm.jpg
133 3150 0 0 A good subbie doesn't need a crop.|So you understand why I'll take it. A good subbie doesn't need a crop.|So you understand why I'll take it? Dorm.jpg
134 3160 0 0 What is that pink object in your bag?|Is that a vibrating egg my subbie? Dorm.jpg
135 3160 0 0 HasEgg What is that pink object in your bag?|Is it the same type of egg you used on me? Dorm.jpg
136 3161 0 0 Dorm.jpg

View file

@ -24,7 +24,7 @@ var C012_AfterClass_Amanda_DateSarahAvail = false;
// Amanda can only check her notes if she's dressed
function C012_AfterClass_Amanda_CheckNotes() {
if ((ActorGetValue(ActorCloth) == "") || (ActorGetValue(ActorCloth) == "Clothed")) ActorSetPose("CheckNotes");
if ((ActorGetValue(ActorCloth) == "") || (ActorGetValue(ActorCloth) == "Clothed") || (ActorGetValue(ActorCloth) == "Pajamas")) ActorSetPose("CheckNotes");
LeaveIcon = "Leave";
}
@ -137,7 +137,7 @@ function C012_AfterClass_Amanda_Run() {
if (((C012_AfterClass_Amanda_CurrentStage >= 392) && (C012_AfterClass_Amanda_CurrentStage < 400)) || ((C012_AfterClass_Amanda_CurrentStage >= 293) && (C012_AfterClass_Amanda_CurrentStage < 300))) C012_AfterClass_Dorm_DrawOtherActors();
// Draw the actor alone or with the player depending on the stage
if ((C012_AfterClass_Amanda_CurrentStage != 410) && (C012_AfterClass_Amanda_CurrentStage != 3931) && (C012_AfterClass_Amanda_CurrentStage != 3932) && (C012_AfterClass_Amanda_CurrentStage != 3933) && (C012_AfterClass_Amanda_CurrentStage != 632) && (C012_AfterClass_Amanda_CurrentStage != 633) && (C012_AfterClass_Amanda_CurrentStage != 634) && (C012_AfterClass_Amanda_CurrentStage != 791)) {
if ((C012_AfterClass_Amanda_CurrentStage != 410) && (C012_AfterClass_Amanda_CurrentStage != 3931) && (C012_AfterClass_Amanda_CurrentStage != 3932) && (C012_AfterClass_Amanda_CurrentStage != 3933) && (C012_AfterClass_Amanda_CurrentStage != 632) && (C012_AfterClass_Amanda_CurrentStage != 633) && (C012_AfterClass_Amanda_CurrentStage != 634) && (C012_AfterClass_Amanda_CurrentStage != 791) && (C012_AfterClass_Amanda_CurrentStage != 194)) {
if (((C012_AfterClass_Amanda_CurrentStage >= 3090) && (C012_AfterClass_Amanda_CurrentStage <= 3099)) || ((C012_AfterClass_Amanda_CurrentStage >= 3901) && (C012_AfterClass_Amanda_CurrentStage <= 3999))) {
DrawActor("Player", 475, 0, 1);
DrawActor(CurrentActor, 750, 0, 1);
@ -780,7 +780,6 @@ function C012_AfterClass_Amanda_StartMasturbate() {
C012_AfterClass_Amanda_CurrentStage = 640;
OverridenIntroText = GetText("StartMasturbateAmanda");
LeaveIcon = "";
if (!ActorIsGagged() && !ActorIsRestrained()) ActorSetPose("StandPleasure");
} else OverridenIntroText = GetText("MasturbateNotInTheMood");
}
}
@ -790,7 +789,7 @@ function C012_AfterClass_Amanda_Masturbate(Factor, CanClimax) {
CurrentTime = CurrentTime + 50000;
C012_AfterClass_Amanda_MasturbateCount = C012_AfterClass_Amanda_MasturbateCount + Factor;
if (C012_AfterClass_Amanda_MasturbateCount < 0) C012_AfterClass_Amanda_MasturbateCount = 0;
if ((C012_AfterClass_Amanda_MasturbateCount >= ActorHasInventory("VibratingEgg") ? 5 : 7) && CanClimax && ActorIsRestrained()) {
if ((C012_AfterClass_Amanda_MasturbateCount >= (ActorHasInventory("VibratingEgg") ? 5 : 7)) && CanClimax && ActorIsRestrained()) {
C012_AfterClass_Amanda_CurrentStage = 641;
OverridenIntroText = GetText("ReadyForOrgasm");
}
@ -844,6 +843,7 @@ function C012_AfterClass_Amanda_StartDating() {
CurrentTime = CurrentTime + 50000;
Common_PlayerLover = "Amanda";
Common_ActorIsLover = true;
C012_AfterClass_Amanda_CalcParams();
C012_AfterClass_Amanda_AllowSexAfterDate = (!Common_PlayerChaste && !ActorIsChaste());
}

View file

@ -41,15 +41,16 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
107,0,0,,Who are you|talking about?,(She blushes and looks down.) Sarah.|I love her so much but I can't tell her.,120,0,0,
107,0,0,,Who? Sarah?,(She blushes and looks down.) Yes.|I love her so much but I can't tell her.,120,0,0,
107,0,0,,Are you in love?,"(She nods and looks down.) Yes, with Sarah.|I love her so much but I cannot tell her.",120,0,0,
110,0,0,,You seem confused.,"I am confused. I've had eyes on Sarah|for a long time, but today I met you.",111,0,0,
110,0,0,,Are you thorn?,"Yes, I'm thorn. I've had eyes on Sarah|for a long time, but today I met you.",111,0,0,
110,0,0,,Explain yourself.,"(She looks at you.) I've had eyes on Sarah|for a long time, but today I met you.",111,0,0,
110,0,0,,(Nod and listen.),"(She looks at you.) I've had eyes on Sarah|for a long time, but today I met you.",111,0,0,
110,0,0,,You seem confused.,"I am confused. I've had eyes on Sarah|for a long time, but today I've met you.",111,0,0,
110,0,0,,Are you thorn?,"Yes, I'm thorn. I've had eyes on Sarah|for a long time, but today I've met you.",111,0,0,
110,0,0,,Explain yourself.,"(She looks at you.) I've had eyes on Sarah|for a long time, but today I've met you.",111,0,0,
110,0,0,,(Nod and listen.),"(She looks at you.) I've had eyes on Sarah|for a long time, but today I've met you.",111,0,0,
110,0,0,Common_ActorIsOwner,I'm surprised to|hear that Mistress.,"Yes my subbie. I've had eyes on Sarah|for a long time, but today I've met you.",111,0,0,
111,0,0,,So you love|both of us?,"Yes, I do love both of you.|And I don't know what to do.",112,0,0,
111,0,0,,You need to|make your mind.,"I know, I can't love both of you.|I really don't know what to do.",112,0,0,
111,0,0,,Listen to|your heart.,"I know, I can't love both of you.|I really don't know what to do.",112,0,0,
112,0,0,,Kiss me Amanda.|(Try to kiss her.),(You surprise her with a kiss on the lips.)|I love you COMMON_PLAYERNAME.,130,0,0,
112,0,0,,I love you also.,I love you COMMON_PLAYERNAME.,130,0,0,
111,0,0,,You need to|make your mind.,I know. I can't love both of you.|I really don't know what to do.,112,0,0,
111,0,0,,Listen to|your heart.,I know. I can't love both of you.|I really don't know what to do.,112,0,0,
112,0,0,,Kiss me Amanda.|(Try to kiss her.),(You surprise her with a kiss on the lips.)|You're so sweet COMMON_PLAYERNAME.,130,0,0,
112,0,0,,I love you also.,You're so wonderful COMMON_PLAYERNAME.,130,0,0,
112,0,0,,Date Sarah. Tell|her you love her.,I've tried before. Trust me.|But there's never a good moment.,121,0,0,
112,0,0,,Shut up and|go see Sarah.,I've tried to date her but I can't tell her.|There's never a good moment for that.,121,0,0,
112,0,0,,Stay single.,"Maybe that's the best plan out there.|I'm young, there's no need to rush it.",0,0,0,
@ -59,17 +60,20 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
121,0,0,,What if I create|that perfect moment?,You would do that for me?|For us? What is your plan?,122,0,0,
121,0,0,,Create that moment!,How can I do that?|What would you do?,122,0,0,
121,0,0,,You're hopeless.,I know... I'm hopeless... I'm sorry.|Let's talk about something else.,0,0,0,
122,0,0,,I will invite|her here first.,(She trembles and breathes faster.)|You will do that? Wow! I can't wait.,0,0,0,
122,0,0,,I'll bring her|ass in here.,(She trembles and breathes faster.)|You will do that? Wow! I can't wait.,0,0,0,
122,0,0,,I'll handcuff|you two together.,(She trembles and breathes faster.)|You will do that? Wow! I can't wait.,0,0,0,
122,0,0,,I'll think of a plan.,Great! Please let me know|if you find a good plan.,0,0,0,
122,0,0,,I will invite|her here first.,(She trembles and breathes faster.)|You will do that? Wow! I can't wait.,123,0,0,
122,0,0,,I'll bring her|ass in here.,(She trembles and breathes faster.)|You will do that? Wow! I can't wait.,123,0,0,
122,0,0,Common_ActorIsOwned,I'll handcuff|you two together.,(She trembles and breathes faster.)|You will do that? Wow! I can't wait.,123,0,0,
122,0,0,,I'll think of a plan.,Great! Please let me know|if you find a good plan.,123,0,0,
122,0,0,,This is hopeless.,(She sighs.) Maybe you're right.|Let's talk about something else.,0,0,0,
123,0,0,,I'll make it happen.,Thanks! Take your time to do it right.|What would you like to do now?,0,0,0,
123,0,0,,It might take|a little while.,Of course. Take your time to do it right.|What would you like to do now?,0,0,0,
130,0,0,,I want to see|you happy.,I'm happy when you're around.|You make me laugh and smile.,140,0,0,
130,0,0,,I want to make|you happy.,I'm happy when you're around.|You make me laugh and smile.,140,0,0,
130,0,0,Common_ActorIsOwned,My little subbie girl.|You need to be happy.,I'm very happy with you Mistress.|You make me laugh and smile.,140,0,0,
140,0,0,,Will you be|my girlfriend?,Yes! I will! I love you!,150,0,0,
140,0,0,,Will you date me?,Yes! I will! I love you!,150,0,0,
140,0,0,,Be my girlfriend.,Yes! I will! I love you!,150,0,0,
150,0,0,,I love you.|(Kiss her.),(You join in a loving embrace for a long|and pationate kiss to celebrate your love.),160,3,0,StartDating()
150,0,0,,I love you Amanda.|(Kiss and date her.),(You join in a loving embrace for a long|and pationate kiss to celebrate your love.),160,3,0,StartDating()
150,0,0,,Wait! I need some|more time to think.,(She looks pretty disappointed.) Very well.|Let's talk about something else then.,0,0,0,
160,0,0,AllowSexAfterDate,Show me your sexy|body my love.,Oh yes my love. (You both strip|naked and look at each other body.),170,0,1,BothNaked()
160,0,0,AllowSexAfterDate,(Blush red and|start to strip.),Don't be shy my love. (You both strip|naked and look at each other body.),170,0,-1,BothNaked()
@ -383,7 +387,7 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
3201,0,0,,(Pretend you|don't care.),(She frowns and tickles you harder.)|I'm not giving up! Tickle time!,3201,0,0,"DoActivity(""Tickle"", -1, 0)"
3201,0,0,,Stop it now!,Alright my subbie. I will not force you.|(She lets you go and reviews her notes again.),3291,0,0,TestPunish()
3201,0,0,,(Grumble and|try to resist.),Alright my subbie. I will not force you.|(She lets you go and reviews her notes again.),3291,0,0,TestPunish()
3220,0,0,,What does that|fucking mean?,"Such foul language, be quiet then.|(She reviews her school notes again.)",3221,-1,0,TestPunish()
3220,0,0,,What does that|fucking mean?,"Such foul language, be quiet then.|(She reviews her school notes again.)",3291,-1,0,TestPunish()
3220,0,0,,Yes Mistress.|It's yours.,"You're so submissive, this is great.|(She grabs your crotch and smiles.)",3221,0,0,"DoActivity(""Masturbate"", 1, 3222)"
3220,0,0,,(Giggle shyly.),Don't be shy my submissive.|(She grabs your crotch and smiles.),3221,0,0,"DoActivity(""Masturbate"", 0, 3222)"
3220,0,0,,No Mistress.|Don't say that.,"Very well my subbie, I won't force you.|(She reviews her school notes again.)",3291,0,0,TestPunish()

1 Stage LoveReq SubReq VarReq Interaction Result NextStage LoveMod SubMod Function
41 107 0 0 Who are you|talking about? (She blushes and looks down.) Sarah.|I love her so much but I can't tell her. 120 0 0
42 107 0 0 Who? Sarah? (She blushes and looks down.) Yes.|I love her so much but I can't tell her. 120 0 0
43 107 0 0 Are you in love? (She nods and looks down.) Yes, with Sarah.|I love her so much but I cannot tell her. 120 0 0
44 110 0 0 You seem confused. I am confused. I've had eyes on Sarah|for a long time, but today I met you. I am confused. I've had eyes on Sarah|for a long time, but today I've met you. 111 0 0
45 110 0 0 Are you thorn? Yes, I'm thorn. I've had eyes on Sarah|for a long time, but today I met you. Yes, I'm thorn. I've had eyes on Sarah|for a long time, but today I've met you. 111 0 0
46 110 0 0 Explain yourself. (She looks at you.) I've had eyes on Sarah|for a long time, but today I met you. (She looks at you.) I've had eyes on Sarah|for a long time, but today I've met you. 111 0 0
47 110 0 0 (Nod and listen.) (She looks at you.) I've had eyes on Sarah|for a long time, but today I met you. (She looks at you.) I've had eyes on Sarah|for a long time, but today I've met you. 111 0 0
48 110 0 0 Common_ActorIsOwner I'm surprised to|hear that Mistress. Yes my subbie. I've had eyes on Sarah|for a long time, but today I've met you. 111 0 0
49 111 0 0 So you love|both of us? Yes, I do love both of you.|And I don't know what to do. 112 0 0
50 111 0 0 You need to|make your mind. I know, I can't love both of you.|I really don't know what to do. I know. I can't love both of you.|I really don't know what to do. 112 0 0
51 111 0 0 Listen to|your heart. I know, I can't love both of you.|I really don't know what to do. I know. I can't love both of you.|I really don't know what to do. 112 0 0
52 112 0 0 Kiss me Amanda.|(Try to kiss her.) (You surprise her with a kiss on the lips.)|I love you COMMON_PLAYERNAME. (You surprise her with a kiss on the lips.)|You're so sweet COMMON_PLAYERNAME. 130 0 0
53 112 0 0 I love you also. I love you COMMON_PLAYERNAME. You're so wonderful COMMON_PLAYERNAME. 130 0 0
54 112 0 0 Date Sarah. Tell|her you love her. I've tried before. Trust me.|But there's never a good moment. 121 0 0
55 112 0 0 Shut up and|go see Sarah. I've tried to date her but I can't tell her.|There's never a good moment for that. 121 0 0
56 112 0 0 Stay single. Maybe that's the best plan out there.|I'm young, there's no need to rush it. 0 0 0
60 121 0 0 What if I create|that perfect moment? You would do that for me?|For us? What is your plan? 122 0 0
61 121 0 0 Create that moment! How can I do that?|What would you do? 122 0 0
62 121 0 0 You're hopeless. I know... I'm hopeless... I'm sorry.|Let's talk about something else. 0 0 0
63 122 0 0 I will invite|her here first. (She trembles and breathes faster.)|You will do that? Wow! I can't wait. 0 123 0 0
64 122 0 0 I'll bring her|ass in here. (She trembles and breathes faster.)|You will do that? Wow! I can't wait. 0 123 0 0
65 122 0 0 Common_ActorIsOwned I'll handcuff|you two together. (She trembles and breathes faster.)|You will do that? Wow! I can't wait. 0 123 0 0
66 122 0 0 I'll think of a plan. Great! Please let me know|if you find a good plan. 0 123 0 0
67 122 0 0 This is hopeless. (She sighs.) Maybe you're right.|Let's talk about something else. 0 0 0
68 123 0 0 I'll make it happen. Thanks! Take your time to do it right.|What would you like to do now? 0 0 0
69 123 0 0 It might take|a little while. Of course. Take your time to do it right.|What would you like to do now? 0 0 0
70 130 0 0 I want to see|you happy. I'm happy when you're around.|You make me laugh and smile. 140 0 0
71 130 0 0 I want to make|you happy. I'm happy when you're around.|You make me laugh and smile. 140 0 0
72 130 0 0 Common_ActorIsOwned My little subbie girl.|You need to be happy. I'm very happy with you Mistress.|You make me laugh and smile. 140 0 0
73 140 0 0 Will you be|my girlfriend? Yes! I will! I love you! 150 0 0
74 140 0 0 Will you date me? Yes! I will! I love you! 150 0 0
75 140 0 0 Be my girlfriend. Yes! I will! I love you! 150 0 0
76 150 0 0 I love you.|(Kiss her.) I love you Amanda.|(Kiss and date her.) (You join in a loving embrace for a long|and pationate kiss to celebrate your love.) 160 3 0 StartDating()
77 150 0 0 Wait! I need some|more time to think. (She looks pretty disappointed.) Very well.|Let's talk about something else then. 0 0 0
78 160 0 0 AllowSexAfterDate Show me your sexy|body my love. Oh yes my love. (You both strip|naked and look at each other body.) 170 0 1 BothNaked()
79 160 0 0 AllowSexAfterDate (Blush red and|start to strip.) Don't be shy my love. (You both strip|naked and look at each other body.) 170 0 -1 BothNaked()
387 3201 0 0 (Pretend you|don't care.) (She frowns and tickles you harder.)|I'm not giving up! Tickle time! 3201 0 0 DoActivity("Tickle", -1, 0)
388 3201 0 0 Stop it now! Alright my subbie. I will not force you.|(She lets you go and reviews her notes again.) 3291 0 0 TestPunish()
389 3201 0 0 (Grumble and|try to resist.) Alright my subbie. I will not force you.|(She lets you go and reviews her notes again.) 3291 0 0 TestPunish()
390 3220 0 0 What does that|fucking mean? Such foul language, be quiet then.|(She reviews her school notes again.) 3221 3291 -1 0 TestPunish()
391 3220 0 0 Yes Mistress.|It's yours. You're so submissive, this is great.|(She grabs your crotch and smiles.) 3221 0 0 DoActivity("Masturbate", 1, 3222)
392 3220 0 0 (Giggle shyly.) Don't be shy my submissive.|(She grabs your crotch and smiles.) 3221 0 0 DoActivity("Masturbate", 0, 3222)
393 3220 0 0 No Mistress.|Don't say that. Very well my subbie, I won't force you.|(She reviews her school notes again.) 3291 0 0 TestPunish()

View file

@ -21,25 +21,12 @@ function C012_AfterClass_Outro_Run() {
Common_PlayerRestrained = true;
var ImageName = "C012_AfterClass/Outro/SleepBoundAndGagged";
if (Common_PlayerChaste) ImageName = ImageName + "Belt";
if ((TextPhase == 0) || (TextPhase == 1)) ImageName = ImageName + "1.jpg";
if (TextPhase == 2) ImageName = ImageName + "2.jpg";
if (TextPhase == 3) ImageName = ImageName + "3.jpg";
if ((TextPhase == 4) || (TextPhase == 5)) ImageName = ImageName + "4.jpg";
ImageName = ImageName + (Math.floor(TextPhase / 2) + 1).toString() + ".jpg";
DrawImage(ImageName, 0, 0);
// Shows the text in the bottom
if (TextPhase == 0) DrawText(GetText("SleepBoundAndGagged1"), 599, 549, "White");
if (TextPhase == 0) DrawText(GetText("SleepBoundAndGagged1"), 600, 550, "Black");
if (TextPhase == 1) DrawText(GetText("SleepBoundAndGagged2"), 599, 549, "White");
if (TextPhase == 1) DrawText(GetText("SleepBoundAndGagged2"), 600, 550, "Black");
if (TextPhase == 2) DrawText(GetText("SleepBoundAndGagged3"), 599, 549, "White");
if (TextPhase == 2) DrawText(GetText("SleepBoundAndGagged3"), 600, 550, "Black");
if (TextPhase == 3) DrawText(GetText("SleepBoundAndGagged4"), 599, 549, "White");
if (TextPhase == 3) DrawText(GetText("SleepBoundAndGagged4"), 600, 550, "Black");
if (TextPhase == 4) DrawText(GetText("SleepBoundAndGagged5"), 599, 549, "White");
if (TextPhase == 4) DrawText(GetText("SleepBoundAndGagged5"), 600, 550, "Black");
if (TextPhase == 5) DrawText(GetText("SleepBoundAndGagged6"), 599, 549, "White");
if (TextPhase == 5) DrawText(GetText("SleepBoundAndGagged6"), 600, 550, "Black");
DrawText(GetText("SleepBoundAndGagged" + TextPhase.toString()), 599, 549, "White");
DrawText(GetText("SleepBoundAndGagged" + TextPhase.toString()), 600, 550, "Black");
} else {
@ -70,7 +57,7 @@ function C012_AfterClass_Outro_Click() {
// Jump to the next animation
TextPhase++;
if ((TextPhase >= 6) && (C012_AfterClass_Outro_Type == "SleepBoundAndGagged")) {
if ((TextPhase >= 8) && (C012_AfterClass_Outro_Type == "SleepBoundAndGagged")) {
C012_AfterClass_Outro_Type = "Bondage";
TextPhase = 0;
}

View file

@ -11,9 +11,11 @@ CreditTypeTranslators,Translators
CreditTypeSupport,Support
CreditTypePatrons,Sponsors
CreditTypeFans,And a big thank you to the fans!
SleepBoundAndGagged1,"It's midnight, your Mistress wants you to sleep naked."
SleepBoundAndGagged2,You get on your bed while she gets a leather armbinder.
SleepBoundAndGagged3,"She straps it carefully, making sure you won't escape."
SleepBoundAndGagged4,She straps a panel gag on you with a plastic penis inside.
SleepBoundAndGagged5,She gets a thick blindfold and put it so you can barely see.
SleepBoundAndGagged6,"She whispers: ""good night"" and slide it to leave you blind."
SleepBoundAndGagged0,"It's time for bed, your Mistress wants you to sleep naked."
SleepBoundAndGagged1,You get on your bed while she gets a leather armbinder.
SleepBoundAndGagged2,"She straps it carefully, making sure you won't escape."
SleepBoundAndGagged3,After that she gets a panel gag with a plastic penis inside.
SleepBoundAndGagged4,"She straps the gag tightly, forcing you to suck on the gag."
SleepBoundAndGagged5,She spanks your butt playfully and checks in her bag again.
SleepBoundAndGagged6,She gets a thick blindfold and put it so you can barely see.
SleepBoundAndGagged7,"She whispers: ""good night"" and slide it to leave you blind."

1 Tag Content
11 CreditTypeSupport Support
12 CreditTypePatrons Sponsors
13 CreditTypeFans And a big thank you to the fans!
14 SleepBoundAndGagged1 SleepBoundAndGagged0 It's midnight, your Mistress wants you to sleep naked. It's time for bed, your Mistress wants you to sleep naked.
15 SleepBoundAndGagged2 SleepBoundAndGagged1 You get on your bed while she gets a leather armbinder.
16 SleepBoundAndGagged3 SleepBoundAndGagged2 She straps it carefully, making sure you won't escape.
17 SleepBoundAndGagged4 SleepBoundAndGagged3 She straps a panel gag on you with a plastic penis inside. After that she gets a panel gag with a plastic penis inside.
18 SleepBoundAndGagged5 SleepBoundAndGagged4 She gets a thick blindfold and put it so you can barely see. She straps the gag tightly, forcing you to suck on the gag.
19 SleepBoundAndGagged6 SleepBoundAndGagged5 She whispers: "good night" and slide it to leave you blind. She spanks your butt playfully and checks in her bag again.
20 SleepBoundAndGagged6 She gets a thick blindfold and put it so you can barely see.
21 SleepBoundAndGagged7 She whispers: "good night" and slide it to leave you blind.

View file

@ -147,8 +147,6 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
3162,0,0,,,Dorm.jpg
3190,0,0,,,Dorm.jpg
3191,0,0,,,Dorm.jpg
3200,0,0,,I have a question for you.|Are you fucking ticklish?,Dorm.jpg
3201,0,0,,,Dorm.jpg
3210,0,0,,"Admit it my bitch, you want|to be slapped fucking hard!",Dorm.jpg
3211,0,0,,,Dorm.jpg
3220,0,0,,"Bitch, you know that this pussy is mine?|(She smiles and points at your crotch.)",Dorm.jpg

1 Stage LoveReq SubReq VarReq IntroText Image
147 3162 0 0 Dorm.jpg
148 3190 0 0 Dorm.jpg
149 3191 0 0 Dorm.jpg
3200 0 0 I have a question for you.|Are you fucking ticklish? Dorm.jpg
3201 0 0 Dorm.jpg
150 3210 0 0 Admit it my bitch, you want|to be slapped fucking hard! Dorm.jpg
151 3211 0 0 Dorm.jpg
152 3220 0 0 Bitch, you know that this pussy is mine?|(She smiles and points at your crotch.) Dorm.jpg

View file

@ -139,7 +139,7 @@ function C012_AfterClass_Sidney_Run() {
if (((C012_AfterClass_Sidney_CurrentStage >= 340) && (C012_AfterClass_Sidney_CurrentStage < 400)) || ((C012_AfterClass_Sidney_CurrentStage >= 291) && (C012_AfterClass_Sidney_CurrentStage < 300))) C012_AfterClass_Dorm_DrawOtherActors();
// Draw the actor alone or with the player depending on the stage
if ((C012_AfterClass_Sidney_CurrentStage != 410) && (C012_AfterClass_Sidney_CurrentStage != 3931) && (C012_AfterClass_Sidney_CurrentStage != 3932) && (C012_AfterClass_Sidney_CurrentStage != 3933) && (C012_AfterClass_Sidney_CurrentStage != 632) && (C012_AfterClass_Sidney_CurrentStage != 633) && (C012_AfterClass_Sidney_CurrentStage != 634) && (C012_AfterClass_Sidney_CurrentStage != 662) && (C012_AfterClass_Sidney_CurrentStage != 663) && (C012_AfterClass_Sidney_CurrentStage != 791)) {
if ((C012_AfterClass_Sidney_CurrentStage != 410) && (C012_AfterClass_Sidney_CurrentStage != 3931) && (C012_AfterClass_Sidney_CurrentStage != 3932) && (C012_AfterClass_Sidney_CurrentStage != 3933) && (C012_AfterClass_Sidney_CurrentStage != 632) && (C012_AfterClass_Sidney_CurrentStage != 633) && (C012_AfterClass_Sidney_CurrentStage != 634) && (C012_AfterClass_Sidney_CurrentStage != 662) && (C012_AfterClass_Sidney_CurrentStage != 663) && (C012_AfterClass_Sidney_CurrentStage != 791) && (C012_AfterClass_Sidney_CurrentStage != 194)) {
if (((C012_AfterClass_Sidney_CurrentStage >= 3090) && (C012_AfterClass_Sidney_CurrentStage <= 3099)) || ((C012_AfterClass_Sidney_CurrentStage >= 3901) && (C012_AfterClass_Sidney_CurrentStage <= 3999))) {
DrawActor("Player", 475, 0, 1);
DrawActor(CurrentActor, 750, 0, 1);
@ -636,7 +636,7 @@ function C012_AfterClass_Sidney_TestEnslaveSidney() {
else if (ActorGetValue(ActorCloth) == "Naked") { C012_AfterClass_Sidney_CurrentStage = 291; ActorSetPose("Shy"); }
else C012_AfterClass_Sidney_CurrentStage = 290;
OverridenIntroText = GetText("AcceptCollar");
} else LeaveIcon = "";
} else LeaveIcon = "Leave";
}
// Chapter 12 After Class - When the player gives up on enslaving Sidney

View file

@ -397,20 +397,6 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
3190,0,0,Common_PlayerRestrained,Do you like to|see me restrained?,Fuck yeah. Now shut up for a second.|(She gets back on her phone to text.),3191,0,0,AllowLeave()
3190,0,0,Common_PlayerGagged,@Niighn mhim!,It's kind of great to have a bitch.|(She gets back on her phone to text.),3191,0,0,AllowLeave()
3190,0,0,,(Bow your head.),It's kind of great to have a bitch.|(She gets back on her phone to text.),3191,0,0,AllowLeave()
3200,0,0,,"Oh yes, I love|being tickled.",That's fucking great my little bitch.|(She pounces and starts to tickle you.),3201,0,0,"DoActivity(""Tickle"", 1, 0)"
3200,0,0,,Not really.,We'll see about that my little bitch.|(She pounces and starts to tickle you.),3201,0,0,"DoActivity(""Tickle"", -1, 0)"
3200,0,0,,Yes Mistress.|I'm ticklish.,That's fucking alright my little bitch.|(She pounces and starts to tickle you.),3201,0,0,"DoActivity(""Tickle"", 0, 0)"
3200,0,0,,I don't want|to be tickled.,"Fine, shut up then.|(She checks her phone.)",3291,0,0,TestPunish()
3200,0,0,,(Nod happily.),That's fucking great my little bitch.|(She pounces and starts to tickle you.),3201,0,0,"DoActivity(""Tickle"", 1, 0)"
3200,0,0,,(Nod slowly.),That's fucking alright my little bitch.|(She pounces and starts to tickle you.),3201,0,0,"DoActivity(""Tickle"", 0, 0)"
3200,0,0,,(Shake your head no.),We'll see about that my little bitch.|(She pounces and starts to tickle you.),3201,0,0,"DoActivity(""Tickle"", -1, 0)"
3201,0,0,,Hheeeaaahhaha!,You're a great victim my bitch.|(She tickles you some more and laughs.),3201,0,0,"DoActivity(""Tickle"", 1, 0)"
3201,0,0,,You're pretty|bad at this.,(She frowns and tickles you harder.),3201,0,0,"DoActivity(""Tickle"", -1, 0)"
3201,0,0,,(Laugh out loud.),You're a great victim my bitch.|(She tickles you some more and laughs.),3201,0,0,"DoActivity(""Tickle"", 1, 0)"
3201,0,0,,(Giggle lightly.),(She laughs and tickles you some.),3201,0,0,"DoActivity(""Tickle"", 0, 0)"
3201,0,0,,(Pretend you|don't care.),(She frowns and tickles you harder.),3201,0,0,"DoActivity(""Tickle"", -1, 0)"
3201,0,0,,Stop it now!,Fuck you then little bitch!|(She lets you go and checks her phone.),3291,0,0,TestPunish()
3201,0,0,,(Grumble and|try to resist.),Fuck you then little bitch!|(She lets you go and checks her phone.),3291,0,0,TestPunish()
3210,0,0,,Yes Mistress.|I'm ok with it.,That's good my little bitch.|(She slaps you on the breast.),3211,0,0,"DoActivity(""Slap"", 0, 0)"
3210,0,0,,Not really.,You'll have to learn to love it my little bitch.|(She slaps you pretty hard on the breast.),3211,0,0,"DoActivity(""Slap"", -1, 0)"
3210,0,0,,"Oh yes, I'm|a pain slut.",That's fucking great my little bitch.|(She slaps you hard on the breast.),3211,0,0,"DoActivity(""Slap"", 1, 0)"

1 Stage LoveReq SubReq VarReq Interaction Result NextStage LoveMod SubMod Function
397 3190 0 0 Common_PlayerRestrained Do you like to|see me restrained? Fuck yeah. Now shut up for a second.|(She gets back on her phone to text.) 3191 0 0 AllowLeave()
398 3190 0 0 Common_PlayerGagged @Niighn mhim! It's kind of great to have a bitch.|(She gets back on her phone to text.) 3191 0 0 AllowLeave()
399 3190 0 0 (Bow your head.) It's kind of great to have a bitch.|(She gets back on her phone to text.) 3191 0 0 AllowLeave()
3200 0 0 Oh yes, I love|being tickled. That's fucking great my little bitch.|(She pounces and starts to tickle you.) 3201 0 0 DoActivity("Tickle", 1, 0)
3200 0 0 Not really. We'll see about that my little bitch.|(She pounces and starts to tickle you.) 3201 0 0 DoActivity("Tickle", -1, 0)
3200 0 0 Yes Mistress.|I'm ticklish. That's fucking alright my little bitch.|(She pounces and starts to tickle you.) 3201 0 0 DoActivity("Tickle", 0, 0)
3200 0 0 I don't want|to be tickled. Fine, shut up then.|(She checks her phone.) 3291 0 0 TestPunish()
3200 0 0 (Nod happily.) That's fucking great my little bitch.|(She pounces and starts to tickle you.) 3201 0 0 DoActivity("Tickle", 1, 0)
3200 0 0 (Nod slowly.) That's fucking alright my little bitch.|(She pounces and starts to tickle you.) 3201 0 0 DoActivity("Tickle", 0, 0)
3200 0 0 (Shake your head no.) We'll see about that my little bitch.|(She pounces and starts to tickle you.) 3201 0 0 DoActivity("Tickle", -1, 0)
3201 0 0 Hheeeaaahhaha! You're a great victim my bitch.|(She tickles you some more and laughs.) 3201 0 0 DoActivity("Tickle", 1, 0)
3201 0 0 You're pretty|bad at this. (She frowns and tickles you harder.) 3201 0 0 DoActivity("Tickle", -1, 0)
3201 0 0 (Laugh out loud.) You're a great victim my bitch.|(She tickles you some more and laughs.) 3201 0 0 DoActivity("Tickle", 1, 0)
3201 0 0 (Giggle lightly.) (She laughs and tickles you some.) 3201 0 0 DoActivity("Tickle", 0, 0)
3201 0 0 (Pretend you|don't care.) (She frowns and tickles you harder.) 3201 0 0 DoActivity("Tickle", -1, 0)
3201 0 0 Stop it now! Fuck you then little bitch!|(She lets you go and checks her phone.) 3291 0 0 TestPunish()
3201 0 0 (Grumble and|try to resist.) Fuck you then little bitch!|(She lets you go and checks her phone.) 3291 0 0 TestPunish()
400 3210 0 0 Yes Mistress.|I'm ok with it. That's good my little bitch.|(She slaps you on the breast.) 3211 0 0 DoActivity("Slap", 0, 0)
401 3210 0 0 Not really. You'll have to learn to love it my little bitch.|(She slaps you pretty hard on the breast.) 3211 0 0 DoActivity("Slap", -1, 0)
402 3210 0 0 Oh yes, I'm|a pain slut. That's fucking great my little bitch.|(She slaps you hard on the breast.) 3211 0 0 DoActivity("Slap", 1, 0)

View file

@ -11,7 +11,6 @@ EventRelease,3130
EventConfiscateKeys,3140
EventConfiscateCrop,3150
EventVibratingEgg,3160
EventTickle,3200
EventSlap,3210
EventMasturbate,3220
EventCrop,3230

1 Tag Content
11 EventConfiscateKeys 3140
12 EventConfiscateCrop 3150
13 EventVibratingEgg 3160
EventTickle 3200
14 EventSlap 3210
15 EventMasturbate 3220
16 EventCrop 3230

View file

@ -49,7 +49,8 @@ function C012_AfterClass_Wardrobe_Change(NewCloth) {
// Changing might be blocked by the player Mistress, if so we jump to a very angry Owner
if (GameLogQuery(CurrentChapter, "", "EventBlockChanging") && (C012_AfterClass_Dorm_Guest.indexOf(Common_PlayerOwner) >= 0)) {
CurrentTime = CurrentTime + 50000;
C012_AfterClass_Sidney_CurrentStage = 3800;
if (Common_PlayerOwner == "Sidney") C012_AfterClass_Sidney_CurrentStage = 3800;
if (Common_PlayerOwner == "Amanda") C012_AfterClass_Amanda_CurrentStage = 3800;
SetScene(CurrentChapter, Common_PlayerOwner);
ActorSetPose("Angry");
LeaveIcon = "";

View file

@ -90,8 +90,8 @@ function EventRandomPlayerSubmissive() {
if ((EventType == "VibratingEgg") && PlayerHasInventory("VibratingEgg") && !PlayerHasLockedInventory("VibratingEgg") && !Common_PlayerChaste) Result = EventPlayerSubmissive(EventStage);
if ((EventType == "ConfiscateKeys") && PlayerHasInventory("CuffsKey")) Result = EventPlayerSubmissive(EventStage);
if ((EventType == "ConfiscateCrop") && PlayerHasInventory("Crop")) Result = EventPlayerSubmissive(EventStage);
if ((EventType == "Tickle") && (ActorGetValue(ActorLove) >= 0)) Result = EventPlayerSubmissive(EventStage);
if ((EventType == "Slap") && (ActorGetValue(ActorLove) <= 0)) Result = EventPlayerSubmissive(EventStage);
if ((EventType == "Tickle") && (ActorGetValue(ActorLove) >= -5)) Result = EventPlayerSubmissive(EventStage);
if ((EventType == "Slap") && (ActorGetValue(ActorLove) <= 5)) Result = EventPlayerSubmissive(EventStage);
if ((EventType == "Masturbate") && !Common_PlayerChaste && !GameLogQuery(CurrentChapter, "Player", "NextPossibleOrgasm")) Result = EventPlayerSubmissive(EventStage);
if ((EventType == "Crop") && (PlayerHasInventory("Crop") || GameLogQuery("", Common_PlayerOwner, "HasCrop"))) Result = EventPlayerSubmissive(EventStage);