mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Chapter 9 - Official release
Chapter 9 - Official release
This commit is contained in:
parent
f302ec9e6a
commit
01d24144f7
4 changed files with 12 additions and 5 deletions
|
@ -2,7 +2,8 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
0,0,0,,"Good afternoon young lady. I've never|seen you before, are you a new student?",Library.jpg
|
||||
1,0,0,,"Welcome to our college, I'm Teacher Yuki.",Library.jpg
|
||||
2,0,0,,Please don't make too much noise in the library.,Library.jpg
|
||||
5,0,0,,"Young lady, why are you restrained?",Library.jpg
|
||||
5,0,0,Common_PlayerGagged,"Young lady, why are you gagged?",Library.jpg
|
||||
5,0,0,Common_PlayerRestrained,"Young lady, why are you restrained?",Library.jpg
|
||||
6,0,0,,,Library.jpg
|
||||
10,0,0,,Yummy! My little pet girl is back.|I hope you remember our deal.,Library.jpg
|
||||
20,0,0,,Here you are! I've been searching for|you for hours. How did you escape?,Library.jpg
|
||||
|
@ -36,6 +37,8 @@ Stage,LoveReq,SubReq,VarReq,IntroText,Image
|
|||
200,0,0,,Is there anything else you need?,Library.jpg
|
||||
200,-3,0,,(She gives you an angry look.)|What do you want now?,Library.jpg
|
||||
200,0,0,LittlePet,"My little pet, I'll require your services later.|But for now, Is there anything else you need?",Library.jpg
|
||||
200,0,0,Common_PlayerRestrained,It seems you got yourself|in trouble young lady.,Library.jpg
|
||||
200,0,0,Common_PlayerGagged,It seems you got yourself|in trouble young lady.,Library.jpg
|
||||
205,0,0,,What do you have in mind young lady?,Library.jpg
|
||||
210,0,0,,So you need my help|to recover your pen?,Library.jpg
|
||||
220,0,0,,,Library.jpg
|
||||
|
|
|
|
@ -30,6 +30,7 @@ var C009_Library_Yuki_Pleasure3 = 0;
|
|||
var C009_Library_Yuki_Pleasure4 = 0;
|
||||
var C009_Library_Yuki_Pleasure5 = 0;
|
||||
var C009_Library_Yuki_LittlePet = false;
|
||||
var C009_Library_Yuki_ReleaseDone = false;
|
||||
|
||||
// Chapter 9 Library - Yuki Load
|
||||
function C009_Library_Yuki_Load() {
|
||||
|
@ -310,11 +311,12 @@ function C009_Library_Yuki_RestrainPlayer() {
|
|||
CurrentTime = CurrentTime + 50000;
|
||||
}
|
||||
|
||||
// Chapter 9 Library - Yuki can free the player before any chat
|
||||
// Chapter 9 Library - Yuki can free the player before any chat or on stage 200 but only once
|
||||
function C009_Library_Yuki_TestRelease() {
|
||||
if (ActorGetValue(ActorLove) >= -2) {
|
||||
if ((ActorGetValue(ActorLove) >= -2) && !C009_Library_Yuki_ReleaseDone) {
|
||||
PlayerReleaseBondage();
|
||||
CurrentTime = CurrentTime + 50000;
|
||||
C009_Library_Yuki_ReleaseDone = true;
|
||||
} else OverridenIntroText = GetText("RefuseHelp");
|
||||
}
|
||||
|
||||
|
|
|
@ -122,6 +122,8 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
|
|||
192,0,0,,I won't do it again.,Alright young lady. (You walk to her desk.)|I really hope you can stay of out of trouble.,200,0,0,
|
||||
192,0,0,,"Yeah, yeah, yeah.|I won't do it again.",I don't like your attitude. (You walk to her desk.)|I really hope you can stay of out of trouble.,200,-1,1,
|
||||
192,0,0,,"Yes, that was stupid.|I won't do it again.",Very true young lady. (You walk to her desk.)|I really hope you can stay of out of trouble.,200,1,0,
|
||||
200,0,0,Common_PlayerRestrained,(Tug on your restrains.),"Here, let me help you little miss.|(She releases you.) Are you alright now?",200,0,0,TestRelease()
|
||||
200,0,0,Common_PlayerGagged,@Mmhm mneeeas.,"Here, let me help you little miss.|(She releases you.) Are you alright now?",200,0,0,TestRelease()
|
||||
200,0,0,CanAskForDoor,I've found a|locked door.,"Yes, and you're not allowed|in this section of the library.",200,0,0,
|
||||
200,0,0,PenInHole,"Miss, I dropped|my pen in a hole.",Oh! And you need|my help to recover it?,210,0,0,
|
||||
200,0,0,CanPleasure,"Miss, can I ask you|something personal?",Of course young lady.|What's on your mind?,205,0,0,
|
||||
|
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta http-equiv="expires" content="0" />
|
||||
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<meta http-equiv="refresh" content="2;url=/V10A/">
|
||||
<meta http-equiv="refresh" content="2;url=/V10B/">
|
||||
<script>
|
||||
|
||||
window.location.href = '/V10A/';
|
||||
window.location.href = '/V10B/';
|
||||
|
||||
</script>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue