mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Chapter 12 - Amanda - Beta Version
Chapter 12 - Amanda - Beta Version
This commit is contained in:
parent
f378ba4d04
commit
b59dfc3f94
10 changed files with 46 additions and 26 deletions
BIN
C012_AfterClass/Amanda/AmandaArmbinderPleasurePlayer.jpg
Normal file
BIN
C012_AfterClass/Amanda/AmandaArmbinderPleasurePlayer.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 78 KiB |
BIN
C012_AfterClass/Amanda/AmandaCuffsPleasurePlayer.jpg
Normal file
BIN
C012_AfterClass/Amanda/AmandaCuffsPleasurePlayer.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 81 KiB |
BIN
C012_AfterClass/Amanda/AmandaPleasurePlayer.jpg
Normal file
BIN
C012_AfterClass/Amanda/AmandaPleasurePlayer.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 76 KiB |
BIN
C012_AfterClass/Amanda/AmandaRopePleasurePlayer.jpg
Normal file
BIN
C012_AfterClass/Amanda/AmandaRopePleasurePlayer.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 86 KiB |
|
@ -90,6 +90,8 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
633,0,0,,,Dorm.jpg
|
||||
634,0,0,,,Dorm.jpg
|
||||
635,0,0,,,Dorm.jpg
|
||||
636,0,0,,,Dorm.jpg
|
||||
637,0,0,,,Dorm.jpg
|
||||
640,0,0,,,Dorm.jpg
|
||||
641,0,0,,,Dorm.jpg
|
||||
642,0,0,,,DormOrgasm.jpg
|
||||
|
|
|
BIN
C012_AfterClass/Amanda/PlayerCloseUpOrgasm.jpg
Normal file
BIN
C012_AfterClass/Amanda/PlayerCloseUpOrgasm.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 62 KiB |
BIN
C012_AfterClass/Amanda/PlayerCollarCloseUpOrgasm.jpg
Normal file
BIN
C012_AfterClass/Amanda/PlayerCollarCloseUpOrgasm.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 63 KiB |
|
@ -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 != 3932) && (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 != 410) && (C012_AfterClass_Amanda_CurrentStage != 3932) && (C012_AfterClass_Amanda_CurrentStage != 635) && (C012_AfterClass_Amanda_CurrentStage != 636) && (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);
|
||||
|
@ -217,6 +217,15 @@ function C012_AfterClass_Amanda_Click() {
|
|||
|
||||
}
|
||||
|
||||
// Amanda can be restrained to pleasure the player on stage 633
|
||||
if ((C012_AfterClass_Amanda_CurrentStage <= 633) && (ClickInv != "") && (ClickInv != "Player") && !Common_PlayerRestrained && !ActorIsRestrained()) {
|
||||
if ((ClickInv == "Rope") || (ClickInv == "Cuffs") || (ClickInv == "Armbinder")) {
|
||||
ActorApplyRestrain(ClickInv);
|
||||
C012_AfterClass_Amanda_CalcParams();
|
||||
C012_AfterClass_Amanda_CurrentStage = 634;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Chapter 12 After Class - Amanda can make love with the player if (Love + seduction * 2) >= 12 or >= 25 on the next time or Amanda is the player girlfriend/submissive
|
||||
|
@ -684,7 +693,9 @@ function C012_AfterClass_Amanda_TestPleasurePlayer() {
|
|||
// Chapter 12 After Class - When Amanda starts pleasuring the player (starts to count at 2 with a vibrating egg)
|
||||
function C012_AfterClass_Amanda_StartPleasurePlayer() {
|
||||
PlayerClothes("Naked");
|
||||
if (ActorIsChaste()) OverridenIntroImage = "AmandaPleasurePlayerChastity.jpg";
|
||||
if (ActorHasInventory("Rope")) OverridenIntroImage = "AmandaRopePleasurePlayer.jpg";
|
||||
else if (ActorHasInventory("Cuffs")) OverridenIntroImage = "AmandaCuffsPleasurePlayer.jpg";
|
||||
else if (ActorHasInventory("Armbinder")) OverridenIntroImage = "AmandaArmbinderPleasurePlayer.jpg";
|
||||
else OverridenIntroImage = "AmandaPleasurePlayer.jpg";
|
||||
CurrentTime = CurrentTime + 50000;
|
||||
if (PlayerHasLockedInventory("VibratingEgg")) C012_AfterClass_Amanda_PleasurePlayerCount = 2;
|
||||
|
@ -707,9 +718,9 @@ function C012_AfterClass_Amanda_PleasurePlayer() {
|
|||
OverridenIntroText = GetText("OrgasmFromAmandaPleasure");
|
||||
ActorAddOrgasm();
|
||||
GameLogSpecificAddTimer(CurrentChapter, "Player", "NextPossibleOrgasm", PlayerHasLockedInventory("VibratingEgg") ? CurrentTime + 1800000 : CurrentTime + 3600000);
|
||||
if (ActorIsChaste()) OverridenIntroImage = "AmandaPleasurePlayerChastityOrgasm.jpg";
|
||||
else OverridenIntroImage = "AmandaPleasurePlayerOrgasm.jpg";
|
||||
C012_AfterClass_Amanda_CurrentStage = 634;
|
||||
if (PlayerHasLockedInventory("Collar")) OverridenIntroImage = "PlayerCollarCloseUpOrgasm.jpg";
|
||||
else OverridenIntroImage = "PlayerCloseUpOrgasm.jpg";
|
||||
C012_AfterClass_Amanda_CurrentStage = 636;
|
||||
C012_AfterClass_Amanda_PleasurePlayerCount = 0;
|
||||
C012_AfterClass_Amanda_PleasurePlayerSpeed = 0;
|
||||
} else {
|
||||
|
|
|
@ -10,7 +10,7 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
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,!Common_ActorIsOwner,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,PleasurePlayerAvail,"My submissive, you|will pleasure me now.",Pleasure you how Mistress?|(She gives you a nervous look.),630,0,0,TestPleasurePlayer()
|
||||
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()
|
||||
10,1,0,!Common_PlayerRestrained,(Tickle her.),"(You get closer and tickle her on the chest|while she laughs out loud, she seems to enjoy it.)",10,0,0,Tickle()
|
||||
|
@ -229,26 +229,33 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
610,0,0,,You cannot leave my|dorm room tonight.,Not even to get my toothbrush?|(She bows her head.) I will stay here.,0,0,0,"SetCurfew(""Stay"")"
|
||||
630,0,0,,Get naked first.,(She nods and slowly|strips down for you.),631,0,0,"ForceChangeActor(""Naked"")"
|
||||
630,0,0,,Strip girl.,(She nods and slowly|strips down for you.),631,0,0,"ForceChangeActor(""Naked"")"
|
||||
630,0,0,,Remove your clothes|my sexy subbie.,(She nods and slowly|strips down for you.),631,0,0,"ForceChangeActor(""Naked"")"
|
||||
630,0,0,,I've changed my mind.,Ok. What would you like to do Mistress?,0,0,0,EndEnslaveAmanda()
|
||||
631,0,0,,Come to my bed.|(Strip and get in bed.),(You strip down and pull her to the bed|where she kneels in front on you.),632,0,0,StartPleasurePlayer()
|
||||
631,0,0,,Get busy slave.|(Strip and get in bed.),(You strip down and pull her to the bed|where she kneels in front on you.),632,0,0,StartPleasurePlayer()
|
||||
631,0,0,,Come my lovely subbie.|(Strip and get in bed.),(You strip down and pull her to the bed|where she kneels in front on you.),632,0,0,StartPleasurePlayer()
|
||||
631,0,0,,I've changed my mind.,Ok. What would you like to do Mistress?,0,0,0,EndEnslaveAmanda()
|
||||
632,0,0,,Pleasure me|my subbie.,(She bends down near your pussy|and starts to lick it slowly.),633,0,0,
|
||||
632,0,0,,Lick slut!,(She bends down near your pussy|and starts to lick it slowly.),633,0,0,
|
||||
632,0,0,,You know|what to do.,(She bends down near your pussy|and starts to lick it slowly.),633,0,0,
|
||||
633,0,0,,(Let her pleasure you.),(You let Amanda pleasure you with her|mouth and slowly drift away in ecstasy.),633,0,0,PleasurePlayer()
|
||||
633,0,0,,That's enough!|(Stop everything.),(You push her back and stop everything.)|Did you enjoy Mistress? Did you have pleasure?,635,0,0,StopPleasureFromAmanda()
|
||||
633,0,0,,(Force her to|go faster.),(You grab her hair and force|her to speed up the rhythm.),633,0,0,PleasurePlayerSetSpeed(1)
|
||||
633,0,0,,(Force her to|go slower.),(You push her head and force|her to slow down the rhythm.),633,0,0,PleasurePlayerSetSpeed(-1)
|
||||
634,0,0,,Aaaaah! Stop slave!|(Stop everything.),(You push her back and stop everything.)|Did you enjoy Mistress? Did you have pleasure?,635,0,0,StopPleasureFromAmanda()
|
||||
634,0,0,,That's enough!|(Stop everything.),(You push her back and stop everything.)|Did you enjoy Mistress? Did you have pleasure?,635,0,0,StopPleasureFromAmanda()
|
||||
635,0,0,,It was wonderful.|I'm still shaking.,I'm very happy to hear you say that.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(2, -1)"
|
||||
635,0,0,,It was good.,I'm happy to hear you say that.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(1, 0)"
|
||||
635,0,0,,It was ok.,I'll do better next time Mistress.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(0, 0)"
|
||||
635,0,0,,With practice every day|it will become better.,Everyday Mistress? Oh my!|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(0, 1)"
|
||||
635,0,0,,I've had better.,I'm sorry to hear that Mistress.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(-1, 0)"
|
||||
635,0,0,,You need some|oral training.,I will train for you Mistress.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(-2, 1)"
|
||||
631,0,0,,You will pleasure me|here on your knees.,(She blushes.) Yes Mistress.|But can I please ask for a favor?,632,0,0,
|
||||
631,0,0,,Kneel bitch and|get to work.,(She frowns.) Yes Mistress.|But can I please ask for a favor?,632,0,0,
|
||||
632,0,0,,What favor?,Could you restrain me before we do it?|It's a pretty big fantasy that I have.,633,0,0,
|
||||
632,0,0,,Make it quick.,Could you restrain me before we do it?|It's a pretty big fantasy that I have.,633,0,0,
|
||||
632,0,0,,Sure my submissive.|What do you want?,Could you restrain me before we do it?|It's a pretty big fantasy that I have.,633,0,0,
|
||||
632,0,0,,No! Get to work.,"Yes, sorry Mistress. (Both naked, you get|her on her knees, licking your pussy.)",635,0,0,StartPleasurePlayer()
|
||||
633,0,0,,Of course I|can restrain you.,"Thanks Mistress, it means a lot to me.|(Use one of your items to restrain her.)",633,0,0,
|
||||
633,0,0,,"Sure, I can|strap your ass.","Thanks Mistress, it means a lot to me.|(Use one of your items to restrain her.)",633,0,0,
|
||||
633,0,0,,I don't want to do that.|Get on your knees girl.,"Yes, sorry Mistress. (Both naked, you get|her on her knees, licking your pussy.)",635,0,0,StartPleasurePlayer()
|
||||
633,0,0,,"No, let's forget|the whole thing.",Oh my! Very well Mistress.|What would you like to do?,0,0,0,EndEnslaveAmanda()
|
||||
634,0,0,,You know what|to do now.,"Oh! Yes Mistress. (Both naked, you get|her on her knees, licking your pussy.)",635,0,0,StartPleasurePlayer()
|
||||
634,0,0,,Get busy slave.,"Oh! Yes Mistress. (Both naked, you get|her on her knees, licking your pussy.)",635,0,0,StartPleasurePlayer()
|
||||
634,0,0,,Get on your knees|my lovely subbie.,"Oh! Yes Mistress. (Both naked, you get|her on her knees, licking your pussy.)",635,0,0,StartPleasurePlayer()
|
||||
635,0,0,,(Let her pleasure you.),(You let Amanda pleasure you with her|mouth and slowly drift away in ecstasy.),635,0,0,PleasurePlayer()
|
||||
635,0,0,,That's enough!|(Stop everything.),(You push her back and stop everything.)|Did you enjoy Mistress? Did you have pleasure?,637,0,0,StopPleasureFromAmanda()
|
||||
635,0,0,,(Force her to|go faster.),(You grab her hair and force|her to speed up the rhythm.),635,0,0,PleasurePlayerSetSpeed(1)
|
||||
635,0,0,,(Force her to|go slower.),(You push her head and force|her to slow down the rhythm.),635,0,0,PleasurePlayerSetSpeed(-1)
|
||||
636,0,0,,Aaaaah! Stop slave!|(Stop everything.),(You push her back and stop everything.)|Did you enjoy Mistress? Did you have pleasure?,637,0,0,StopPleasureFromAmanda()
|
||||
636,0,0,,That's enough!|(Stop everything.),(You push her back and stop everything.)|Did you enjoy Mistress? Did you have pleasure?,637,0,0,StopPleasureFromAmanda()
|
||||
637,0,0,,It was wonderful.|I'm still shaking.,I'm very happy to hear you say that.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(2, -1)"
|
||||
637,0,0,,It was good.,I'm happy to hear you say that.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(1, 0)"
|
||||
637,0,0,,It was ok.,I'll do better next time Mistress.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(0, 0)"
|
||||
637,0,0,,With practice every day|it will become better.,Everyday Mistress? Oh my!|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(0, 1)"
|
||||
637,0,0,,I've had better.,I'm sorry to hear that Mistress.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(-1, 0)"
|
||||
637,0,0,,You need some|oral training.,I will train for you Mistress.|What would you like to do now?,0,0,0,"EndPleasureFromAmanda(-2, 1)"
|
||||
640,0,0,!Common_PlayerGagged,(Kiss her.),(You kiss her lovingly while she|closes her eyes and moans slowly.),640,0,0,"Masturbate(1, false)"
|
||||
640,0,0,,(Massage her breast.),(She closes her eyes and shivers while|you cup and slowly massage her breast.),640,0,0,"Masturbate(1, false)"
|
||||
640,0,0,,(Pinch her nipple.),(She jumps from the pain and whimpers.|She shakes her head from left to right.),640,0,0,"Masturbate(-1, false)"
|
||||
|
|
|
|
@ -101,7 +101,7 @@ function C012_AfterClass_Sidney_Load() {
|
|||
// If there's a crossover between two actors
|
||||
if ((C012_AfterClass_Sidney_CurrentStage == 0) && !GameLogQuery(CurrentChapter, CurrentActor, "MetAmanda") && (C012_AfterClass_Dorm_Guest.indexOf("Amanda") >= 0) && !Common_PlayerRestrained && !Common_PlayerGagged && !ActorIsGagged()) {
|
||||
LeaveIcon = "";
|
||||
if (ActorGetValue(ActorCloth) == "Shorts") ActorSetPose("Point");
|
||||
if ((ActorGetValue(ActorCloth) == "Shorts") && !Common_ActorIsOwned) ActorSetPose("Point");
|
||||
else ActorSetPose("");
|
||||
C012_AfterClass_Sidney_CurrentStage = 700;
|
||||
GameLogAdd("MetAmanda");
|
||||
|
|
Loading…
Add table
Reference in a new issue