Chapter 7 - Sidney - Testing Phase
Chapter 7 - Sidney - Testing Phase
27
Actor.js
|
@ -32,6 +32,13 @@ function ActorGetValue(ValueType) {
|
|||
return Actor[L][ValueType];
|
||||
}
|
||||
|
||||
// Return a value from a specific actor data
|
||||
function ActorSpecificGetValue(SpecificActorName, ValueType) {
|
||||
for (var L = 0; L < Actor.length; L++)
|
||||
if (SpecificActorName == Actor[L][ActorName])
|
||||
return Actor[L][ValueType];
|
||||
}
|
||||
|
||||
// Change positively or negatively the current actor attitude toward the player
|
||||
function ActorChangeAttitude(LoveAttitude, SubAttitude) {
|
||||
|
||||
|
@ -45,6 +52,19 @@ function ActorChangeAttitude(LoveAttitude, SubAttitude) {
|
|||
|
||||
}
|
||||
|
||||
// Change positively or negatively a specific actor attitude toward the player
|
||||
function ActorSpecificChangeAttitude(SpecificActorName, LoveAttitude, SubAttitude) {
|
||||
|
||||
// If we need to make a change to the attitude, we apply it
|
||||
if ((LoveAttitude != 0) || (SubAttitude != 0))
|
||||
for (var L = 0; L < Actor.length; L++)
|
||||
if (SpecificActorName == Actor[L][ActorName]) {
|
||||
Actor[L][ActorLove] = Actor[L][ActorLove] + parseInt(LoveAttitude);
|
||||
Actor[L][ActorSubmission] = Actor[L][ActorSubmission] + parseInt(SubAttitude);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Add an orgasm to the actor count
|
||||
function ActorAddOrgasm() {
|
||||
for (var L = 0; L < Actor.length; L++)
|
||||
|
@ -92,6 +112,13 @@ function ActorAddInventory(NewInventory) {
|
|||
|
||||
}
|
||||
|
||||
// Add 1 to the bondage count of a specific actor
|
||||
function ActorSpecificAddBondage(SpecificActor) {
|
||||
for (var A = 0; A < Actor.length; A++)
|
||||
if (Actor[A][ActorName] == SpecificActor)
|
||||
Actor[A][ActorBondageCount]++;
|
||||
}
|
||||
|
||||
// Remove inventory from the current actor
|
||||
function ActorRemoveInventory(RemInventory) {
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EatAlone3,"Once your meal is over, you head back for your next class."
|
|||
EatAlone4,The next class will be available in another version.
|
||||
Evil1,You turn around with a grin while she struggles.
|
||||
Early1,"Tired or annoyed, you leave from your lunch break."
|
||||
EvilEarly2,You walk back to school alone and the bells ring.
|
||||
EvilEarly2,You walk back to the lockers and the bell rings.
|
||||
EvilEarly3,Hurry up! Better not be late for your next class.
|
||||
EvilEarly4,The next class will be available in another version.
|
||||
RegularBonus1,"The bell rings, and you both walk back to school."
|
||||
|
|
|
BIN
C007_LunchBreak/Sidney/AmandaBeated.jpg
Normal file
After ![]() (image error) Size: 61 KiB |
BIN
C007_LunchBreak/Sidney/AmandaBound.jpg
Normal file
After ![]() (image error) Size: 63 KiB |
BIN
C007_LunchBreak/Sidney/AmandaGone.jpg
Normal file
After ![]() (image error) Size: 90 KiB |
BIN
C007_LunchBreak/Sidney/AmandaGrabed.jpg
Normal file
After ![]() (image error) Size: 106 KiB |
BIN
C007_LunchBreak/Sidney/AmandaStripped.jpg
Normal file
After ![]() (image error) Size: 110 KiB |
BIN
C007_LunchBreak/Sidney/AmandaSurrounded.jpg
Normal file
After ![]() (image error) Size: 105 KiB |
|
@ -22,3 +22,32 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
170,0,0,,,SidneyPlayerPillory.jpg
|
||||
180,0,0,,,SidneyPlayerBasement.jpg
|
||||
200,0,0,,,SidneyPlayerLunch0.jpg
|
||||
210,0,0,,,SidneyPlayerLunch0.jpg
|
||||
220,0,0,,,SidneyPlayerLunch0.jpg
|
||||
230,0,0,,,SidneyPlayerLunch0.jpg
|
||||
240,0,0,,,SidneyPlayerLunch0.jpg
|
||||
250,0,0,,,SidneyPlayerLunch0.jpg
|
||||
260,0,0,,,SidneyPlayerLunch0.jpg
|
||||
270,0,0,,,SidneyPlayerLunch0.jpg
|
||||
280,0,0,,,SidneyPlayerLunch0.jpg
|
||||
290,0,0,,,SidneyPlayerLunch0.jpg
|
||||
300,0,0,,,SidneySmoke.jpg
|
||||
310,0,0,,,PlayerSmoke.jpg
|
||||
320,0,0,,,SidneySmoke.jpg
|
||||
330,0,0,,,SidneyPlayerSmokeSit.jpg
|
||||
340,0,0,,,SidneySit.jpg
|
||||
350,0,0,,,SidneySit.jpg
|
||||
400,0,0,,,SidneyPlayerSmokeSit.jpg
|
||||
410,0,0,,,AmandaSurrounded.jpg
|
||||
420,0,0,,,AmandaGrabed.jpg
|
||||
430,0,0,,,AmandaStripped.jpg
|
||||
440,0,0,,,AmandaBeated.jpg
|
||||
450,0,0,,,AmandaBound.jpg
|
||||
490,0,0,,,AmandaGone.jpg
|
||||
500,0,0,,,SidneyPlayerSmokeSit.jpg
|
||||
510,0,0,,,SarahSurrounded.jpg
|
||||
520,0,0,,,SarahGrabed.jpg
|
||||
530,0,0,,,SarahStripped.jpg
|
||||
540,0,0,,,SarahBeated.jpg
|
||||
550,0,0,,,SarahBound.jpg
|
||||
590,0,0,,,SarahGone.jpg
|
||||
|
|
|
BIN
C007_LunchBreak/Sidney/PlayerSmoke.jpg
Normal file
After ![]() (image error) Size: 107 KiB |
BIN
C007_LunchBreak/Sidney/SarahBeated.jpg
Normal file
After ![]() (image error) Size: 92 KiB |
BIN
C007_LunchBreak/Sidney/SarahBound.jpg
Normal file
After ![]() (image error) Size: 96 KiB |
BIN
C007_LunchBreak/Sidney/SarahGone.jpg
Normal file
After ![]() (image error) Size: 118 KiB |
BIN
C007_LunchBreak/Sidney/SarahGrabed.jpg
Normal file
After ![]() (image error) Size: 128 KiB |
BIN
C007_LunchBreak/Sidney/SarahStripped.jpg
Normal file
After ![]() (image error) Size: 120 KiB |
BIN
C007_LunchBreak/Sidney/SarahSurrounded.jpg
Normal file
After ![]() (image error) Size: 123 KiB |
|
@ -2,6 +2,16 @@ var C007_LunchBreak_Sidney_CurrentStage = 0;
|
|||
var C007_LunchBreak_Sidney_MatchCount = 0; // At 4 or more, there's a good match
|
||||
var C007_LunchBreak_Sidney_IntroText = "";
|
||||
var C007_LunchBreak_Sidney_LeaveIcon = "";
|
||||
var C007_LunchBreak_Sidney_AllowSmoke = false;
|
||||
var C007_LunchBreak_Sidney_CuteRemarkDone = false;
|
||||
var C007_LunchBreak_Sidney_IsRoped = false;
|
||||
var C007_LunchBreak_Sidney_IsGagged = false;
|
||||
var C007_LunchBreak_Sidney_IsBoundAndGagged = false;
|
||||
var C007_LunchBreak_Sidney_TwoRopes = false;
|
||||
var C007_LunchBreak_Sidney_ConfirmEvil = false;
|
||||
var C007_LunchBreak_Sidney_MasturbateCount = 0;
|
||||
var C007_LunchBreak_Sidney_HateAmanda = false;
|
||||
var C007_LunchBreak_Sidney_HateSarah = false;
|
||||
|
||||
// Calculates the screen parameters
|
||||
function C007_LunchBreak_Sidney_CalcParams() {
|
||||
|
@ -17,6 +27,20 @@ function C007_LunchBreak_Sidney_CalcParams() {
|
|||
OveridenIntroImage = "SidneyPlayerLunch" + Img + ".jpg";
|
||||
}
|
||||
|
||||
// At 340 & 350 the player can restrain Sidney while she's stoned
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) || (C007_LunchBreak_Sidney_CurrentStage == 350)) {
|
||||
var Img = "";
|
||||
if (ActorHasInventory("Rope") && !C007_LunchBreak_Sidney_TwoRopes) Img = Img + "Rope";
|
||||
if (ActorHasInventory("Rope") && C007_LunchBreak_Sidney_TwoRopes) Img = Img + "TwoRopes";
|
||||
if (ActorHasInventory("Cuffs")) Img = Img + "Cuffs";
|
||||
if (ActorHasInventory("Ballgag")) Img = Img + "Ballgag";
|
||||
if (ActorHasInventory("TapeGag")) Img = Img + "TapeGag";
|
||||
OveridenIntroImage = "SidneySit" + Img + ".jpg";
|
||||
}
|
||||
|
||||
// Keep the status of Sindey
|
||||
C007_LunchBreak_Sidney_IsBoundAndGagged = ((ActorHasInventory("Rope") || ActorHasInventory("Cuffs")) && (ActorHasInventory("Ballgag") || ActorHasInventory("TapeGag")));
|
||||
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Load
|
||||
|
@ -30,12 +54,20 @@ function C007_LunchBreak_Sidney_Load() {
|
|||
// If the player is submissive toward Sidney, she will get bullied
|
||||
if ((ActorGetValue(ActorLove) <= 4) && (ActorGetValue(ActorSubmission) <= -2)) C007_LunchBreak_Sidney_CurrentStage = 100;
|
||||
|
||||
// If Sidney had the egg from before chapter 7, there's a special intro
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 0) && ActorHasInventory("VibratingEgg"))
|
||||
OveridenIntroText = GetText("IntroEgg");
|
||||
|
||||
// If we must put the previous text back
|
||||
if ((C007_LunchBreak_Sidney_IntroText != "") && (C007_LunchBreak_Sidney_CurrentStage > 0)) {
|
||||
OveridenIntroText = C007_LunchBreak_Sidney_IntroText;
|
||||
LeaveIcon = C007_LunchBreak_Sidney_LeaveIcon;
|
||||
}
|
||||
|
||||
// Special events if the player doesn't like Amanda or Sarah
|
||||
C007_LunchBreak_Sidney_HateAmanda = (ActorSpecificGetValue("Amanda", ActorLove) < 0);
|
||||
C007_LunchBreak_Sidney_HateSarah = (ActorSpecificGetValue("Sarah", ActorLove) < 0);
|
||||
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Run
|
||||
|
@ -55,6 +87,77 @@ function C007_LunchBreak_Sidney_Click() {
|
|||
InventoryClick(ClickInv, CurrentChapter, CurrentScreen);
|
||||
}
|
||||
|
||||
// When the user wants to use a second rope
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "Rope") && ActorHasInventory("Rope") && !ActorHasInventory("Cuffs") && !C007_LunchBreak_Sidney_TwoRopes) {
|
||||
OveridenIntroText = GetText("SecondRope");
|
||||
PlayerRemoveInventory("Rope", 1);
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
C007_LunchBreak_Sidney_TwoRopes = true;
|
||||
}
|
||||
|
||||
// When the user wants to use the rope
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "Rope") && !ActorHasInventory("Rope") && !ActorHasInventory("Cuffs")) {
|
||||
OveridenIntroText = GetText("FirstRope");
|
||||
ActorAddInventory("Rope");
|
||||
PlayerRemoveInventory("Rope", 1);
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
C007_LunchBreak_Sidney_IsRoped = true;
|
||||
}
|
||||
|
||||
// When the user wants to use the cuffs
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "Cuffs") && !ActorHasInventory("Rope") && !ActorHasInventory("Cuffs")) {
|
||||
OveridenIntroText = GetText("Cuffs");
|
||||
ActorAddInventory("Cuffs");
|
||||
PlayerRemoveInventory("Cuffs", 1);
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
|
||||
// When the user wants to use the ballgag
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "Ballgag") && !ActorHasInventory("Ballgag")) {
|
||||
OveridenIntroText = GetText("Ballgag");
|
||||
ActorRemoveInventory("TapeGag");
|
||||
ActorAddInventory("Ballgag");
|
||||
PlayerRemoveInventory("Ballgag", 1);
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
C007_LunchBreak_Sidney_IsGagged = true;
|
||||
}
|
||||
|
||||
// When the user wants to use the tape gag
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "TapeGag") && !ActorHasInventory("TapeGag")) {
|
||||
OveridenIntroText = GetText("TapeGag");
|
||||
C007_LunchBreak_Sidney_Ungag();
|
||||
ActorAddInventory("TapeGag");
|
||||
PlayerRemoveInventory("TapeGag", 1);
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
C007_LunchBreak_Sidney_IsGagged = true;
|
||||
}
|
||||
|
||||
// When the user wants to use the cuffs keys
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "CuffsKey") && ActorHasInventory("Cuffs")) {
|
||||
OveridenIntroText = GetText("Uncuff");
|
||||
ActorRemoveInventory("Cuffs");
|
||||
PlayerAddInventory("Cuffs", 1);
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
|
||||
// When the user wants to use the crop
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "Crop")) {
|
||||
OveridenIntroText = GetText("Crop");
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
|
||||
// When the user wants to use the egg
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "VibratingEgg") && !ActorHasInventory("VibratingEgg")) {
|
||||
OveridenIntroText = GetText("VibratingEgg");
|
||||
ActorAddInventory("VibratingEgg");
|
||||
PlayerRemoveInventory("VibratingEgg", 1);
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
|
||||
// When the user wants to use the collar (+20 submission and a ceremony is required)
|
||||
if ((C007_LunchBreak_Sidney_CurrentStage == 340) && (ClickInv == "Collar") && !ActorHasInventory("Collar"))
|
||||
OveridenIntroText = GetText("Collar");
|
||||
|
||||
// Recalculates the scene parameters
|
||||
C007_LunchBreak_Sidney_CalcParams();
|
||||
|
||||
|
@ -111,6 +214,89 @@ function C007_LunchBreak_Sidney_BadMatch() {
|
|||
C007_LunchBreak_Sidney_CalcParams();
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Eat Meal (Spend 20 minutes)
|
||||
function C007_LunchBreak_Sidney_EatMeal() {
|
||||
CurrentTime = CurrentTime + 1200000;
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney - Check for smoking with her
|
||||
function C007_LunchBreak_Sidney_CheckForSmoke() {
|
||||
if (C007_LunchBreak_Sidney_MatchCount >= 4) {
|
||||
C007_LunchBreak_Sidney_AllowSmoke = true;
|
||||
OveridenIntroText = GetText("InviteWeed");
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Smoke (1 minute)
|
||||
function C007_LunchBreak_Sidney_Smoke() {
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Remove Clothes
|
||||
function C007_LunchBreak_Sidney_RemoveClothes() {
|
||||
if (ActorGetValue(ActorLove) >= 8) {
|
||||
OveridenIntroText = GetText("StripLove");
|
||||
C007_LunchBreak_Sidney_CurrentStage = 340;
|
||||
}
|
||||
if (ActorGetValue(ActorSubmission) >= 8) {
|
||||
OveridenIntroText = GetText("StripSub");
|
||||
C007_LunchBreak_Sidney_CurrentStage = 340;
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Cute Remark
|
||||
function C007_LunchBreak_Sidney_CuteRemark() {
|
||||
if (C007_LunchBreak_Sidney_CuteRemarkDone == false) {
|
||||
C007_LunchBreak_Sidney_CuteRemarkDone = true;
|
||||
ActorChangeAttitude(1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Untie
|
||||
function C007_LunchBreak_Sidney_Untie() {
|
||||
if (ActorHasInventory("Rope")) {
|
||||
ActorRemoveInventory("Rope");
|
||||
PlayerAddInventory("Rope", 1);
|
||||
if (C007_LunchBreak_Sidney_TwoRopes) {
|
||||
PlayerAddInventory("Rope", 1);
|
||||
C007_LunchBreak_Sidney_TwoRopes = false;
|
||||
}
|
||||
C007_LunchBreak_Sidney_IsRoped = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Ungag
|
||||
function C007_LunchBreak_Sidney_Ungag() {
|
||||
ActorRemoveInventory("TapeGag");
|
||||
if (ActorHasInventory("Ballgag")) {
|
||||
ActorRemoveInventory("Ballgag");
|
||||
PlayerAddInventory("Ballgag", 1);
|
||||
}
|
||||
C007_LunchBreak_Sidney_IsGagged = false;
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Release
|
||||
function C007_LunchBreak_Sidney_Release() {
|
||||
C007_LunchBreak_Sidney_Untie();
|
||||
C007_LunchBreak_Sidney_Ungag();
|
||||
if (ActorHasInventory("Cuffs")) {
|
||||
ActorRemoveInventory("Cuffs");
|
||||
PlayerAddInventory("Cuffs", 1);
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Masturbate
|
||||
function C007_LunchBreak_Sidney_Masturbate() {
|
||||
C007_LunchBreak_Sidney_MasturbateCount++;
|
||||
if (C007_LunchBreak_Sidney_MasturbateCount == 3) {
|
||||
C007_LunchBreak_Sidney_CurrentStage = "350";
|
||||
OveridenIntroText = GetText("ReadyForOrgasm");
|
||||
} else {
|
||||
if (ActorGetValue(ActorLove) >= ActorGetValue(ActorSubmission)) OveridenIntroText = GetText("MasturbateLove");
|
||||
else OveridenIntroText = GetText("MasturbateSub");
|
||||
}
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Evil End Chapter (Leave her bound and gagged)
|
||||
function C007_LunchBreak_Sidney_EvilEnd() {
|
||||
if (C007_LunchBreak_Sidney_ConfirmEvil) {
|
||||
|
@ -124,7 +310,44 @@ function C007_LunchBreak_Sidney_EvilEnd() {
|
|||
}
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Orgasm
|
||||
function C007_LunchBreak_Sidney_Orgasm() {
|
||||
ActAddOrgasm();
|
||||
C007_LunchBreak_ActorSelect_BonusDone = true;
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney No Orgasm
|
||||
function C007_LunchBreak_Sidney_NoOrgasm() {
|
||||
CurrentTime = CurrentTime + 60000;
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney Start Beat Up - adds 5 minutes and cancels the bonus
|
||||
function C007_LunchBreak_Sidney_StartBeatUp() {
|
||||
C007_LunchBreak_ActorSelect_BonusDone = false;
|
||||
CurrentTime = CurrentTime + 300000;
|
||||
}
|
||||
|
||||
// Chapter 7 - Tie Up Amanda or Sarah
|
||||
function C007_LunchBreak_Sidney_TieUp(TieUpActor) {
|
||||
ActorSpecificAddBondage(TieUpActor);
|
||||
}
|
||||
|
||||
// Chapter 7 - Beat Up Amanda or Sarah
|
||||
function C007_LunchBreak_Sidney_BeatUp(BeatUpActor) {
|
||||
ActorSpecificChangeAttitude(BeatUpActor, -1, 1);
|
||||
}
|
||||
|
||||
// Chapter 7 - Crime Stranded (When the player leaves Amanda or Sarah bound and gagged in Sidney's chapter)
|
||||
function C007_LunchBreak_Sidney_CrimeStranded(CrimeActor) {
|
||||
Common_PlayerCrime = CrimeActor + "Stranded";
|
||||
C007_LunchBreak_ActorSelect_EvilEnding = true;
|
||||
ActorSpecificChangeAttitude(CrimeActor, -3, 1);
|
||||
C007_LunchBreak_Sidney_EndChapter();
|
||||
}
|
||||
|
||||
// Chapter 7 - Sidney End Chapter
|
||||
function C007_LunchBreak_Sidney_EndChapter() {
|
||||
C007_LunchBreak_Sidney_Release();
|
||||
SetScene(CurrentChapter, "Outro");
|
||||
}
|
BIN
C007_LunchBreak/Sidney/SidneyPlayerLunch0.jpg
Normal file
After ![]() (image error) Size: 67 KiB |
BIN
C007_LunchBreak/Sidney/SidneyPlayerLunch1.jpg
Normal file
After ![]() (image error) Size: 71 KiB |
BIN
C007_LunchBreak/Sidney/SidneyPlayerLunch2.jpg
Normal file
After ![]() (image error) Size: 68 KiB |
BIN
C007_LunchBreak/Sidney/SidneyPlayerSmokeSit.jpg
Normal file
After ![]() (image error) Size: 91 KiB |
BIN
C007_LunchBreak/Sidney/SidneySit.jpg
Normal file
After ![]() (image error) Size: 67 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitBallgag.jpg
Normal file
After ![]() (image error) Size: 68 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitCuffs.jpg
Normal file
After ![]() (image error) Size: 65 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitCuffsBallgag.jpg
Normal file
After ![]() (image error) Size: 66 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitCuffsTapeGag.jpg
Normal file
After ![]() (image error) Size: 65 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitRope.jpg
Normal file
After ![]() (image error) Size: 69 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitRopeBallgag.jpg
Normal file
After ![]() (image error) Size: 70 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitRopeTapeGag.jpg
Normal file
After ![]() (image error) Size: 69 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitTapeGag.jpg
Normal file
After ![]() (image error) Size: 67 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitTwoRopes.jpg
Normal file
After ![]() (image error) Size: 72 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitTwoRopesBallgag.jpg
Normal file
After ![]() (image error) Size: 73 KiB |
BIN
C007_LunchBreak/Sidney/SidneySitTwoRopesTapeGag.jpg
Normal file
After ![]() (image error) Size: 72 KiB |
BIN
C007_LunchBreak/Sidney/SidneySmoke.jpg
Normal file
After ![]() (image error) Size: 108 KiB |
|
@ -7,11 +7,11 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
10,0,0,,Are there theives|in this college?,They would be insane to steal from me.|Now can you give me some money?,20,0,0,
|
||||
10,0,5,,Stop worrying girl.|I'll buy you lunch.,"Miss? You will? That's really great.|I'm ready when you are, do we leave now?",30,0,1,
|
||||
10,5,0,,Come with me friend.|I'll buy your lunch.,"Really? That's fucking awesome.|I'm ready to go, do we leave now?",30,1,0,
|
||||
10,0,0,,You will survive|skipping a meal.,Fuck you bitch!|(She walks away.),90,-1,0,
|
||||
10,0,0,,You will survive|skipping a meal.,Fuck you bitch!|(She walks away.),90,-1,0,EndLunch()
|
||||
10,0,0,,I saw a blond girl|running with a purse.,(She charges like a bull in the hallway.)|SAAAAAAARRRRRRRAAAAAHHH!!!,90,1,0,EndLunch()
|
||||
20,0,0,,Go beg elsewhere.,Fuck you bitch!|(She walks away.),90,-1,1,
|
||||
20,0,0,,"Sorry, I'm broke.","Shit, shit, shit!|(She walks away.)",90,0,0,
|
||||
20,0,0,,Have some money.|(Give money to Sidney.),Thanks sucker!|(She grabs your money and runs.),90,1,-1,
|
||||
20,0,0,,Go beg elsewhere.,Fuck you bitch!|(She walks away.),90,-1,1,EndLunch()
|
||||
20,0,0,,"Sorry, I'm broke.","Shit, shit, shit!|(She walks away.)",90,0,0,EndLunch()
|
||||
20,0,0,,Have some money.|(Give money to Sidney.),Thanks sucker!|(She grabs your money and runs.),90,1,-1,EndLunch()
|
||||
20,0,5,,Stop worrying girl.|I'll buy you lunch.,"Miss? You will? That's really great.|I'm ready when you are, do we leave now?",30,0,1,
|
||||
20,5,0,,Come with me friend.|I'll buy your lunch.,"Really? That's fucking awesome.|I'm ready to go, do we leave now?",30,1,0,
|
||||
30,0,0,,Let's go now!|(Eat with Sidney.),You walk pretty fast to a restaurant nearby.|Sidney quickly picks a table and seems really hungry.,200,0,0,StartLunch()
|
||||
|
@ -104,3 +104,65 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
290,0,0,AllowSmoke,"Sure, let's go smoke.|(Go smoke with her.)",(You both walk to a recluded corner and|she lights up what looks like a joint.),300,0,0,
|
||||
290,0,0,AllowSmoke,"Sorry, I don't smoke.|(Back to college.)",,0,0,0,EndChapter()
|
||||
290,0,0,!AllowSmoke,Let's go back.|(Back to college.),,0,0,0,EndChapter()
|
||||
300,0,0,,Can I have some?|(Smoke with her.),Sure! (She smokes a big puff|and shares the joint with you.),310,1,0,Smoke()
|
||||
300,0,0,,"Smoke it, I don't care.|(Don't smoke with her.)",You only smoke cigarettes then?|(She takes three big puffs of her joint.),320,-1,0,Smoke()
|
||||
300,0,0,,Gimme that joint!|(Smoke with her.),Here you go. (She|passes the joint to you.),310,1,1,Smoke()
|
||||
300,0,0,,Smoking is bad for you.|(Don't smoke with her.),What are you? A fucking police?|(She takes three big puffs of her joint.),320,-1,-1,Smoke()
|
||||
300,0,0,,Is it safe to smoke?|(Smoke with her.),Can't be safer. (She smokes a big|puff and shares the joint with you.),310,1,-1,Smoke()
|
||||
300,0,0,,No! This is illegal!|(Don't smoke with her.),You're such a pathetic loser.|(She takes three big puffs of her joint.),320,-2,-2,Smoke()
|
||||
310,0,0,,This is great!|(Smoke the joint.),Yep! Leave some for me though.|(You take a few puffs on the joint.),310,0,0,Smoke()
|
||||
310,0,0,,Thanks for that.|(Pass the joint.),(You pass the joint and she|takes three quick puffs on it.),320,0,0,Smoke()
|
||||
320,0,0,,How often do|you smoke weed?,Everyday! Best medecine against boredom.|(She smokes two puffs and sits down wasted.),330,0,0,Smoke()
|
||||
320,0,0,,"Careful, you'll be|stoned for class.",Don't you think I already know that?|(She smokes two puffs and sits down wasted.),330,0,-1,Smoke()
|
||||
320,0,0,,That's great! We need to|lunch together more often.,Fuck yeah! We can get stoned everyday.|(She smokes two puffs and sits down wasted.),330,1,0,Smoke()
|
||||
330,0,0,,Are you ok?,Oh hell yeah!|(She looks stoned.),330,0,0,
|
||||
330,0,0,,We should|skip school.,Oh yeah! Best idea ever!|(She giggles and stares blankly.),330,0,0,
|
||||
330,0,0,HateAmanda,Do you want to get|even with Amanda?,Fuck yeah! Let's do it now.|Will you help beat her up?,400,0,0,
|
||||
330,0,0,HateSarah,Do you want to get|even with Sarah?,Fuck yeah! Let's do it now.|Will you help beat her up?,500,0,0,
|
||||
330,0,0,,(Smoke with her.)|(1 minute),(You both share a puff and sit idly.),330,0,0,
|
||||
330,0,0,,(Stare at her.)|(1 minute),(You stare at her idly while|she smokes a puff in your face.),330,0,0,
|
||||
330,0,0,,(Remove her clothes.)|(1 minute),(She stares and pushes your hand away.)|(You need +8 love or submission to strip her.),330,0,0,RemoveClothes()
|
||||
330,0,0,,Let's go back.|(Back to college.),,0,0,0,EndChapter()
|
||||
340,0,0,!IsGagged,Are you ok?,Oh hell yeah!|(She looks stoned.),340,0,0,
|
||||
340,0,0,!CuteRemarkDone,You look pretty|cute like that.,"(She looks at herself, blushes|a little and nods back at you.)",340,0,0,CuteRemark()
|
||||
340,0,0,,(Tickle her.)|(1 minute),(Either she's not ticklish or she's|too stoned but she doesn't react much.),340,0,0,
|
||||
340,0,0,,(Masturbate her.)|(1 minute),,340,0,0,Masturbate()
|
||||
340,0,0,IsRoped,(Untie her.)|(1 minute),(She seems to appreciate but doesn't|react that much while you untie her.),340,0,0,Untie()
|
||||
340,0,0,IsGagged,(Ungag her.)|(1 minute),(You ungag her and she stares at you.)|Oh Fuck! This is pretty intense.,340,0,0,Ungag()
|
||||
340,0,0,,(Dress her back.)|(1 minute),(You let her go and she|puts her clothes back on.),330,0,0,Release()
|
||||
340,0,0,IsBoundAndGagged,I tricked you bitch.|(Leave her stranded.),,340,0,0,EvilEnd()
|
||||
340,0,0,,Let's go back.|(Back to college.),,0,0,0,EndChapter()
|
||||
350,0,0,,Cum for me sweetie.|(Make her climax.),(You masturbate her gently while she|moans and surrenders to a sweet orgasm.),340,1,0,Orgasm()
|
||||
350,0,0,,Cum now little whore.|(Make her climax.),(You masturbate her forcefully and|she climaxes with a great orgasm.),340,0,1,Orgasm()
|
||||
350,0,0,,"Not now, maybe later.|(Don't let her climax.)",(You stop masturbating her|and she slowly stops to moan.),340,-1,0,NoOrgasm()
|
||||
350,0,0,,You don't derserve it.|(Don't let her climax.),(You stop masturbating her|and she slowly stops to moan.),340,0,-1,NoOrgasm()
|
||||
400,0,0,,"Beat up Amanda?|No, it's too extreme.",It's not extreme enough!|Someday she will pay.,330,0,0,
|
||||
400,0,0,,Yes! Let's get|her right now.,Come with me then! (You both walk to|an empty class where Amanda is reading.),410,0,0,StartBeatUp()
|
||||
410,0,0,,(Help Sidney to subdue|Amanda.) (1 minute),(You both jump on Amanda and Sidney|gets a holds on her.) Strip her down!,420,1,0,
|
||||
410,0,0,,I cannot do that.|(Don't subdue Amanda.),You fucking traitor! You're lucky Amanda.|(Amanda quickly packs her stuff and runs away.),490,-3,-2,
|
||||
420,0,0,,(Help Sidney to strip|Amanda.) (1 minute),(You strip her down naked while|Sidney holds her.) Beat her!,430,1,0,
|
||||
420,0,0,,I cannot do that.|(Let Amanda go.),You fucking traitor! You're lucky Amanda.|(Amanda quickly packs her stuff and runs away.),490,-3,-2,
|
||||
430,0,0,,(Beat up Amanda.)|(1 minute),(You kick and punch Amanda until she|crumbles to the ground.) Let me do the rest!,440,0,1,"BeatUp(""Amanda"")"
|
||||
430,0,0,,I'm too weak Miss.|(1 minute),(Sidney struggles alone and beats up Amanda that|crumbles to the ground.) Move away girl!,440,0,-1,
|
||||
430,0,0,,I cannot do that.|(Let Amanda go.),You fucking traitor! You're lucky Amanda.|(Amanda quickly packs her stuff and runs away.),490,-3,-2,
|
||||
440,0,0,,Go ahead!|(1 minute),(Sidney gags and hogties Amanda.)|Let's run before we get caught!,450,1,0,"TieUp(""Amanda"")"
|
||||
440,0,0,,This is going too far.|(Help Amanda to get up.),You fucking traitor! You're lucky Amanda.|(Amanda quickly packs her stuff and runs away.),490,-3,-2,
|
||||
450,0,0,,Yes Miss Sidney.|(Leave her stranded.),,0,0,-1,"CrimeStranded(""Amanda"")"
|
||||
450,0,0,,Run like hell girl!|(Leave her stranded.),,0,0,1,"CrimeStranded(""Amanda"")"
|
||||
450,0,0,,This is going too far.|(Release her.) (1 minute),You fucking traitor! You're lucky Amanda.|(Amanda quickly packs her stuff and runs away.),490,-3,-2,
|
||||
490,0,0,,Let's go back.|(Back to classes.),,0,0,0,EndChapter()
|
||||
500,0,0,,"Beat up Sarah?|No, it's too extreme.",It's not extreme enough!|Someday she will pay.,330,0,0,
|
||||
500,0,0,,Yes! Let's get|her right now.,Come with me then! (You both walk to|the schoolyard where Sarah is chilling.),510,0,0,StartBeatUp()
|
||||
510,0,0,,(Help Sidney to subdue|Sarah.) (1 minute),(You both jump on Sarah and Sidney|gets a holds on her.) Strip her down!,520,1,0,
|
||||
510,0,0,,I cannot do that.|(Don't subdue Sarah.),You fucking traitor! You're lucky Sarah.|(Sarah pulls her tongue and quickly runs away.),590,-3,-2,
|
||||
520,0,0,,(Help Sidney to strip|Sarah.) (1 minute),(You strip her down naked while|Sidney holds her.) Beat her!,530,1,0,
|
||||
520,0,0,,I cannot do that.|(Let Sarah go.),You fucking traitor! You're lucky Sarah.|(Sarah pulls her tongue and quickly runs away.),590,-3,-2,
|
||||
530,0,0,,(Beat up Sarah.)|(1 minute),(You kick and punch Sarah until she|crumbles to the ground.) Let me do the rest!,540,0,1,"BeatUp(""Sarah"")"
|
||||
530,0,0,,I'm too weak Miss.|(1 minute),(Sidney struggles alone and beats up Sarah that|crumbles to the ground.) Move away girl!,540,0,-1,
|
||||
530,0,0,,I cannot do that.|(Let Sarah go.),You fucking traitor! You're lucky Sarah.|(Sarah pulls her tongue and quickly runs away.),590,-3,-2,
|
||||
540,0,0,,Go ahead!|(1 minute),(Sidney gags and binds Sarah on the fence.)|Let's fucking run before we get caught!,550,1,0,"TieUp(""Sarah"")"
|
||||
540,0,0,,This is going too far.|(Help Sarah to get up.),You fucking traitor! You're lucky Sarah.|(Sarah pulls her tongue and quickly runs away.),590,-3,-2,
|
||||
550,0,0,,Yes Miss Sidney.|(Leave her stranded.),,0,0,-1,"CrimeStranded(""Sarah"")"
|
||||
550,0,0,,Run like hell girl!|(Leave her stranded.),,0,0,1,"CrimeStranded(""Sarah"")"
|
||||
550,0,0,,This is going too far.|(Release her.) (1 minute),You fucking traitor! You're lucky Sarah.|(Sarah pulls her tongue and quickly runs away.),590,-3,-2,
|
||||
590,0,0,,Let's go back.|(Back to classes.),,0,0,0,EndChapter()
|
||||
|
|
|
|
@ -1,3 +1,19 @@
|
|||
Tag,Content
|
||||
IntroEgg,"I can't remove your fucking vibrator!|We'll settle this later, I have a bigger problem."
|
||||
FirstRope,(Too stone or too enthralled by you.|She lets you do a full rope harness on her.)
|
||||
SecondRope,(You remove her boots and tightly|wrap a second rope around her legs.)
|
||||
Cuffs,(She stares idly at the cuffs while you|easily manage to snap them behind her back.)
|
||||
Ballgag,(She frowns at the ballgag but doesn't|resist much as you strap it around her head.)
|
||||
TapeGag,(She looks idly at you while you|apply some tape over her mouth.)
|
||||
Uncuff,(You unlock the cuffs on her and she|brings back her hands in front of her very slowly.)
|
||||
Crop,(She moans a little when you hit her with|the crop but doesn't seem to mind that much.)
|
||||
VibratingEgg,(She barely notice that you slide the egg|in her vagina but starts to moan randomly.)
|
||||
Collar,(You need +20 submission or better|and a special ceremony to collar Sidney.)
|
||||
Extortion,(Sidney comes back and laughs at you.)|So what will you do when I ask for money?
|
||||
LeaveBoundAndGagged,(Do you really want to abandon her bound|and gagged? Click again to do so.)
|
||||
InviteWeed,"Yep! You can't go wrong with meat.|I'm going to smoke some weed, are you coming?"
|
||||
StripLove,(You smile at each other while you|slowly unbutton her blouse and remove her skirt.)
|
||||
StripSub,(You pin her against the wall while|unbuttoning her blouse and removing her skirt.)
|
||||
MasturbateLove,(You bend down and gently masturbate|her while she closes her eyes and moans.)
|
||||
MasturbateSub,(You pin her against the wall and masturbate|her pretty fast while she moans with pleasure.)
|
||||
ReadyForOrgasm,(She starts to breath and moan pretty|fast. She seems very close to an orgasm.)
|
||||
LeaveBoundAndGagged,(Do you really want to abandon her|bound and gagged? Click again to do so.)
|
||||
|
|
|