Jennifer Full Submission Script & Dialog

Jennifer Full Submission Script & Dialog
This commit is contained in:
Ben987 2018-10-23 19:22:43 -04:00
parent 131a41a608
commit d3b8939b31
5 changed files with 132 additions and 21 deletions

View file

@ -34,6 +34,23 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
194,0,0,,,Dorm.jpg
200,0,0,,Training? But I do plenty of sports Miss.,Dorm.jpg
200,0,0,Common_ActorIsLover,Are you serious darling?|I already do lots of sports.,Dorm.jpg
210,0,0,,,Dorm.jpg
220,0,0,,,Dorm.jpg
230,0,0,,,Dorm.jpg
240,0,0,,,Dorm.jpg
245,0,0,,,Dorm.jpg
250,0,0,,,Dorm.jpg
260,0,0,,,Dorm.jpg
270,0,0,,,Dorm.jpg
280,0,0,,,Dorm.jpg
290,0,0,,,Dorm.jpg
291,0,0,,,Dorm.jpg
292,0,0,,,Dorm.jpg
293,0,0,,,Dorm.jpg
294,0,0,,,Dorm.jpg
295,0,0,,,Dorm.jpg
296,0,0,,,Dorm.jpg
297,0,0,,,Dorm.jpg
300,0,0,,I've seen the way you act around me.|Have you ever had a Mentor before?,Dorm.jpg
300,0,0,Common_ActorIsLover,"Baby, I think I know you pretty well.|Have you ever had a Mentor before?",Dorm.jpg
301,0,0,,,Dorm.jpg
@ -92,6 +109,11 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
790,0,0,,Are you really kicking me out?,Door.jpg
790,0,0,Common_ActorIsLover,Are you really kicking me out?|This is the end of our love story?,StopDating.jpg
791,0,0,,,Door.jpg
800,0,0,,,Dorm.jpg
810,0,0,,,JenniferPushUps.jpg
820,0,0,,,JenniferSitUps.jpg
830,0,0,,,JenniferSquats.jpg
840,0,0,,,JenniferJumpingJacks.jpg
3010,0,0,,You will change and do exercises with me.|I want to see you in your underwear.,Dorm.jpg
3010,0,0,Common_ActorIsLover,You will change and do exercises with me.|I want to see you in your undies baby.,Dorm.jpg
3020,0,0,,You will change and do exercises with me.|I want to see you in your school uniform.,Dorm.jpg

1 Stage LoveReq SubReq VarReq IntroText Image
34 194 0 0 Dorm.jpg
35 200 0 0 Training? But I do plenty of sports Miss. Dorm.jpg
36 200 0 0 Common_ActorIsLover Are you serious darling?|I already do lots of sports. Dorm.jpg
37 210 0 0 Dorm.jpg
38 220 0 0 Dorm.jpg
39 230 0 0 Dorm.jpg
40 240 0 0 Dorm.jpg
41 245 0 0 Dorm.jpg
42 250 0 0 Dorm.jpg
43 260 0 0 Dorm.jpg
44 270 0 0 Dorm.jpg
45 280 0 0 Dorm.jpg
46 290 0 0 Dorm.jpg
47 291 0 0 Dorm.jpg
48 292 0 0 Dorm.jpg
49 293 0 0 Dorm.jpg
50 294 0 0 Dorm.jpg
51 295 0 0 Dorm.jpg
52 296 0 0 Dorm.jpg
53 297 0 0 Dorm.jpg
54 300 0 0 I've seen the way you act around me.|Have you ever had a Mentor before? Dorm.jpg
55 300 0 0 Common_ActorIsLover Baby, I think I know you pretty well.|Have you ever had a Mentor before? Dorm.jpg
56 301 0 0 Dorm.jpg
109 790 0 0 Are you really kicking me out? Door.jpg
110 790 0 0 Common_ActorIsLover Are you really kicking me out?|This is the end of our love story? StopDating.jpg
111 791 0 0 Door.jpg
112 800 0 0 Dorm.jpg
113 810 0 0 JenniferPushUps.jpg
114 820 0 0 JenniferSitUps.jpg
115 830 0 0 JenniferSquats.jpg
116 840 0 0 JenniferJumpingJacks.jpg
117 3010 0 0 You will change and do exercises with me.|I want to see you in your underwear. Dorm.jpg
118 3010 0 0 Common_ActorIsLover You will change and do exercises with me.|I want to see you in your undies baby. Dorm.jpg
119 3020 0 0 You will change and do exercises with me.|I want to see you in your school uniform. Dorm.jpg

View file

