mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Sarah Lovers Scripts
Sarah Lovers Scripts
This commit is contained in:
parent
85f329ec9d
commit
6b1201075c
10 changed files with 122 additions and 124 deletions
13
Actor.js
13
Actor.js
|
@ -225,7 +225,7 @@ function ActorSpecificInBondage(SpecificActor) {
|
|||
// Returns TRUE if a specific actor (or player) is restrained
|
||||
function ActorSpecificIsRestrained(SpecificActor) {
|
||||
if (SpecificActor == "Player") {
|
||||
return (Common_PlayerRestrained);
|
||||
return Common_PlayerRestrained;
|
||||
} else {
|
||||
for (var A = 0; A < Actor.length; A++)
|
||||
if (Actor[A][ActorName] == SpecificActor)
|
||||
|
@ -233,6 +233,17 @@ function ActorSpecificIsRestrained(SpecificActor) {
|
|||
}
|
||||
}
|
||||
|
||||
// Returns TRUE if a specific actor (or player) is restrained
|
||||
function ActorSpecificIsGagged(SpecificActor) {
|
||||
if (SpecificActor == "Player") {
|
||||
return Common_PlayerGagged;
|
||||
} else {
|
||||
for (var A = 0; A < Actor.length; A++)
|
||||
if (Actor[A][ActorName] == SpecificActor)
|
||||
return (ActorSpecificHasInventory(SpecificActor, "BallGag") || ActorSpecificHasInventory(SpecificActor, "TapeGag") || ActorSpecificHasInventory(SpecificActor, "ClothGag"));
|
||||
}
|
||||
}
|
||||
|
||||
// Returns true if the actor is restrained (if there's no actor, we return the player status)
|
||||
function ActorIsRestrained() {
|
||||
if (CurrentActor == "")
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
||||
0,0,0,,Dein Studentenwohnungsbett ist nicht groß|aber es ist bequem genug.,Bed.jpg
|
||||
10,0,0,,,Bed.jpg
|
||||
100,0,0,,,BedOverview.jpg
|
||||
110,0,0,,,BedOverview.jpg
|
||||
120,0,0,,,BedOverviewOrgasm.jpg
|
|
|
@ -7,6 +7,7 @@ var C012_AfterClass_Bed_Partner = "";
|
|||
var C012_AfterClass_Bed_ShowCollar = false;
|
||||
var C012_AfterClass_Bed_SexPleasurePlayer = 0;
|
||||
var C012_AfterClass_Bed_SexPleasurePartner = 0;
|
||||
var C012_AfterClass_Bed_CanDateSarah = false;
|
||||
|
||||
// Chapter 12 After Class - Prepares the bed image that will be rendered for sex scenes
|
||||
function C012_AfterClass_Bed_PrepareImage(PartnerOrgasm, PlayerOrgasm, WorkAnim) {
|
||||
|
@ -46,9 +47,11 @@ function C012_AfterClass_Bed_Load() {
|
|||
} else {
|
||||
|
||||
// With a partner, they can make love, some girls are a little harder to please
|
||||
C012_AfterClass_Bed_CanDateSarah = ((Common_PlayerLover == "") && !GameLogQuery(CurrentChapter, "Amanda", "DatingSarah"));
|
||||
ActorLoad(C012_AfterClass_Bed_Partner, "Dorm");
|
||||
if (C012_AfterClass_Bed_Partner == "Sidney") C012_AfterClass_Bed_CurrentStage = 200;
|
||||
if (C012_AfterClass_Bed_Partner == "Amanda") C012_AfterClass_Bed_CurrentStage = 300;
|
||||
if (C012_AfterClass_Bed_Partner == "Sarah") C012_AfterClass_Bed_CurrentStage = 400;
|
||||
C012_AfterClass_Bed_ShowCollar = (C012_AfterClass_Bed_Partner == "Sidney");
|
||||
C012_AfterClass_Bed_PrepareImage(false, false);
|
||||
C012_AfterClass_Bed_SexPleasurePartner = ActorHasInventory("VibratingEgg") ? 3 : 0;
|
||||
|
@ -278,4 +281,12 @@ function C012_AfterClass_Bed_OffBed() {
|
|||
LeaveIcon = "Leave";
|
||||
OverridenIntroImage = "";
|
||||
ActorSetPose("");
|
||||
}
|
||||
|
||||
// Chapter 12 After Class - The dating scene with Sarah starts from the bed
|
||||
function C012_AfterClass_Bed_TestLoveSarah() {
|
||||
if (ActorGetValue(ActorLove) >= 20) {
|
||||
C012_AfterClass_Sarah_CurrentStage = 110;
|
||||
SetScene(CurrentChapter, "Sarah");
|
||||
}
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
||||
0,0,0,,@Masturbieren,Es ist unmöglich dich selbst|zu befriedigen, wenn du gefesselt bist.,0,0,0,StartMasturbate()
|
||||
0,0,0,,@Gehe schlafen.|(Beende den Tag.),Bist du dir sicher, dass du schlafen willst?|Das wird den Tag und das Spiel beenden.,10,0,0,
|
||||
10,0,0,,"@Ja, gehe schlafen.|(Beende den Tag.)",,10,0,0,EndChapter()
|
||||
10,0,0,,"@Nein, bleibe wach.|(Fortsetzen.)",Du scheinst ein bischen Energie übrig zu haben.,0,0,0,
|
||||
100,0,0,,@Massiere deine Brust.,Du massiert langsam mit einer Hand|deine Brust hand und stöhnst leise.,100,0,0,MasturbateUp()
|
||||
100,0,0,,@Kneife deine Nippel.,Du kneifst deine eigenen Nippel und|winselst ein bischen von den Schmerzen.,100,0,0,MasturbateUp()
|
||||
100,0,0,,@Massiere deine Kitzler.,Du massierst deinen Kitzler|und stöhnst lauter und lauter.,100,0,0,MasturbateDown()
|
||||
100,0,0,,@Spiele mit deiner Scheide.,"Mit zwei Fingern, spielst dumit deinen|Schamlippen und and zitterst voller Vergnügen.",100,0,0,MasturbateDown()
|
||||
100,0,0,,@Gleite einen Finger|rein und raus.,Du gleitest deinen Zeigefinger rein und raus|und atmest schneller und schneller.,100,0,0,MasturbateDown()
|
||||
100,0,0,,@Erforsche das Innere.,Du erforschst das Innere von deiner Vagina.|Du erreichst dabei sehr liebliche Stellen.,100,0,0,MasturbateDown()
|
||||
100,0,0,,@Hör auf und steh auf.,Du stehst auf.,0,0,0,StopMasturbate()
|
||||
110,0,0,,@Lasse dich|gehen und erreiche den Höhepunkt.,Du lässt dich gehen in wundervolle Verzücken|während deine Finger dir einen lieblichen Orgasmus geben.,120,0,0,Climax()
|
||||
110,0,0,,@Hör auf zu masturbieren.,"Du kommst runter, atest tief durch|und hörst mit allem auf bevor du den Höhepunkt ereichst.",100,0,0,StopMasturbate()
|
||||
120,0,0,,@Masturbiere|weiter.,"Gehe nur sicher, dass du befriedigt bist,|du beginnst wieder dich selbst zu berüren.",100,0,0,
|
||||
120,0,0,,@Hör auf und steh auf.,Du stehst auf|und fühlst dich entspannt und befriedigt.,0,0,0,StopMasturbate()
|
Can't render this file because it has a wrong number of fields in line 2.
|
|
@ -61,4 +61,28 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
320,0,0,Common_ActorIsLover,Would you like to sleep|like that with me?,"Yes my love, it's a wonderful idea.|I would sleep like an angel in your arms.",330,0,0,
|
||||
330,0,0,,Sleep with Amanda.|(End the day.),,330,0,0,"EndChapter(""Lover"")"
|
||||
330,0,0,,Maybe later my love.|(Get up from bed.),"Yes, let's enjoy our first|night together some more.",900,0,0,OffBed()
|
||||
400,0,0,,(Compliment her.),(You tell each other kind and loving words.|She appreciates but she's not excited by it.),400,0,0,"Sex(0, 1, false, false)"
|
||||
400,0,0,,(Insult her.),"(You call her a whore, a slut, a cunt, etc.|She blushes and becomes kind of wet.)",400,0,0,"Sex(1, 1, false, false)"
|
||||
400,0,0,,(Caress her legs.),(You slowly caresses each other her legs.|It doesn't seem to turn her on that much.),400,0,0,"Sex(0, 1, false, false)"
|
||||
400,0,0,,(Spank her butt.),(You spank her pretty hard on the butt|while she moans of pleasure from the pain.),400,0,0,"Sex(2, 1, false, false)"
|
||||
400,0,0,,(Kiss her legs.),(You kiss each other legs slowly.|She doesn't seem to like it that much.),400,0,0,"Sex(0, 1, false, false)"
|
||||
400,0,0,,(Scissor slowly.),"(You scissor each other slowly and|lovingly, feeling the ecstasy rising.)",400,0,0,"Sex(1, 1, true, false)"
|
||||
400,0,0,,(Masturbate her clitoris.),(She moans loudly and shivers|as you masturbate her clitoris.),400,0,0,"Sex(2, 1, true, false)"
|
||||
400,0,0,,(Masturbate your clitoris.),(You both masturbate and|tremble from the rising pleasure.),400,0,0,"Sex(1, 1, true, false)"
|
||||
400,0,0,,(Scissor rapidly.),(You scissor each other rapidly without pauses.|Feeling the sexual ecstasy rising quickly.),400,0,0,"Sex(2, 1, true, false)"
|
||||
400,0,0,,That's enough.|(Get up from bed.),Now? Oh common!|That was too quick.,400,0,0,LeaveBedFromSex()
|
||||
410,0,0,,(Take your breath.),(You both take your breath and relax.)|There's nothing better than sex.,420,0,0,AfterSex()
|
||||
410,0,0,,(Kiss her feet.),(You kiss her feet gently while she giggles.)|There's nothing better than sex.,420,0,-1,AfterSex()
|
||||
410,0,0,Common_ActorIsLover,I love you Sarah.,(She smiles and looks at you.)|I love you COMMON_PLAYERNAME.,420,1,0,AfterSex()
|
||||
410,0,0,,It was wonderful.,(She nods and rubs a little more.)|There's nothing better than sex.,420,1,0,AfterSex()
|
||||
410,0,0,,You're a good fuck.,(She nods.) I'm glad you enjoyed.|There's nothing better than sex.,420,0,1,AfterSex()
|
||||
410,0,0,,I'm speechless.,"Don't be, you can tell how you feel.|There's nothing better than sex.",420,-1,0,AfterSex()
|
||||
420,0,0,CanDateSarah,"Sarah, would you|be my girlfriend?","No, I'm a free bird, let's keep it simple.|(You need +20 love to date Sarah.)",420,0,0,TestLoveSarah()
|
||||
420,0,0,CanDateSarah,We could be more|than fuck friends.,"No, I'm a free bird, let's keep it simple.|(You need +20 love to date Sarah.)",420,0,0,TestLoveSarah()
|
||||
420,0,0,,All good things|must end I guess.,"Yeah, but we can do it again later.|(She winks at you as you both get up.)",900,0,0,OffBed()
|
||||
420,0,0,,(Stay silent and get up.),(You both stay silent and get up.),900,0,0,OffBed()
|
||||
420,0,0,Common_ActorIsOwned,Get off the bed slave.,Oh my! Of course Mistress.|(You both get up promptly.),900,0,0,OffBed()
|
||||
420,0,0,Common_ActorIsLover,Would you like to sleep|like that with me?,"Sure sexy, it would be really|cool to sleep naked in your arms.",430,0,0,
|
||||
430,0,0,,Sleep with Sarah.|(End the day.),,430,0,0,"EndChapter(""Lover"")"
|
||||
430,0,0,,Maybe later my love.|(Get up from bed.),Oh yes! The night is young.,900,0,0,OffBed()
|
||||
900,0,0,,(Back to the dorm.),,900,0,0,BackToDorm()
|
||||
|
|
|
|
@ -1,6 +0,0 @@
|
|||
Tag,Content
|
||||
LayNaked,Du legst dich bequem auf das Bett um zu masturbieren.
|
||||
StripNaked,Du ziehst dich aus und legst dich auf das Bett, um zu masturbieren.
|
||||
Chaste,Du versuchst einen Finger in den Gurt zu kriegen,|aber du schaffst es nicht dich zu befriedigen.
|
||||
NotInTheMood,"Du versuhst zu masturbieren, jedoch bist du|nicht mehr inder Stimmungung dafür, gib es etwas Zeit."
|
||||
GettingClose,"Du stöhnst un zitterst, du fühlst dich|als wärst du am Rande eines Orgasmus."
|
Can't render this file because it has a wrong number of fields in line 3.
|
|
@ -14,23 +14,22 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
0,0,0,IsGagged,Ooogn mnog!,Dorm.jpg
|
||||
10,0,0,,,Dorm.jpg
|
||||
20,0,0,,,Dorm.jpg
|
||||
100,0,0,,(She nods happily.)|You're also so sexy.,Dorm.jpg
|
||||
100,0,0,Common_ActorIsOwned,(She nods happily.) Thanks Mistress.|And you're the sexiest woman I know.,Dorm.jpg
|
||||
105,0,0,,,Dorm.jpg
|
||||
106,0,0,,,Dorm.jpg
|
||||
107,0,0,,,Dorm.jpg
|
||||
110,0,0,,,Dorm.jpg
|
||||
111,0,0,,,Dorm.jpg
|
||||
112,0,0,,,Dorm.jpg
|
||||
100,0,0,,Oh yes! Having sex would be great.|We do it right here in your room?,Dorm.jpg
|
||||
100,0,0,Common_ActorIsLover,Oh yes my sexy lover.,Dorm.jpg
|
||||
100,0,0,Common_ActorIsOwned,Yes Mistress.,Dorm.jpg
|
||||
110,0,0,,(You both get up from bed.)|You would like to date me?,Dorm.jpg
|
||||
110,0,0,Common_ActorIsOwned,"(You both get up from bed and stretch.)|Mistress, you would like to date me?",Dorm.jpg
|
||||
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
|
||||
141,0,0,,,Dorm.jpg
|
||||
142,0,0,,,Dorm.jpg
|
||||
143,0,0,,,Dorm.jpg
|
||||
144,0,0,,,StartDating.jpg
|
||||
150,0,0,,,Dorm.jpg
|
||||
160,0,0,,,StartDating.jpg
|
||||
170,0,0,,,Dorm.jpg
|
||||
151,0,0,,,Dorm.jpg
|
||||
152,0,0,,,Dorm.jpg
|
||||
153,0,0,,,StartDating.jpg
|
||||
190,0,0,,,Dorm.jpg
|
||||
191,0,0,,,Dorm.jpg
|
||||
192,0,0,,,StopDating.jpg
|
||||
|
@ -91,9 +90,6 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
640,0,0,,,Dorm.jpg
|
||||
641,0,0,,,Dorm.jpg
|
||||
642,0,0,,,DormOrgasm.jpg
|
||||
650,0,0,,Oh yes! Having sex would be great.|We do it right here in your room?,Dorm.jpg
|
||||
650,0,0,Common_ActorIsLover,Yes sexy.,Dorm.jpg
|
||||
650,0,0,Common_ActorIsOwned,Yes Mistress.,Dorm.jpg
|
||||
700,0,0,,Why is piggy here?|(She points at Sidney.),Dorm.jpg
|
||||
700,0,0,Common_ActorIsLover,Hey sexy. Why is piggy here?|(She points and stares at Sidney.),Dorm.jpg
|
||||
700,0,0,Common_ActorIsOwned,"Mistress, why is piggy here?",Dorm.jpg
|
||||
|
|
|
|
@ -231,7 +231,7 @@ function C012_AfterClass_Sarah_TestSex() {
|
|||
if (!ActorIsChaste()) {
|
||||
var LoveChance = ActorGetValue(ActorLove) + PlayerGetSkillLevel("Seduction") * 2;
|
||||
if ((LoveChance >= 12) || Common_ActorIsLover || Common_ActorIsOwned) {
|
||||
C012_AfterClass_Sarah_CurrentStage = 650;
|
||||
C012_AfterClass_Sarah_CurrentStage = 100;
|
||||
OverridenIntroText = "";
|
||||
}
|
||||
} else OverridenIntroText = GetText("UnlockBeltBeforeSex");
|
||||
|
@ -239,21 +239,6 @@ function C012_AfterClass_Sarah_TestSex() {
|
|||
} else C012_AfterClass_Sarah_GaggedAnswer();
|
||||
}
|
||||
|
||||
// Chapter 12 After Class - Sarah can be dated at +20 love
|
||||
function C012_AfterClass_Sarah_TestLove() {
|
||||
if (!ActorIsGagged()) {
|
||||
if (!ActorIsRestrained() && !Common_PlayerRestrained) {
|
||||
if (!Common_PlayerNaked && (ActorGetValue(ActorCloth) != "Naked")) {
|
||||
if (ActorGetValue(ActorLove) >= 20) {
|
||||
ActorSetPose("");
|
||||
C012_AfterClass_Sarah_CurrentStage = 100;
|
||||
OverridenIntroText = "";
|
||||
}
|
||||
} else OverridenIntroText = GetText("CantDateWhileNaked");
|
||||
} else OverridenIntroText = GetText("CantDateWhileRestrained");
|
||||
} else C012_AfterClass_Sarah_GaggedAnswer();
|
||||
}
|
||||
|
||||
// Chapter 12 After Class - Sarah can be dominated at +20 submission
|
||||
function C012_AfterClass_Sarah_TestDomme() {
|
||||
if (!ActorIsGagged()) {
|
||||
|
@ -699,3 +684,11 @@ function C012_AfterClass_Sarah_TestBondageClub() {
|
|||
}
|
||||
} else C012_AfterClass_Sarah_GaggedAnswer();
|
||||
}
|
||||
|
||||
// Chapter 12 After Class - Test if Amanda will try to prevent the player from dating Sarah
|
||||
function C012_AfterClass_Sarah_AmandaPreventDatingSarah() {
|
||||
if (!ActorSpecificIsRestrained("Amanda") && C012_AfterClass_Dorm_Guest.indexOf("Amanda")) {
|
||||
C012_AfterClass_Sarah_CurrentStage = 150;
|
||||
OverridenIntroText = GetText("AmandaPreventDatingSarah");
|
||||
}
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
||||
0,5,0,!Common_ActorIsLover,You look so|pretty Sarah.,"Thanks, I also love your looks.|(You need +20 love to date Sarah.)",0,0,0,TestLove()
|
||||
0,0,0,,We need to talk.,What would you like to talk about?,0,0,0,TestTalk()
|
||||
0,0,5,IsRestrained,You really enjoy being|restrained don't you girl?,(She winks.) I'll never admit that Miss.|(You need +20 submission to collar Sarah.),0,0,0,TestDomme()
|
||||
0,0,-10,!BondageClubInvitationBySarah,Miss Sarah.|I admire you.,I think I know what you need girl.,0,0,0,TestSub()
|
||||
|
@ -7,7 +6,7 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
0,0,0,Common_PlayerGagged,@Om nnnuoogn mh!,Let me get my English-Mumble|dictionary. (She laughs out loud.),0,0,0,TestUnbind()
|
||||
0,0,0,Common_PlayerRestrained,(Struggle in|your restrains.),You're not getting out soon.|I love to see you struggle.,0,0,0,TestUnbind()
|
||||
0,0,0,,You should wear|something else.,I prefer to stay like that.,0,0,0,TestChange()
|
||||
0,0,0,SexAvail,Would you like to|make love with me?,"You're very direct. No, I'll pass.|Let's do something else alright?",0,0,0,TestSex()
|
||||
0,0,0,SexAvail,Would you like to|make love with me?,"No, I'm not in the mood for sex.|Let's do something else ok?",0,0,0,TestSex()
|
||||
0,0,0,PleasurePlayerAvail,"My submissive, you|will pleasure me now.",Pleasure you how Mistress?|(She gives you a curious look.),630,0,0,TestPleasurePlayer()
|
||||
0,0,0,!Common_PlayerRestrained,(Play with her.),(You take a step toward her.),10,0,0,
|
||||
10,5,0,!Common_PlayerGagged,(Kiss her.),(You get close to her and kiss her|on the lips while she moans silently.),10,0,0,Kiss()
|
||||
|
@ -26,63 +25,57 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
20,0,0,Common_ActorIsLover,About our relationship...,Y... Yes my love?|(She seems nervous.),190,0,0,
|
||||
20,0,0,,It's time for you|to leave my place.,You're expelling me from your dorm?,790,-1,1,
|
||||
20,0,0,,Never mind.,Very well. What would you like to do?,0,0,0,
|
||||
30,0,0,,Yes! Let's go!|(Go to the club.),"(Sorry, the Bondage Club isn't ready yet.)",30,0,0,
|
||||
30,0,0,,Yes! Let's go!|(Go to the club.),(The Bondage Club will be available|in another version of the game.),30,0,0,
|
||||
30,0,0,,"Not yet, let me|pack my stuff.","Ok, but be quick, we might|get punished if we're late.",0,0,0,
|
||||
100,0,0,,Do you have|a loved one?,I do... I mean I don't...|I don't have a loved one.,110,0,0,TestRelationship()
|
||||
100,0,0,,Do you have|a boyfriend?,"A girl... A boy... Boyfriend?|No, I don't have a boyfriend.",110,0,0,TestRelationship()
|
||||
100,0,0,,Do you have|a girlfriend?,I do... I mean I don't...|I don't have a girlfriend.,110,0,0,TestRelationship()
|
||||
105,0,0,,"Yes, I'm lucky.","Yes, you're very lucky. If only she|could understand what she means to me.",107,0,0,
|
||||
105,0,0,,You'll find someone.,Maybe I will. If only she could|understand what she means to me.,107,0,0,
|
||||
105,0,0,Common_ActorIsOwned,I would rather|date you.,"Mistress, you could break up with her.|We can't date if you're seeing someone.",106,0,0,
|
||||
105,0,0,!Common_ActorIsOwned,I would rather|date you.,Then be honest and break up first.|We can't date if you're seeing someone.,106,0,0,
|
||||
106,0,0,,"Yes, I'll do that.",Great! Let me know when it's done.,0,0,0,
|
||||
106,0,0,,I'll think about it.,Very well. Let me know when it's done.,0,0,0,
|
||||
106,0,0,,I can't do that.,"It's fine, I think I understand.|Let's talk about something else.",0,0,0,
|
||||
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'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,
|
||||
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.)|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,
|
||||
120,0,0,,Why can't|you tell her?,I've tried before. Trust me.|But there's never a good moment.,121,0,0,
|
||||
120,0,0,,Tell her!,I've tried before. Trust me.|But there's never a good moment.,121,0,0,
|
||||
120,0,0,,Forget her.,I know... I can't... I'm sorry.|Let's talk about something else.,0,0,0,
|
||||
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.,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 Amanda.|(Kiss and date her.),(You join in a loving embrace for a long|and passionate 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()
|
||||
160,0,0,AllowSexAfterDate,I want to make|love with you.,Oh yes my love. (You both strip|naked and look at each other body.),170,1,0,BothNaked()
|
||||
160,0,0,,I'm so happy!,I'm also very happy my love.|What should we do now?,0,1,0,
|
||||
160,0,0,,I can't wait to|tell my friends.,Please let me talk to Sarah first.|What should we do now?,0,-1,0,
|
||||
160,0,0,,We should|go out later.,We also could stay here for a nice|romantic evening. That's up to you.,0,0,0,
|
||||
170,0,0,,(Get in bed.),,0,0,0,MakeLove()
|
||||
170,0,0,,(Push her on the bed.),,0,0,1,MakeLove()
|
||||
170,0,0,!Common_ActorIsOwned,(Let her carry|you in bed.),,0,0,-1,MakeLove()
|
||||
100,0,0,,(Get in bed.),,0,0,0,MakeLove()
|
||||
100,0,0,,(Push her on the bed.),,0,0,0,MakeLove()
|
||||
100,0,0,!Common_ActorIsOwned,(Let her carry|you in bed.),,0,0,0,MakeLove()
|
||||
110,0,0,,Do you have|a boyfriend?,I don't. Amanda teases me from time|to time but I don't think she's serious.,120,0,0,
|
||||
110,0,0,,Do you have|a girlfriend?,I don't. Amanda teases me from time|to time but I don't think she's serious.,120,0,0,
|
||||
110,0,0,,Do you have|a loved one?,I don't. Amanda teases me from time|to time but I don't think she's serious.,120,0,0,
|
||||
120,0,0,,Do you love her?,Amy? Sure. She's my best friend.|But I love you also COMMON_PLAYERNAME.,130,0,0,
|
||||
120,0,0,,How come you two|are not together?,"Me and Amy? I don't know.|I love her, just as I love you.",130,0,0,
|
||||
120,0,0,,Do you love me?,Of course I love you.|It's the same for Amanda.,130,0,0,
|
||||
120,0,0,,Amanda loves you really|much. Go with her.,"Thanks, maybe I should ask her out.|What else could we do to have fun?",0,0,0,
|
||||
130,0,0,,So you love|both of us?,"I think so, this is confusing.",140,0,0,AmandaJoinForLove()
|
||||
130,0,0,,You need to|make your mind.,I need to choose now?|This is so confusing.,140,0,0,AmandaJoinForLove()
|
||||
130,0,0,,Listen to|your heart.,I need to choose now?|This is so confusing.,140,0,0,AmandaJoinForLove()
|
||||
130,0,0,,You don't have|to choose now.,"Very well, I'll think about that.|What else could we do to have fun?",0,0,0,
|
||||
140,0,0,,Kiss me Sarah.|(Try to kiss her.),(You surprise her with a kiss on the lips.)|You're a great kisser COMMON_PLAYERNAME.,141,0,0,
|
||||
140,0,0,,I love you Sarah.,I love you COMMON_PLAYERNAME.,141,0,0,
|
||||
140,0,0,,Date Amanda. Tell|her you love her.,"Thanks, maybe I should ask her out.|What else could we do to have fun?",0,0,0,
|
||||
140,0,0,,Shut up and|go see Amanda.,"Thanks, maybe I should ask her out.|What else could we do to have fun?",0,0,0,
|
||||
140,0,0,,Stay single.,Single girls have way more sex anyway.|What else could we do to have fun?,0,0,0,
|
||||
141,0,0,,I want to see|you happy.,I'm happy with you sexy.|You make me all wet.,142,0,0,
|
||||
141,0,0,,I want to make|you happy.,I'm happy with you sexy.|You make me all wet.,142,0,0,
|
||||
141,0,0,Common_ActorIsOwned,My little subbie girl.|You need to be happy.,I'm happy with you Mistress.|You make me all wet.,142,0,0,
|
||||
142,0,0,,Will you be|my girlfriend?,Yes! We can be kinky lovers.,143,0,0,
|
||||
142,0,0,,Will you date me?,Yes! We can be kinky lovers.,143,0,0,
|
||||
142,0,0,,Be my girlfriend.,Yes! We can be kinky lovers.,143,0,0,
|
||||
143,0,0,,I love you Sarah.|(Kiss and date her.),(You join in a long and loving kiss and grab|each other breast and pussy to celebrate.),144,3,0,StartDating()
|
||||
143,0,0,,Wait! I need some|more time to think.,"Sure, we'll make our minds after a few|more hundred orgasms. (She giggles.)",0,0,0,
|
||||
144,0,0,,Honey. I'm|horny again.,There's no time like the present!,100,0,-1,
|
||||
144,0,0,,Let's fuck again!,Oh yes my sexy lover!,100,0,0,
|
||||
144,0,0,Common_ActorIsOwned,My love slave.|Get in bed now.,Oh yes my lovely Mistress!,100,0,1,
|
||||
144,0,0,,I'm so happy!,Yes! There will be lots of love and sex.|What could we do to start our relationship?,0,1,0,
|
||||
144,0,0,,I can't wait to|tell my friends.,"Ok, but let me talk with Amanda first.|What could we do to have fun now?",0,-1,0,
|
||||
144,0,0,,We should|go out later.,Oh yeah! Well we might have to until|tomorrow for a romantic rendezvous.,0,0,0,
|
||||
150,0,0,,Kiss me Sarah.|(Try to kiss her.),(You surprise her with a kiss on the lips.)|You're a great kisser COMMON_PLAYERNAME.,151,0,0,
|
||||
150,0,0,,I love you Sarah.,I love you COMMON_PLAYERNAME.,151,0,0,
|
||||
150,0,0,,Date Amanda. Tell|her you love her.,,0,0,0,AmandaDatingScene()
|
||||
150,0,0,,Shut up and|go see Amanda.,,0,0,0,AmandaDatingScene()
|
||||
150,0,0,,Stay single.,Single girls have way more sex anyway.|What else could we do to have fun?,0,0,0,
|
||||
151,0,0,,Will you be|my girlfriend?,Yes! We can be kinky lovers.|(Amanda starts to cry and leaves.),152,0,0,AmandaLeave()
|
||||
151,0,0,,Will you date me?,Yes! We can be kinky lovers.|(Amanda starts to cry and leaves.),152,0,0,AmandaLeave()
|
||||
151,0,0,,Be my girlfriend.,Yes! We can be kinky lovers.|(Amanda starts to cry and leaves.),152,0,0,AmandaLeave()
|
||||
152,0,0,,I love you Sarah.|(Kiss and date her.),(You join in a long and loving kiss and grab|each other breast and pussy to celebrate.),153,3,0,StartDating()
|
||||
152,0,0,,Wait! I need some|more time to think.,"Sure, we'll make our minds after a few|more hundred orgasms. (She giggles.)",0,0,0,
|
||||
153,0,0,,Honey. I'm|horny again.,There's no time like the present!,100,0,-1,
|
||||
153,0,0,,Let's fuck again!,Oh yes my sexy lover!,100,0,0,
|
||||
153,0,0,Common_ActorIsOwned,My love slave.|Get in bed now.,Oh yes my lovely Mistress!,100,0,1,
|
||||
153,0,0,,I'm so happy!,Yes! There will be lots of love and sex.|What could we do to start our relationship?,0,1,0,
|
||||
153,0,0,,I can't wait to|tell my friends.,"Ok, but let me talk with Amanda first.|What could we do to have fun now?",0,-1,0,
|
||||
153,0,0,,We should|go out later.,Oh yeah! Well we might have to until|tomorrow for a romantic rendezvous.,0,0,0,
|
||||
190,0,0,,I... I... I lost my|train of thought.,(She still seems to worry.)|It's perfectly fine my love.,0,0,0,
|
||||
190,0,0,,I don't think it's|working between us.,(She gives you a sad look.)|Do you want to break up?,191,0,0,
|
||||
190,0,0,,I want to break up.,(She gives you a sad look.)|Really my love? It's the end?,191,0,0,
|
||||
|
@ -181,8 +174,8 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
380,0,0,,It will be so|much fun.,Great! That's a good attitude.|Let me know when you're ready.,0,0,0,"BondageClubInvite(""Love"")"
|
||||
380,0,0,,I hope I will|find an owner.,Great! That's the subbie spirit.|Let me know when you're ready.,0,0,0,"BondageClubInvite(""Sub"")"
|
||||
380,0,0,,I don't think I|will go tonight.,"That's cool, we can do|something else before I go.",0,0,0,
|
||||
400,0,0,BondageClubInvitationBySarah,(Nod yes slowly.)|(Go to the club.),"(Sorry, the Bondage Club isn't ready yet.)",400,0,0,
|
||||
400,0,0,BondageClubInvitationBySarah,Yes! Let's go!|(Go to the club.),"(Sorry, the Bondage Club isn't ready yet.)",400,0,0,
|
||||
400,0,0,BondageClubInvitationBySarah,(Nod yes slowly.)|(Go to the club.),(The Bondage Club will be available|in another version of the game.),400,0,0,
|
||||
400,0,0,BondageClubInvitationBySarah,Yes! Let's go!|(Go to the club.),(The Bondage Club will be available|in another version of the game.),400,0,0,
|
||||
400,0,0,Common_PlayerGagged,@UNGN MH NUUOGH!,(She giggles and leaves your dorm.),410,0,0,TestReleaseBeforeExit()
|
||||
400,0,0,Common_PlayerRestrained,Can you help me|before you go?,I'm sure you will find help.|(She leaves your dorm.),410,0,0,TestReleaseBeforeExit()
|
||||
400,0,0,!Common_ActorIsOwned,Have fun Sarah!,I will. (She leaves your dorm.),410,0,0,
|
||||
|
@ -276,9 +269,6 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
642,0,0,,I control when|you cum girl.,(She nods and takes her|breath while slowly standing up.),0,0,1,EndEnslaveAmanda()
|
||||
642,0,0,,(Give her a hug.),(You give her a warm hug|and help her to recover.),0,1,-1,EndEnslaveAmanda()
|
||||
642,0,0,,(Help her to recover.),(You help her to recover.),0,0,-1,EndEnslaveAmanda()
|
||||
650,0,0,,(Get in bed.),,0,0,0,MakeLove()
|
||||
650,0,0,,(Push her on the bed.),,0,0,0,MakeLove()
|
||||
650,0,0,!Common_ActorIsOwned,(Let her carry|you in bed.),,0,0,0,MakeLove()
|
||||
700,0,0,Common_ActorIsOwned,"Slave, I can bring|whoever I want.",(She jumps.) Of course Mistress.|What would you like to do?,0,-1,1,EndChat()
|
||||
700,0,0,,Sidney is a good friend.|Don't fight with her.,(She frowns.) Well she's not a friend|of mine. Can you ask her to leave?,701,-2,0,
|
||||
700,0,0,,You two are in a feud?,Yes. Can you ask her to leave?,701,-1,0,
|
||||
|
|
|
|
@ -59,3 +59,4 @@ AlreadyOwned,That's really sweet of you subbie girl.|But keep your praises for y
|
|||
ReleaseBeforeBondageClub,Yes! It's time to go downtown.|Can you release me please?
|
||||
ReleasePlayerForBondageClub,Yes! (She releases you quickly.)|Are you ready to go now?
|
||||
ReadyForBondageClub,Yes! Are you ready to go now?
|
||||
AmandaPreventDatingSarah,(Amanda joins the conversation.)|I must choose between you two?
|
||||
|
|
|
Loading…
Add table
Reference in a new issue