@ -4,6 +4,7 @@ var C012_AfterClass_Jennifer_HasEgg = false;
var C012_AfterClass_Jennifer_HasBelt = false;
var C012_AfterClass_Jennifer_ChatAvail = false;
var C012_AfterClass_Jennifer_SpankCount = 0;
var C012_AfterClass_Jennifer_IsNaked = false;
var C012_AfterClass_Jennifer_IsGagged = false;
var C012_AfterClass_Jennifer_IsRoped = false;
var C012_AfterClass_Jennifer_IsStrapped = false;
@ -19,6 +20,8 @@ var C012_AfterClass_Jennifer_AllowSwimsuit = false;
var C012_AfterClass_Jennifer_AllowTraining = false;
var C012_AfterClass_Jennifer_AllowSexAfterDate = false;
var C012_AfterClass_Jennifer_CanKickOut = false;
var C012_AfterClass_Jennifer_RefuseSubmitCount = 0;
var C012_AfterClass_Jennifer_SubTrainingCount = 0;
// In her school clothes, Jennifer can have many poses when she talks
function C012_AfterClass_Jennifer_SetPose() {
@ -42,7 +45,8 @@ function C012_AfterClass_Jennifer_SetPose() {
function C012_AfterClass_Jennifer_CalcParams() {
C012_AfterClass_Jennifer_HasEgg = ActorHasInventory("VibratingEgg");
C012_AfterClass_Jennifer_HasBelt = ActorHasInventory("ChastityBelt");
C012_AfterClass_Jennifer_IsGagged = ActorIsGagged();
C012_AfterClass_Jennifer_IsNaked = (ActorGetValue(ActorCloth) == "Naked");
C012_AfterClass_Jennifer_IsGagged = ActorIsGagged();
C012_AfterClass_Jennifer_IsRoped = (ActorHasInventory("Rope") || ActorHasInventory("TwoRopes") || ActorHasInventory("ThreeRopes"));
C012_AfterClass_Jennifer_IsStrapped = ActorHasInventory("Armbinder");
C012_AfterClass_Jennifer_PleasurePlayerAvail = (!Common_PlayerChaste && !ActorIsGagged() && !ActorIsRestrained() && Common_ActorIsOwned && !GameLogQuery(CurrentChapter, "Player", "NextPossibleOrgasm"));
@ -50,7 +54,7 @@ function C012_AfterClass_Jennifer_CalcParams() {
if (GameLogQuery(CurrentChapter, "", "EventBlockChanging") && (C012_AfterClass_Dorm_Guest.indexOf(Common_PlayerOwner) >= 0) && !Common_PlayerNaked) C012_AfterClass_Jennifer_SexAvail = false;
C012_AfterClass_Jennifer_CanMasturbate = (!Common_PlayerRestrained && !C012_AfterClass_Jennifer_HasBelt && (ActorGetValue(ActorCloth) == "Naked"));
C012_AfterClass_Jennifer_CanKickOut = (!Common_ActorIsOwner && !Common_ActorIsLover);
C012_AfterClass_Jennifer_AllowTennisOutfit = (GameLogQuery("C007_LunchBreak", CurrentActor, "Lunch") || GameLogQuery("C012_AfterClass", CurrentActor, "Running"));
C012_AfterClass_Jennifer_AllowTennisOutfit = (GameLogQuery("C007_LunchBreak", CurrentActor, "Lunch") || GameLogQuery("C012_AfterClass", CurrentActor, "Running") || GameLogQuery("C012_AfterClass", CurrentActor, "SubTraining"));
C012_AfterClass_Jennifer_AllowSwimsuit = GameLogQuery("C012_AfterClass", CurrentActor, "EnterDormFromPool");
C012_AfterClass_Jennifer_AllowTraining = GameLogQuery("C012_AfterClass", CurrentActor, "UnlockTraining");
C012_AfterClass_Jennifer_SetPose();
@ -108,10 +112,10 @@ function C012_AfterClass_Jennifer_Run() {
BuildInteraction(C012_AfterClass_Jennifer_CurrentStage);
// Draw the watching actors for ceremonies
if (((C012_AfterClass_Jennifer_CurrentStage >= 320) && (C012_AfterClass_Jennifer_CurrentStage < 340)) || ((C012_AfterClass_Jennifer_CurrentStage >= 291) && (C012_AfterClass_Jennifer_CurrentStage < 300))) C012_AfterClass_Dorm_DrawOtherActors();
if (((C012_AfterClass_Jennifer_CurrentStage >= 320) && (C012_AfterClass_Jennifer_CurrentStage < 340)) || ((C012_AfterClass_Jennifer_CurrentStage >= 290) && (C012_AfterClass_Jennifer_CurrentStage < 300))) C012_AfterClass_Dorm_DrawOtherActors();
// Draw the actor alone or with the player depending on the stage
if ((C012_AfterClass_Jennifer_CurrentStage != 3201) && (C012_AfterClass_Jennifer_CurrentStage != 3211) && (C012_AfterClass_Jennifer_CurrentStage != 632) && (C012_AfterClass_Jennifer_CurrentStage != 633) && (C012_AfterClass_Jennifer_CurrentStage != 634) && (C012_AfterClass_Jennifer_CurrentStage != 791) && (C012_AfterClass_Jennifer_CurrentStage != 194) && (C012_AfterClass_Jennifer_CurrentStage != 540) && (C012_AfterClass_Jennifer_CurrentStage != 550) && (C012_AfterClass_Jennifer_CurrentStage != 560) && (C012_AfterClass_Jennifer_CurrentStage != 591) && (C012_AfterClass_Jennifer_CurrentStage != 592) && (C012_AfterClass_Jennifer_CurrentStage != 593)) {
if ((C012_AfterClass_Jennifer_CurrentStage != 3201) && (C012_AfterClass_Jennifer_CurrentStage != 3211) && (C012_AfterClass_Jennifer_CurrentStage != 632) && (C012_AfterClass_Jennifer_CurrentStage != 633) && (C012_AfterClass_Jennifer_CurrentStage != 634) && (C012_AfterClass_Jennifer_CurrentStage != 791) && (C012_AfterClass_Jennifer_CurrentStage != 194) && (C012_AfterClass_Jennifer_CurrentStage != 540) && (C012_AfterClass_Jennifer_CurrentStage != 550) && (C012_AfterClass_Jennifer_CurrentStage != 560) && (C012_AfterClass_Jennifer_CurrentStage != 591) && (C012_AfterClass_Jennifer_CurrentStage != 592) && (C012_AfterClass_Jennifer_CurrentStage != 593) && (C012_AfterClass_Jennifer_CurrentStage != 810) && (C012_AfterClass_Jennifer_CurrentStage != 820) && (C012_AfterClass_Jennifer_CurrentStage != 830) && (C012_AfterClass_Jennifer_CurrentStage != 840)) {
if (((C012_AfterClass_Jennifer_CurrentStage >= 3090) && (C012_AfterClass_Jennifer_CurrentStage <= 3099)) || ((C012_AfterClass_Jennifer_CurrentStage >= 3901) && (C012_AfterClass_Jennifer_CurrentStage <= 3999))) {
DrawActor("Player", 475, 0, 1);
DrawActor(CurrentActor, 750, 0, 1);
@ -238,6 +242,7 @@ function C012_AfterClass_Jennifer_TestDomme() {
if (!ActorIsGagged()) {
if (ActorGetValue(ActorSubmission) >= 20) {
C012_AfterClass_Jennifer_CurrentStage = 200;
C012_AfterClass_Jennifer_RefuseSubmitCount = 0;
OverridenIntroText = "";
LeaveIcon = "";
}
@ -896,4 +901,37 @@ function C012_AfterClass_Jennifer_UnlockTraining() {
GameLogAdd("UnlockTraining");
C012_AfterClass_Jennifer_AllowTraining = true;
C012_AfterClass_Jennifer_AllowLeave();
}
// Chapter 12 After Class - Jennifer will refuse to submit after 2 strikes
function C012_AfterClass_Jennifer_RefuseSubmit() {
C012_AfterClass_Jennifer_RefuseSubmitCount++;
}
// Chapter 12 After Class - Jennifer will accept the collar below 2 strikes
function C012_AfterClass_Jennifer_TestEnslave() {
if (C012_AfterClass_Jennifer_RefuseSubmitCount <= 1) {
C012_AfterClass_Jennifer_CurrentStage = 290;
OverridenIntroText = GetText("AcceptCollar");
} else C012_AfterClass_Jennifer_EndEnslaveJennifer();
}
// Chapter 12 After Class - Jennifer changes to her tennis outfit to train
function C012_AfterClass_Jennifer_ChangeToTrain() {
if (ActorGetValue(ActorCloth) != "Tennis") {
CurrentTime = CurrentTime + 50000;
ActorSetCloth("Tennis");
OverridenIntroText = GetText("TennisToTrain");
}
}
// Chapter 12 After Class - Jennifer loves when the player trains her, it raises the love level
function C012_AfterClass_Jennifer_SubTraining() {
CurrentTime = CurrentTime + 110000;
if (!GameLogQuery("C012_AfterClass", CurrentActor, "SubTraining")) {
GameLogAdd("SubTraining");
ActorChangeAttitude(1, 1);
}
C012_AfterClass_Jennifer_SubTrainingCount++;
if (C012_AfterClass_Jennifer_SubTrainingCount % 12 == 11) ActorChangeAttitude(1, 0);
}

View file

@ -23,6 +23,7 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
20,0,0,ChatAvail,I'd like to know|more about you.,"Very well, we can talk about me.",0,0,0,StartChat()
20,0,0,AllowTraining,Would you like|to practice fighting?,Absolutely! We can simulate|another school grounds attack.,590,0,0,StartTraining()
20,0,0,Common_ActorIsOwned,Let's review|your rules.,(She seems to worry.)|Of course Mistress.,610,0,0,
20,0,0,Common_ActorIsOwned,Gear up! It's time|for some training.,Yes Mistress! (She jumps of joy.),800,0,0,ChangeToTrain()
20,0,0,Common_PlayerChaste,Can you please help|me with this belt?,I can't. I don't have|the keys for that belt.,0,0,0,
20,0,0,Common_ActorIsLover,About our relationship...,What's going on sweetie?,190,0,0,
20,0,0,CanKickOut,It's time for you|to leave my place.,(She looks very disappointed.)|Are you kicking me out?,790,-1,1,"ActorSetPose("""")"
@ -83,33 +84,57 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
210,0,0,,"Girl, you're a loser.",(She sighs.) I know I'm pretty bad in public.|I'm thinking about taking a sociology class.,220,0,0,RefuseSubmit()
210,0,0,,You'll need help to|survive in our school.,(She nods.) I guess you mean socialy?|I'm thinking about taking a sociology class.,220,0,0,
210,0,0,,You need to step|your game up.,"Yes, I know I'm not very good in public.|I'm thinking about taking a sociology class.",220,0,0,
220,0,0,,That's a pretty dumb idea.|You need something harsher.,(She sighs.) Something harsher?|What do you have in mind Miss?,230,0,0,RefuseSubmit()
220,0,0,,That's a dumb idea. You|need something harsher.,(She sighs.) Something harsher?|What do you have in mind Miss?,230,0,0,RefuseSubmit()
220,0,0,,That won't be enough.|You need harder training.,Harder training? Are you sure?|What do you have in mind?,230,0,0,
220,0,0,,Forget that class.|You need a real training.,A real training? I'm confused.|What do you have in mind?,230,0,0,
230,0,0,,I could reprogram you.|To make you popular.,You think I can be popular?|How will you do that?,240,0,0,
230,0,0,,I will help you to get|rid of your public fears.,It sounds too good to be true.|How will you do that?,240,0,0,
230,0,0,,"I'll train you to|be more daring,",It might be a good idea.|How will you do that?,240,0,0,
230,0,0,,You'll be top slut when|I'm done with you.,(She shakes her head from left to right.)|How exactly do you plan to do that?,240,0,0,RefuseSubmit()
230,0,0,,"Under my wing,|you will be loved.",I could be loved in school?|How will you do that?,240,0,0,
240,0,0,,,,250,0,0,
,,,,,,,,,
,,,,,,,,,
,,,,,,,,,
,,,,,,,,,
240,0,0,IsNaked,You're done the first step.|Showing some flesh.,(She blushes.) I rarely strip for anyone.|You have a strange magnetism over me.,250,0,0,
240,0,0,IsNaked,You're naked.|That's a good start.,(She blushes.) I rarely strip for anyone.|You have a strange magnetism over me.,250,0,0,
240,0,0,!IsNaked,"First, you need to|take off your clothes.",(She gives you a surprised look.)|Are you serious? Why?,245,0,0,
240,0,0,!IsNaked,Follow my orders|and strip down.,(She gives you a surprised look.)|Are you serious? Why?,245,0,0,
240,0,0,!IsNaked,Strip slut!,(She shakes her head no.)|Are you serious? Why?,245,0,0,RefuseSubmit()
245,0,0,,I will not ask|you twice.,(She strips.) I rarely strip for anyone.|You have a strange magnetism over me.,250,0,0,"ForceChangeActor(""Naked"")"
245,0,0,,It's part of|your training.,(She strips.) I rarely strip for anyone.|You have a strange magnetism over me.,250,0,0,"ForceChangeActor(""Naked"")"
245,0,0,,(Stay silent and point|at her clothes.),(She strips.) I rarely strip for anyone.|You have a strange magnetism over me.,250,0,0,"ForceChangeActor(""Naked"")"
250,0,0,,"Admit it, you like|to obey my orders.","I'm don't know why, but you might be right.|I do feel very submissive toward you.",260,0,0,
250,0,0,,It's easy to explain.|You're a submissive.,I do feel very submissive toward you.,260,0,0,
250,0,0,,It's Dominant magnetism.|You cannot escape it.,It's quite powerful. Kind of scary.|I do feel very submissive toward you.,260,0,0,RefuseSubmit()
250,0,0,,"Cunt, you crave|to serve me.",(She frowns and looks down.)|I do feel submissive toward you.,260,0,0,
260,0,0,,"As a bitch, you|will be collared.",A collar? I've seen girls wearing that.|They seem to have a protector.,270,0,0,RefuseSubmit()
260,0,0,,I will collar you|for your training.,A collar? I've seen girls wearing that.|They seem to have a protector.,270,0,0,
260,0,0,,As my sub. I will lock a|collar around your neck.,A collar? I've seen girls wearing that.|They seem to have a protector.,270,0,0,
270,0,0,,"Once collared, you will|be protected by me.",You trully want to train|and protect me Miss?,280,0,0,
270,0,0,,A collar means that|I fucking own you.,(She takes one step back.)|You want to own me Miss?,280,0,0,RefuseSubmit()
270,0,0,,Only the best subs|found a Mistress.,You trully want to become my Mistress?,280,0,0,
270,0,0,,You will join my family|if you wear it.,It sounds nice to have a family.|Do you want to collar me Miss?,280,0,0,
280,0,0,,"Jennifer, will you|wear my collar?","I'm sorry, I don't think I can do it.|Let's talk about something else.",0,0,0,TestEnslave()
280,0,0,,I've changed my mind.|(Don't collar Jennifer.),(She looks uncertain.) I understand Miss.|Let's talk about something else then.,0,0,0,EndEnslaveJennifer()
290,0,0,,"I will control your life,|sexuality and hobbies.",That sounds really tough.|But if it's part of the training.,291,0,1,
290,0,0,,"As my sub, you will|become very popular.",It's a dream come true Miss!,291,1,0,
290,0,0,,You will obey|me like a dog.,(She sighs and looks down.)|A dog? Very well Miss.,291,-1,1,
291,0,0,,You will not seek|another Mistress.,(She gulps.) Of course Mistress.,292,-1,1,
291,0,0,,How will you|address me?,"I know, I will address you|as ""Mistress"" from now on.",292,0,0,
291,0,0,,"You will now|call me: ""Mistress"".","Yes Mistress, I accept.",292,0,0,
291,0,0,,I'll be your Mistress.|Is that ok for you?,"Yes Mistress, of course.",292,0,-1,
292,0,0,,Get on your knees.,(She slowly kneels in front of you.),293,0,0,"ActorSetPose(""Kneel"")"
292,0,0,,Will you please|kneel for me?,(She slowly kneels in front of you.),293,0,-1,"ActorSetPose(""Kneel"")"
292,0,0,,On your knees slut.,(She slowly kneels in front of you.),293,-1,1,"ActorSetPose(""Kneel"")"
293,0,0,,"Once this collar is locked,|you will be my property.",(She nods and looks down.)|I understand Mistress.,294,0,0,
293,0,0,,"Once locked on your neck,|there's no turning back.",(She trembles and looks down.)|I understand Mistress.,294,0,0,
294,0,0,,(Lock the collar|around her neck.),(You circle the leather collar around her neck|buckle it and put a padlock to lock it in place.),295,0,3,LockCollarJennifer()
293,0,0,,"Once this collar is locked,|you will be my property.",(She looks at the collar and nods.)|I understand and I accept Mistress.,294,0,0,
293,0,0,,"Once locked on your neck,|there's no turning back.",(She looks at the collar and nods.)|I understand and I accept Mistress.,294,0,0,
294,0,0,,(Lock the collar|around her neck.),"(You circle the leather collar around her neck,|buckle it and put a padlock to lock it in place.)",295,0,3,LockCollarJennifer()
295,0,0,,You are now my bitch.,"(She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules.",296,-1,0,
295,0,0,,You are mine.,"(She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules.",296,0,0,
295,0,0,,You are now|my submissive.,"(She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules.",296,1,0,
296,0,0,,I vow to protect you.,(She nods.) Thanks Mistress.|I know you will protect me.,297,0,0,
296,0,0,,I vow to help you.,(She smiles.) Thanks Mistress.|I know you will help me.,297,0,-1,
296,0,0,,I vow to discipline you.,(She gasps.) Thanks Mistress.|I know it will make me better.,297,0,1,
297,0,0,,Stand up my|lovely subbie.,(She smiles and slowly stands up.)|What do you wish to do now Mistress?,0,1,0,EndEnslaveJennifer()
297,0,0,,Stand up slut.,(She frowns and slowly stands up.)|What do you wish to do now Mistress?,0,-1,0,EndEnslaveJennifer()
297,0,0,,Stand up.,(She nods and slowly stands up.)|What do you wish to do now Mistress?,0,0,0,EndEnslaveJennifer()
295,0,0,,You are now|my submissive.,"(She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules.",296,0,0,
296,0,0,,I vow to protect you.,(She nods.) Thanks Mistress.|I'm sure I will learn a lot.,297,1,0,
296,0,0,,I vow to help you.,(She smiles.) Thanks Mistress.|I'm sure I will learn a lot.,297,1,-1,
296,0,0,,I vow to discipline you.,(She gasps.) Thanks Mistress.|I'm sure I will learn a lot.,297,-1,1,
297,0,0,,Stand up my|lovely subbie.,(She smiles and slowly stands up.)|I can't wait to start my training.,0,1,0,EndEnslaveJennifer()
297,0,0,,Stand up slut.,(She frowns and slowly stands up.)|I can't wait to start my training.,0,-1,0,EndEnslaveJennifer()
297,0,0,,Stand up.,(She nods and slowly stands up.)|I can't wait to start my training.,0,0,0,EndEnslaveJennifer()
300,0,0,,A Mentor?,A Mentor is a life coach that will give|you advices and train you to be better.,301,0,0,
300,0,0,,You think I|need a Mentor?,You need a life coach that will give|you advices and train you to be better.,301,0,0,
300,0,0,,What does a|Mentor do?,A Mentor is a life coach that will give|you advices and train you to be better.,301,0,0,
@ -286,6 +311,30 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
790,0,0,,Don't be mad.|I'm sorry.,"It's fine, I'll see you later then.|(She walks out and closes the door.)",791,-1,-1,KickedOut()
790,0,0,,Pack your shit|and go girl.,You don't need to be rude you know.|(She walks out and closes the door.),791,-2,1,KickedOut()
791,0,0,,(Back to your dorm.),,791,0,0,BackToDorm()
800,0,0,,Do some push-ups!,(She nods happily and starts to do|some pretty intense push-ups.),810,0,0,SubTraining()
800,0,0,,Do some sit-ups!,(She nods happily and starts to do|some pretty intense sit-ups.),820,0,0,SubTraining()
800,0,0,,Do some squats!,(She nods happily and starts to do|some pretty intense squats.),830,0,0,SubTraining()
800,0,0,,Do some jumping jacks!,(She nods happily and starts to do|some pretty intense jumping jacks.),840,0,0,SubTraining()
810,0,0,,Keep it up!,(She catches her breath|and do more push-ups.),810,0,0,SubTraining()
810,0,0,,Do some sit-ups!,(She nods and starts|to do some sit-ups.),820,0,0,SubTraining()
810,0,0,,Do some squats!,(She nods and starts|to do some squats.),830,0,0,SubTraining()
810,0,0,,Do some jumping jacks!,(She nods and starts to|do some jumping jacks.),840,0,0,SubTraining()
810,0,0,,That's enough!,(She stands up.) Very well Mistress.|It's wonderful to be trained by you.,0,0,0,"ActorSetPose(""Exhausted"")"
820,0,0,,Do some push-ups!,(She nods and starts|to do some push-ups.),810,0,0,SubTraining()
820,0,0,,Keep it up!,(She catches her breath|and do more sit-ups.),820,0,0,SubTraining()
820,0,0,,Do some squats!,(She nods and starts|to do some squats.),830,0,0,SubTraining()
820,0,0,,Do some jumping jacks!,(She nods and starts to|do some jumping jacks.),840,0,0,SubTraining()
820,0,0,,That's enough!,(She stands up.) Very well Mistress.|It's wonderful to be trained by you.,0,0,0,"ActorSetPose(""Exhausted"")"
830,0,0,,Do some push-ups!,(She nods and starts|to do some push-ups.),810,0,0,SubTraining()
830,0,0,,Do some sit-ups!,(She nods and starts|to do some sit-ups.),820,0,0,SubTraining()
830,0,0,,Keep it up!,(She catches her breath|and do more squats.),830,0,0,SubTraining()
830,0,0,,Do some jumping jacks!,(She nods and starts to|do some jumping jacks.),840,0,0,SubTraining()
830,0,0,,That's enough!,(She stands up.) Very well Mistress.|It's wonderful to be trained by you.,0,0,0,"ActorSetPose(""Exhausted"")"
840,0,0,,Do some push-ups!,(She nods and starts|to do some push-ups.),810,0,0,SubTraining()
840,0,0,,Do some sit-ups!,(She nods and starts|to do some sit-ups.),820,0,0,SubTraining()
840,0,0,,Do some squats!,(She nods and starts|to do some squats.),830,0,0,SubTraining()
840,0,0,,Keep it up!,(She catches her breath|and do more jumping jacks.),840,0,0,SubTraining()
840,0,0,,That's enough!,(She stops.) Very well Mistress.|It's wonderful to be trained by you.,0,0,0,"ActorSetPose(""Exhausted"")"
3010,0,0,,Yes Mentor.|(Get in your undies.),(You change for Jennifer while|she looks at you and smiles.),3090,0,0,"ForceChangePlayer(""Underwear"")"
3010,0,0,,(Nod slowly.)|(Get in your undies.),(You change for Jennifer while|she looks at you and smiles.),3090,0,0,"ForceChangePlayer(""Underwear"")"
3010,0,0,,I don't want|to do that.,"Fine, let's take a break then.|(She turns around irritated.)",3093,0,0,TestPunish()

1 Stage LoveReq SubReq VarReq Interaction Result NextStage LoveMod SubMod Function
23 20 0 0 ChatAvail I'd like to know|more about you. Very well, we can talk about me. 0 0 0 StartChat()
24 20 0 0 AllowTraining Would you like|to practice fighting? Absolutely! We can simulate|another school grounds attack. 590 0 0 StartTraining()
25 20 0 0 Common_ActorIsOwned Let's review|your rules. (She seems to worry.)|Of course Mistress. 610 0 0
26 20 0 0 Common_ActorIsOwned Gear up! It's time|for some training. Yes Mistress! (She jumps of joy.) 800 0 0 ChangeToTrain()
27 20 0 0 Common_PlayerChaste Can you please help|me with this belt? I can't. I don't have|the keys for that belt. 0 0 0
28 20 0 0 Common_ActorIsLover About our relationship... What's going on sweetie? 190 0 0
29 20 0 0 CanKickOut It's time for you|to leave my place. (She looks very disappointed.)|Are you kicking me out? 790 -1 1 ActorSetPose("")
84 210 0 0 Girl, you're a loser. (She sighs.) I know I'm pretty bad in public.|I'm thinking about taking a sociology class. 220 0 0 RefuseSubmit()
85 210 0 0 You'll need help to|survive in our school. (She nods.) I guess you mean socialy?|I'm thinking about taking a sociology class. 220 0 0
86 210 0 0 You need to step|your game up. Yes, I know I'm not very good in public.|I'm thinking about taking a sociology class. 220 0 0
87 220 0 0 That's a pretty dumb idea.|You need something harsher. That's a dumb idea. You|need something harsher. (She sighs.) Something harsher?|What do you have in mind Miss? 230 0 0 RefuseSubmit()
88 220 0 0 That won't be enough.|You need harder training. Harder training? Are you sure?|What do you have in mind? 230 0 0
89 220 0 0 Forget that class.|You need a real training. A real training? I'm confused.|What do you have in mind? 230 0 0
90 230 0 0 I could reprogram you.|To make you popular. You think I can be popular?|How will you do that? 240 0 0
91 230 0 0 I will help you to get|rid of your public fears. It sounds too good to be true.|How will you do that? 240 0 0
92 230 0 0 I'll train you to|be more daring, It might be a good idea.|How will you do that? 240 0 0
93 230 0 0 You'll be top slut when|I'm done with you. (She shakes her head from left to right.)|How exactly do you plan to do that? 240 0 0 RefuseSubmit()
94 230 0 0 Under my wing,|you will be loved. I could be loved in school?|How will you do that? 240 0 0
95 240 0 0 IsNaked You're done the first step.|Showing some flesh. (She blushes.) I rarely strip for anyone.|You have a strange magnetism over me. 250 0 0
96 240 0 0 IsNaked You're naked.|That's a good start. (She blushes.) I rarely strip for anyone.|You have a strange magnetism over me. 250 0 0
97 240 0 0 !IsNaked First, you need to|take off your clothes. (She gives you a surprised look.)|Are you serious? Why? 245 0 0
98 240 0 0 !IsNaked Follow my orders|and strip down. (She gives you a surprised look.)|Are you serious? Why? 245 0 0
99 240 0 0 !IsNaked Strip slut! (She shakes her head no.)|Are you serious? Why? 245 0 0 RefuseSubmit()
100 245 0 0 I will not ask|you twice. (She strips.) I rarely strip for anyone.|You have a strange magnetism over me. 250 0 0 ForceChangeActor("Naked")
101 245 0 0 It's part of|your training. (She strips.) I rarely strip for anyone.|You have a strange magnetism over me. 250 0 0 ForceChangeActor("Naked")
102 245 0 0 (Stay silent and point|at her clothes.) (She strips.) I rarely strip for anyone.|You have a strange magnetism over me. 250 0 0 ForceChangeActor("Naked")
103 250 0 0 Admit it, you like|to obey my orders. I'm don't know why, but you might be right.|I do feel very submissive toward you. 260 0 0
104 250 0 0 It's easy to explain.|You're a submissive. I do feel very submissive toward you. 260 0 0
105 250 0 0 It's Dominant magnetism.|You cannot escape it. It's quite powerful. Kind of scary.|I do feel very submissive toward you. 260 0 0 RefuseSubmit()
106 250 0 0 Cunt, you crave|to serve me. (She frowns and looks down.)|I do feel submissive toward you. 260 0 0
107 260 0 0 As a bitch, you|will be collared. A collar? I've seen girls wearing that.|They seem to have a protector. 270 0 0 RefuseSubmit()
108 260 0 0 I will collar you|for your training. A collar? I've seen girls wearing that.|They seem to have a protector. 270 0 0
109 260 0 0 As my sub. I will lock a|collar around your neck. A collar? I've seen girls wearing that.|They seem to have a protector. 270 0 0
110 270 0 0 Once collared, you will|be protected by me. You trully want to train|and protect me Miss? 280 0 0
111 270 0 0 A collar means that|I fucking own you. (She takes one step back.)|You want to own me Miss? 280 0 0 RefuseSubmit()
112 270 0 0 Only the best subs|found a Mistress. You trully want to become my Mistress? 280 0 0
113 270 0 0 You will join my family|if you wear it. It sounds nice to have a family.|Do you want to collar me Miss? 280 0 0
114 280 0 0 Jennifer, will you|wear my collar? I'm sorry, I don't think I can do it.|Let's talk about something else. 0 0 0 TestEnslave()
115 280 0 0 I've changed my mind.|(Don't collar Jennifer.) (She looks uncertain.) I understand Miss.|Let's talk about something else then. 0 0 0 EndEnslaveJennifer()
116 290 0 0 I will control your life,|sexuality and hobbies. That sounds really tough.|But if it's part of the training. 291 0 1
117 290 0 0 As my sub, you will|become very popular. It's a dream come true Miss! 291 1 0
118 290 0 0 You will obey|me like a dog. (She sighs and looks down.)|A dog? Very well Miss. 291 -1 1
119 291 0 0 You will not seek|another Mistress. (She gulps.) Of course Mistress. 292 -1 1
120 291 0 0 How will you|address me? I know, I will address you|as "Mistress" from now on. 292 0 0
121 291 0 0 You will now|call me: "Mistress". Yes Mistress, I accept. 292 0 0
122 291 0 0 I'll be your Mistress.|Is that ok for you? Yes Mistress, of course. 292 0 -1
123 292 0 0 Get on your knees. (She slowly kneels in front of you.) 293 0 0 ActorSetPose("Kneel")
124 292 0 0 Will you please|kneel for me? (She slowly kneels in front of you.) 293 0 -1 ActorSetPose("Kneel")
125 292 0 0 On your knees slut. (She slowly kneels in front of you.) 293 -1 1 ActorSetPose("Kneel")
126 293 0 0 Once this collar is locked,|you will be my property. (She nods and looks down.)|I understand Mistress. (She looks at the collar and nods.)|I understand and I accept Mistress. 294 0 0
127 293 0 0 Once locked on your neck,|there's no turning back. (She trembles and looks down.)|I understand Mistress. (She looks at the collar and nods.)|I understand and I accept Mistress. 294 0 0
128 294 0 0 (Lock the collar|around her neck.) (You circle the leather collar around her neck|buckle it and put a padlock to lock it in place.) (You circle the leather collar around her neck,|buckle it and put a padlock to lock it in place.) 295 0 3 LockCollarJennifer()
129 295 0 0 You are now my bitch. (She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules. 296 -1 0
130 295 0 0 You are mine. (She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules. 296 0 0
131 295 0 0 You are now|my submissive. (She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules. 296 1 0 0
132 296 0 0 I vow to protect you. (She nods.) Thanks Mistress.|I know you will protect me. (She nods.) Thanks Mistress.|I'm sure I will learn a lot. 297 0 1 0
133 296 0 0 I vow to help you. (She smiles.) Thanks Mistress.|I know you will help me. (She smiles.) Thanks Mistress.|I'm sure I will learn a lot. 297 0 1 -1
134 296 0 0 I vow to discipline you. (She gasps.) Thanks Mistress.|I know it will make me better. (She gasps.) Thanks Mistress.|I'm sure I will learn a lot. 297 0 -1 1
135 297 0 0 Stand up my|lovely subbie. (She smiles and slowly stands up.)|What do you wish to do now Mistress? (She smiles and slowly stands up.)|I can't wait to start my training. 0 1 0 EndEnslaveJennifer()
136 297 0 0 Stand up slut. (She frowns and slowly stands up.)|What do you wish to do now Mistress? (She frowns and slowly stands up.)|I can't wait to start my training. 0 -1 0 EndEnslaveJennifer()
137 297 0 0 Stand up. (She nods and slowly stands up.)|What do you wish to do now Mistress? (She nods and slowly stands up.)|I can't wait to start my training. 0 0 0 EndEnslaveJennifer()
138 300 0 0 A Mentor? A Mentor is a life coach that will give|you advices and train you to be better. 301 0 0
139 300 0 0 You think I|need a Mentor? You need a life coach that will give|you advices and train you to be better. 301 0 0
140 300 0 0 What does a|Mentor do? A Mentor is a life coach that will give|you advices and train you to be better. 301 0 0
311 790 0 0 Don't be mad.|I'm sorry. It's fine, I'll see you later then.|(She walks out and closes the door.) 791 -1 -1 KickedOut()
312 790 0 0 Pack your shit|and go girl. You don't need to be rude you know.|(She walks out and closes the door.) 791 -2 1 KickedOut()
313 791 0 0 (Back to your dorm.) 791 0 0 BackToDorm()
314 800 0 0 Do some push-ups! (She nods happily and starts to do|some pretty intense push-ups.) 810 0 0 SubTraining()
315 800 0 0 Do some sit-ups! (She nods happily and starts to do|some pretty intense sit-ups.) 820 0 0 SubTraining()
316 800 0 0 Do some squats! (She nods happily and starts to do|some pretty intense squats.) 830 0 0 SubTraining()
317 800 0 0 Do some jumping jacks! (She nods happily and starts to do|some pretty intense jumping jacks.) 840 0 0 SubTraining()
318 810 0 0 Keep it up! (She catches her breath|and do more push-ups.) 810 0 0 SubTraining()
319 810 0 0 Do some sit-ups! (She nods and starts|to do some sit-ups.) 820 0 0 SubTraining()
320 810 0 0 Do some squats! (She nods and starts|to do some squats.) 830 0 0 SubTraining()
321 810 0 0 Do some jumping jacks! (She nods and starts to|do some jumping jacks.) 840 0 0 SubTraining()
322 810 0 0 That's enough! (She stands up.) Very well Mistress.|It's wonderful to be trained by you. 0 0 0 ActorSetPose("Exhausted")
323 820 0 0 Do some push-ups! (She nods and starts|to do some push-ups.) 810 0 0 SubTraining()
324 820 0 0 Keep it up! (She catches her breath|and do more sit-ups.) 820 0 0 SubTraining()
325 820 0 0 Do some squats! (She nods and starts|to do some squats.) 830 0 0 SubTraining()
326 820 0 0 Do some jumping jacks! (She nods and starts to|do some jumping jacks.) 840 0 0 SubTraining()
327 820 0 0 That's enough! (She stands up.) Very well Mistress.|It's wonderful to be trained by you. 0 0 0 ActorSetPose("Exhausted")
328 830 0 0 Do some push-ups! (She nods and starts|to do some push-ups.) 810 0 0 SubTraining()
329 830 0 0 Do some sit-ups! (She nods and starts|to do some sit-ups.) 820 0 0 SubTraining()
330 830 0 0 Keep it up! (She catches her breath|and do more squats.) 830 0 0 SubTraining()
331 830 0 0 Do some jumping jacks! (She nods and starts to|do some jumping jacks.) 840 0 0 SubTraining()
332 830 0 0 That's enough! (She stands up.) Very well Mistress.|It's wonderful to be trained by you. 0 0 0 ActorSetPose("Exhausted")
333 840 0 0 Do some push-ups! (She nods and starts|to do some push-ups.) 810 0 0 SubTraining()
334 840 0 0 Do some sit-ups! (She nods and starts|to do some sit-ups.) 820 0 0 SubTraining()
335 840 0 0 Do some squats! (She nods and starts|to do some squats.) 830 0 0 SubTraining()
336 840 0 0 Keep it up! (She catches her breath|and do more jumping jacks.) 840 0 0 SubTraining()
337 840 0 0 That's enough! (She stops.) Very well Mistress.|It's wonderful to be trained by you. 0 0 0 ActorSetPose("Exhausted")
338 3010 0 0 Yes Mentor.|(Get in your undies.) (You change for Jennifer while|she looks at you and smiles.) 3090 0 0 ForceChangePlayer("Underwear")
339 3010 0 0 (Nod slowly.)|(Get in your undies.) (You change for Jennifer while|she looks at you and smiles.) 3090 0 0 ForceChangePlayer("Underwear")
340 3010 0 0 I don't want|to do that. Fine, let's take a break then.|(She turns around irritated.) 3093 0 0 TestPunish()

View file

@ -92,3 +92,5 @@ AlreadyLoved,"No, I've never dated anyone before.|I wish I've had someone like y
AlreadyBrokeUp,Let's not talk about that.|It hurts too much.
ChangeForDommeSpeech,(She changes back to her school clothes.)|Have you ever had a Mentor before?
WinFightAgainstJennifer,(You quickly get a firm grip on|her and pin her on the floor.)
AcceptCollar,Yes Miss! I would be honored to wear|your collar and become your submissive.
TennisToTrain,Yes Mistress! (She jumps of joy and|quickly changes to her tennis outfit.)

1 Tag Content
92 AlreadyBrokeUp Let's not talk about that.|It hurts too much.
93 ChangeForDommeSpeech (She changes back to her school clothes.)|Have you ever had a Mentor before?
94 WinFightAgainstJennifer (You quickly get a firm grip on|her and pin her on the floor.)
95 AcceptCollar Yes Miss! I would be honored to wear|your collar and become your submissive.
96 TennisToTrain Yes Mistress! (She jumps of joy and|quickly changes to her tennis outfit.)

View file

@ -126,7 +126,7 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
292,0,0,,On your knees slut.,(She slowly kneels in front of you.),293,-1,1,"ActorSetPose(""Kneel"")"
293,0,0,,"Once this collar is locked,|you will be my property.",(She nods and looks down.)|I understand Mistress.,294,0,0,
293,0,0,,"Once locked on your neck,|there's no turning back.",(She trembles and looks down.)|I understand Mistress.,294,0,0,
294,0,0,,(Lock the collar|around her neck.),(You circle the leather collar around her neck|buckle it and put a padlock to lock it in place.),295,0,3,LockCollarSidney()
294,0,0,,(Lock the collar|around her neck.),(You circle the leather collar around her neck,|buckle it and put a padlock to lock it in place.),295,0,3,LockCollarSidney()
295,0,0,,You are now my bitch.,"(She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules.",296,-1,0,
295,0,0,,You are mine.,"(She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules.",296,0,0,
295,0,0,,You are now|my submissive.,"(She adjusts her neck to the collar.)|Yes Mistress, I will follow your rules.",296,1,0,

Can't render this file because it has a wrong number of fields in line 129.