|
@@ -17,7 +17,7 @@ if $ARGS[0] = 'start':
|
|
|
elseif i <= 20 and npc_rel['A144'] > 50 and tanga = 1:
|
|
|
gt 'gschool_detention', 'Anushka_wedgie'
|
|
|
else
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
detention_set = 0
|
|
|
demerit -= 20
|
|
|
grupvalue[3] -= 2
|
|
@@ -87,7 +87,7 @@ if $ARGS[0] = 'wedgie':
|
|
|
'See the smug look on her face is to much, you slap her hard across her face. She is obviously surprised by the slap as she doesn''t even try to block it. Several of the other students start yelling "Fight, fight!" but before anything more can happen the teacher walks in. "Enough! Just what the hell is going on?"'
|
|
|
'You open your mouth to explain but before you can he cuts you off. "Come up here right now." You do as you are told and walk up to him. "I am going to give you a choice. Take my punishment right now or we can go see the principal, your choice."'
|
|
|
act 'Go to the principal': gt 'gschool_office', 'detPunishment1'
|
|
|
- act 'Take the offer': gt 'gschool_detention', 'Take the offer'
|
|
|
+ act 'Take the offer': gt 'gschool_detention', 'offer'
|
|
|
end
|
|
|
act 'Promise revenge':
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -134,7 +134,7 @@ if $ARGS[0] = 'Anushka_wedgie':
|
|
|
'See the smug look on her face is to much, you slap her hard across her face. She is obviously surprised by the slap as she doesn''t even try to block it. Several of the other students start yelling "Fight, fight!" but before anything more can happen the teacher walks in. "Enough! Just what the hell is going on?"'
|
|
|
'You open your mouth to explain but before you can he cuts you off. "Come up here right now." You do as you are told and walk up to him. "I am going to give you a choice. Take my punishment right now or we can go see the principal, your choice."'
|
|
|
act 'Go to the principal': gt 'gschool_office', 'detPunishment1'
|
|
|
- act 'Take the offer': gt 'gschool_detention', 'Take the offer'
|
|
|
+ act 'Take the offer': gt 'gschool_detention', 'offer'
|
|
|
end
|
|
|
act 'Promise revenge':
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -165,7 +165,9 @@ if $ARGS[0] = 'Anushka_wedgie':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'Sitting':
|
|
|
+if $ARGS[0] = 'sitting':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/detention.jpg"></center>'
|
|
|
'Once the teacher is busy ignoring you, you look around a bit and really don''t see anything interesting going on. Looks like you will have to entertain yourself.'
|
|
@@ -195,7 +197,7 @@ if $ARGS[0] = 'Sitting':
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/detention.jpg"></center>'
|
|
|
'You briefly - very briefly - consider doing homework but the thought alone is enough to bore you. You look around and see no one is looking, so you get up and sneak back into the rows of book shelves.'
|
|
|
!!this goes to the random roam around events, check my code here.
|
|
|
- gt 'gschool_detention', 'Roam around':
|
|
|
+ act 'Look around': gt 'gschool_detention', 'Roam around'
|
|
|
end
|
|
|
act 'bored':
|
|
|
cla
|
|
@@ -236,76 +238,87 @@ if $ARGS[0] = 'incidental_events':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'upskirt1':
|
|
|
- cls
|
|
|
- gs 'arousal', 'voyeur', 5
|
|
|
- minut += 120 - minut
|
|
|
- gs 'stat'
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
!!can be any of the girls from school but a nerd, Veronika, Ekaterina, or Anushka.
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/spreadg.jpg"></center>'
|
|
|
'As you are sitting at a table bored out of your mind waiting for detention to end. You start looking around and you notice <<$rand_girl>> sitting at a table across from you, after a few minutes she leans back in her chair and relaxes. Spreading her legs slightly as she does, the movement draws your eyes and you are given a eye full. Apparently she forgot her panties today because her pussy is now on full display for any to see, well any from the right vantage point, like yourself.'
|
|
|
+ gs 'arousal', 'voyeur', 5
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
act 'Ignore it':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/spreadg.jpg"></center>'
|
|
|
'You decided it is none of your business and do your best to ignore it. After several minutes one of the boys takes notice and walks over to the table and puts his phone under it and starts taking pictures. She quickly realizes what''s going on and closes her legs together and blushes, soon the two of them are in a heated whisper argument which soon draws the teachers attention. When both feign nothing is wrong and go back to their seats, the teacher keeps a eye on them for a bit before losing interest.'
|
|
|
'The rest of detention passes much more quietly with nothing else interesting happening.'
|
|
|
- act 'Go home':minut += 15 & gt 'gschool_detention', 'end'
|
|
|
+ act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
act 'Get her attention and let her know.':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
!!if you can code it to raise the random girl in question friendship
|
|
|
npc_rel['A<<i>>'] += 3
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/spreadg.jpg"></center>'
|
|
|
'You have to let her know, maybe she is doing it on purpose and maybe not. It takes a bit before you finally get her attention and then mimic closing together with your hands as if they was legs and then gesture towards her. It takes her a moment to realize what you mean, then she blushes slightly and closes her legs, followed by her mouthing thank you to you. You smile and nod back to her. Feeling pretty good about helping a fellow girl out the rest of detention doesn''t seem as bad.'
|
|
|
- act 'Go home':minut += 15 & gt 'gschool_detention', 'end'
|
|
|
+ act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'upskirt2':
|
|
|
- cls
|
|
|
- gs 'arousal', 'voyeur', 5
|
|
|
- minut += 120 - minut
|
|
|
- gs 'stat'
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
!!can be any of the girls from school but a nerd, Veronika, or Anushka.
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/upskirt.jpg"></center>'
|
|
|
'As you are sitting at a table bored out of your mind waiting for detention to end. You start looking around and you notice <<$rand_girl>> climbing up the small ladder uses to get to the top shelves of the books. As you watch her climb you quickly realize she is not wearing any panties and is giving everyone watching a clear view of her pussy. Before you can say anything someone whistles, which causes the teacher to start demanding who did it. During the distraction she quickly climbs back down and returns to her seat, blushing slightly but also smiling.'
|
|
|
- act 'Go home':minut += 15 & gt 'gschool_detention', 'end'
|
|
|
+ gs 'arousal', 'voyeur', 5
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'flashing girl':
|
|
|
- cls
|
|
|
- gs 'arousal', 'voyeur', 5
|
|
|
- minut += 120 - minut
|
|
|
- gs 'stat'
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/detflash1.gif"></center>'
|
|
|
!!can be any of the girls from school but a nerd, Veronika, or Ekaterina
|
|
|
'As you are sitting at a table bored out of your mind waiting for detention to end. You start looking around and you notice <<$rand_girl>> sitting in a spot that blocks almost everyones view of her, but yours. She has her phone held in front of her, obviously having a video conversation with someone, then you see her lift her shirt and flash who ever it is on the phone. She laughs a bit apparently at their reaction, the teacher clears his throat at her outburst. She quickly ends the call and spends the rest of the time playing on her phone. After watching her a bit more, you realize she is not going to do anything more so you play on your phone as well, at least there was a little excitement today.'
|
|
|
- act 'Go home':minut += 15 & gt 'gschool_detention', 'end'
|
|
|
+ gs 'arousal', 'voyeur', 5
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'teasing girl':
|
|
|
- cls
|
|
|
- gs 'arousal', 'voyeur', 5
|
|
|
- minut += 120 - minut
|
|
|
- gs 'stat'
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/tease.jpg"></center>'
|
|
|
!!can be any of the girls from school but a nerd, Veronika, or Ekaterina
|
|
|
'As you are sitting at a table bored out of your mind waiting for detention to end. You start looking around and you notice <<$rand_girl>> has snuck off into the book stacks, she is watching some boys watch her, she pulls down her pants and starts to pull down her panties but she stops just before she shows anything, grins as she pulls her clothes back up. After doing this a few times, each time the boys look hopefully this might be the time, but it never is. Finally she gets bored teasing them and wanders off. After that you start playing on your phone again, at least there was a little excitement today.'
|
|
|
- act 'Go home':minut += 15 & gt 'gschool_detention', 'end'
|
|
|
+ gs 'arousal', 'voyeur', 5
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'handjob':
|
|
|
- cls
|
|
|
- gs 'arousal', 'voyeur', 10
|
|
|
- minut += 120 - minut
|
|
|
- gs 'stat'
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/handjob.jpg"></center>'
|
|
@@ -313,7 +326,10 @@ if $ARGS[0] = 'handjob':
|
|
|
'As you are sitting at a table bored out of your mind waiting for detention to end. You start looking around and you notice a girl, you have seen her around but she is from another grade and you can''t recall her name. She is sitting next to <<$rand_boy>> she has his shorts pulled down in front and is jerking him off under the desk. Both of them do a fairly good job of acting like nothing is going on, but from your seat, you have a perfect view of the action.'
|
|
|
*nl
|
|
|
'Some time later, she has to switch hands one than once, but he finally leans back and closes his eyes. Sensing he is close she tilts his dick down as she keeps jerking him off and cups her other hand under the head of his dick. Moment later he is shooting his load into her hand, a bit of it shoots out onto the floor as well. Once he finishes she lets go of him and brings her hands up to her face, where she starts to lick all his cum off them, as he tucks his dick away. Not long after they sit side by side playing on their phones, pretending like nothing happened. Soon you start playing on your phone as well, at least there was a little excitement today.'
|
|
|
- act 'Go home':minut += 15 & gt 'gschool_detention', 'end'
|
|
|
+ gs 'arousal', 'voyeur', 10
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
|
|
|
|
|
@@ -325,7 +341,7 @@ end
|
|
|
!!If gopnik social group random girl is Lena Kotova, Lera Tsarev, Pauline Sebagotulina, Ekaterina "Katyusha" Maksimov, Anushka Konstantinov, Alyona Zima or any girl Sveta has a friendship of 50+
|
|
|
!!If outcast social group random girl is Sonia or any girl Sveta has a friendship of 50+
|
|
|
if $ARGS[0] = 'Chat with <<$rand_girl>>':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
!!npc_rel['A?'] += 3
|
|
|
gs 'stat'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -342,7 +358,7 @@ end
|
|
|
!!If gopnik social group random boy is Vitek Kotov, Dan Ryzhov, Vasily Shulgin, Roman Yakovlev, Radomir Popov, Valentin Bogdanov, Arkadi Fyodorov, Nikolai Volkov, Lavrenti Romanov or any boy Sveta has a friendship of 50+
|
|
|
!!If outcast social group random boy is Lesco Tsarev, Petia Alkaev or any boy Sveta has a friendship of 50+
|
|
|
if $ARGS[0] = 'Chat with <<$rand_boy>>':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
!!npc_rel['A?'] += 3
|
|
|
gs 'stat'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -354,7 +370,7 @@ if $ARGS[0] = 'Chat with <<$rand_boy>>':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'Help Friends in need':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
gs 'gschool_events', 'rand_girl_arg', 1, 1, 1, 1, 1, 0
|
|
|
:detention_grupmatch
|
|
|
i = rand(0,47)
|
|
@@ -456,7 +472,7 @@ if $ARGS[0] = 'strange':
|
|
|
act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
act '"Eat me out"':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
!!I made this one 5 because Sveta is having sex in a place she could get caught. I know you said 1-3 but having sex in public seems like it should add more. But if you want to lower it go ahead.
|
|
|
exhibition_exp += 5
|
|
|
pav_sex +=3
|
|
@@ -483,7 +499,7 @@ if $ARGS[0] = 'strange':
|
|
|
!!want to change this to needing dom/will what ever we use in place of dom in the future or being a gopnik, a gopnik bullying a nerd should always be a option.
|
|
|
if pcs_dom >= 10:
|
|
|
act 'Glaze his face':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
npc_rel['A152'] -= 5
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/feofan/sex/school/detlick2.jpg"></center>'
|
|
@@ -505,7 +521,7 @@ if $ARGS[0] = 'strange':
|
|
|
end
|
|
|
end
|
|
|
act 'Suck his cock':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
gs 'boyStat', 72
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/feofan/sex/school/detbj.jpg"></center>'
|
|
@@ -527,7 +543,7 @@ if $ARGS[0] = 'strange':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'pussy_fuck':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/feofan/sex/school/detvag.jpg"></center>'
|
|
|
'Your pussy is soaking wet at this point and you are aching to have something inside it. "Come here and fuck me", you command him. He moves over to you at once and slides his <<dick>>cm <<$dick_girth>> dick into your soaking wet pussy in one stroke, a soft groan escaping both of your mouths as he does. You stop him, remind him with a gesture of your finger that you have to keep it down, but when he nods in acknowledgment, you lean back and he starts fucking you deep and hard.'
|
|
@@ -543,7 +559,7 @@ if $ARGS[0] = 'pussy_fuck':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'ass_fuck':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/feofan/sex/school/detanal.jpg"></center>'
|
|
|
'Feeling incredibly turned on, maybe because you are completely in control, maybe because there are several other students and a teacher no more than four or five meters away, or maybe just because you are a naturally horny little bitch. You don''t know and you don''t really care either. All you know is that you want to feel him in your ass now, so you touch his chest again to stop his movement. "Fuck my ass!", comes your order, plain and simple.'
|
|
@@ -563,7 +579,7 @@ if $ARGS[0] = 'ass_fuck':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'strange_cum':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
npc_rel['A152'] += 5
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/feofan/sex/school/detcum.jpg"></center>'
|
|
@@ -585,7 +601,7 @@ if $ARGS[0] = 'company':
|
|
|
elseif Marcus_sextype = 2:
|
|
|
act 'Enjoy some company': gt 'gschool_detention', 'company2'
|
|
|
end
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
minut += 180
|
|
|
gs 'stat'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -620,7 +636,7 @@ if $ARGS[0] = 'company':
|
|
|
act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
act '"Yes"':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
npc_rel['A146'] += 5
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/marcus/marcuswalk.jpg"></center>'
|
|
|
'You smile to him. "I like you too, Marcus, and I''d love it if you walked me home." He smiles and walks with you. The two of you continue your conversation from earlier, mostly revolving around you. It seems that he wants to know everything about you. The way home takes way longer than usual but you are in no hurry in his company; at one point, he even puts his arm around your shoulders as you walk.'
|
|
@@ -637,14 +653,12 @@ if $ARGS[0] = 'company':
|
|
|
|
|
|
act 'Home':
|
|
|
if hour = 8:
|
|
|
- minut += 180
|
|
|
- elseif hour = 9:
|
|
|
minut += 120
|
|
|
- elseif hour = 10:
|
|
|
+ elseif hour = 9:
|
|
|
minut += 60
|
|
|
end
|
|
|
- gs 'stat'
|
|
|
minut += 70 - minut
|
|
|
+ gs 'stat'
|
|
|
gt 'pod_ezd', 'etaj_1'
|
|
|
end
|
|
|
end
|
|
@@ -687,7 +701,7 @@ if $ARGS[0] = 'company2':
|
|
|
*nl
|
|
|
'"Well, we would talk; you know, to kill time", you suggest. He nods and soon the two of you are talking about what he likes about Russia and you have him tell you about what it was like living in America.'
|
|
|
act 'After detention':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
gs 'boyStat', 146
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/marcus/sex/school/detmbj.jpg"></center>'
|
|
@@ -700,7 +714,7 @@ if $ARGS[0] = 'company2':
|
|
|
gs 'arousal', 'bj', 5
|
|
|
'But after a few minutes, that isn''t enough anymore and touches your chin. "Stop. Get up and strip naked, then bend over the desk." You do as he tells you, finding this perverted game of Simon Says oddly arousing.'
|
|
|
act 'Anal':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/marcus/sex/school/detmanal.jpg"></center>'
|
|
|
'You strip all of your clothes off and bend over the desk. You look back and see him pull a small bottle of lube out of his pocket and lubing his dick up really well, then spreading some of it on your anus as well.'
|
|
@@ -712,7 +726,7 @@ if $ARGS[0] = 'company2':
|
|
|
gs 'arousal', 'anal', 15
|
|
|
gs 'stat'
|
|
|
act 'Continue':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/marcus/sex/school/detmanal1.jpg"></center>'
|
|
|
'He fucks your ass doggy style for awhile but then pulls out and rolls you over on the desk. With your legs spread, he puts his <<dick>>cm <<$dick_girth>> cock back into your ass. This time, it slips right in with no pain at all. The only thing you seem to be capable of feeling right now is lust. "Play with your pussy, fingerbang yourself." He tells you as he picks up the pace.'
|
|
@@ -755,10 +769,8 @@ if $ARGS[0] = 'company2':
|
|
|
|
|
|
act 'Home':
|
|
|
if hour = 8:
|
|
|
- minut += 180
|
|
|
- elseif hour = 9:
|
|
|
minut += 120
|
|
|
- elseif hour = 10:
|
|
|
+ elseif hour = 9:
|
|
|
minut += 60
|
|
|
end
|
|
|
minut += 70 - minut
|
|
@@ -815,14 +827,14 @@ if $ARGS[0] = 'Ivanov_suck':
|
|
|
gs 'arousal', 'bj', 5
|
|
|
gs 'stat'
|
|
|
act 'Bend over':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/teacher/serafim/sex/school/teacherlick.jpg"></center>'
|
|
|
'You turn and bend over the table, silently preparing yourself for whatever he has in mind as he pulls your uniform''s skirt up and your panties down. His hands pull your ass cheeks apart and then you feel his tongue against your asshole, wet and warm, the fact that it is his utterly disgusting you. He keeps licking your rosebud, uses his fingers to work his saliva into your anus, then goes back to licking it some more. He does this several times, preparing you for penetration, no doubt, and all you can do is wait in fearful anticipation. Eventually, you hear him rummaging and then something bigger than a finger rubs against your asshole: He rubs the head of his dick around, lining it up.'
|
|
|
gs 'arousal', 'rimming', 5
|
|
|
gs 'stat'
|
|
|
act 'Take his dick up your ass':
|
|
|
- cls
|
|
|
+ *clr & cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/teacher/serafim/sex/school/teacheranal.jpg"></center>'
|
|
|
'You were bracing for the push, the feeling of him entering. What you didn''t prepare for was his hard spank on your ass, just before he shoves his <<dick>>cm <<$dick_girth>> cock into you butt, causing you to tense up in surprise. He doesn''t let up, though; Mr Ivanov grabs ahold of your hips and drives himself balls deep inside you. All you can do is cry out in pain, but that is nothing compared to the agony that comes next: He starts hammering into your ass in violent thrusts, your thighs banging hard against the edge of the table. Any residual doubt that he does this deliberately to hurt you are eliminated by his words: "That''s right, whore, scream for me! You''re pain is music to my ears."'
|
|
@@ -831,7 +843,8 @@ if $ARGS[0] = 'Ivanov_suck':
|
|
|
gs 'arousal', 'anal', 20, 'rough'
|
|
|
gs 'stat'
|
|
|
act 'Take a facial':
|
|
|
- cls
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/characters/pavlovsk/school/teacher/serafim/sex/school/teachercum.jpg"></center>'
|
|
|
'How long he violates your ass with his <<dick>>cm <<$dick_girth>> cock, you cannot tell, other than through the fact that your thighs have been thrust against the edge of the table so many times that your legs really hurt now and you are sure they are badly bruised. It lasts so long that the pain doesn''t seem to let up but only becomes greater, filling you up like a liquid, and you are oh-so-close to the point where you don''t think you can take it anymore when he finally, finally stops and pulls out. He jerks you back and forces you down on your knees, or at least that''s how he acts - in truth, your legs just give away as soon as you no longer have the table to support yourself on.'
|
|
@@ -844,7 +857,8 @@ if $ARGS[0] = 'Ivanov_suck':
|
|
|
gs 'cum_call', 'mouth', $boy
|
|
|
gs 'stat'
|
|
|
act 'Back to detention':
|
|
|
- cls
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
gs 'stat'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/detention.jpg"></center>'
|
|
@@ -878,8 +892,9 @@ if $ARGS[0] = 'Roam around':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'Nothing':
|
|
|
- cls
|
|
|
- minut += 120 - minut
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60 - minut
|
|
|
gs 'stat'
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -914,12 +929,16 @@ if $ARGS[0] = 'Nothing':
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/detention.jpg"></center>'
|
|
|
'You briefly - very briefly - consider doing homework but the thought alone is enough to bore you. You try playing on your phone but after awhile even that gets boring. You sigh and look around the room, most of the other students are just as bored as you and no one is really paying any attention. You notice one of the boys occasionally looking around and you get a wicked idea, flash him. But should you?'
|
|
|
act 'No':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/detention.jpg"></center>'
|
|
|
'As tempting as it is, you decided against it. You''re just not that kind of girl, after a bit you give up and starting playing on your phone again.'
|
|
|
act 'Go home': gt 'gschool_detention', 'end'
|
|
|
end
|
|
|
act 'Yes':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
pav_sex +=5
|
|
|
exhibition_exp +=5
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -930,6 +949,8 @@ if $ARGS[0] = 'Nothing':
|
|
|
end
|
|
|
end
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'Bored out of your mind and feeling a bit sexually frustrated you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You can just barely hear the two of them which only enhances your own arousal. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again, you peek around the corner to make sure no one is near and heard you. Once it is clear you decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -942,8 +963,9 @@ if $ARGS[0] = 'Nothing':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'eatout':
|
|
|
- cls
|
|
|
- minut += 120 - minut
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60 - minut
|
|
|
gs 'stat'
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -952,12 +974,16 @@ if $ARGS[0] = 'eatout':
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Keep watching':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/eatout.gif"></center>'
|
|
|
'You watch them, he seems to really know what he is doing, she is fighting to keep from screaming out, many minutes go by. Then she starts to spasm, obviously having a orgasm. He keeps it up through her whole orgasm, once it is finally over. She stands up and pulls up her panties, while he starts to unbutton his pants. She says something that leads to a bit of a heated discussion that you can''t quite hear but you think you know what it is about. Finally he gives up and buttons his pants back and they both head back for the front of the library. As she gives him a kiss on the cheek.'
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'After they leave you are unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -969,6 +995,8 @@ if $ARGS[0] = 'eatout':
|
|
|
end
|
|
|
end
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'Unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You can just barely hear the two of them which only enhances your own arousal. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again, you peek around the corner but the couple is gone. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -981,8 +1009,9 @@ if $ARGS[0] = 'eatout':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'finger':
|
|
|
- cls
|
|
|
- minut += 120 - minut
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60 - minut
|
|
|
gs 'stat'
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -991,12 +1020,16 @@ if $ARGS[0] = 'finger':
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Keep watching':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/blowjob.gif"></center>'
|
|
|
'You watch them, he seems to really know what he is doing, she is fighting to keep from screaming out, many minutes go by. She pulls her shirt and bra off half way through. After a bit more finger banging from him, she starts to spasm, obviously having a orgasm. He keeps it up through her whole orgasm, once it is finally over. She drops down to her knee''s as he pulls his dick out of his pants, she immediately starts sucking his cock. She bobs her head up and down along the shaft of his cock, sucking it for all she is worth. Finally he grunts, she slows down a bit and uses her hand to help milk his cock. Only once he has finished does she stop sucking his dick. Having obviously swallowed his whole load, they both get dressed and then head back to the front of the library.'
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'After they leave you are unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1008,6 +1041,8 @@ if $ARGS[0] = 'finger':
|
|
|
end
|
|
|
end
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'Unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You can just barely hear the two of them which only enhances your own arousal. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again, you peek around the corner but the couple is gone. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1020,8 +1055,9 @@ if $ARGS[0] = 'finger':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'doggy':
|
|
|
- cls
|
|
|
- minut += 120 - minut
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60 - minut
|
|
|
gs 'stat'
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -1030,12 +1066,16 @@ if $ARGS[0] = 'doggy':
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Keep watching':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/doggy'+rand(1,2)+'.gif"></center>'
|
|
|
'You watch them, for a bit and they go at it for some time. She especially seems to really be having the time of her life. She is fighting to keep from screaming out, for several minutes as she starts to spasm, obviously having a orgasm. He keeps it up through her whole orgasm, once it is finally over. He hammers away at her for a few more minutes before pulling out and shooting his load all over her ass. Afterwards they get cleaned up and dressed, exchanging a few quiet words, before heading back to the front of the library.'
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'After they leave you are unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1047,6 +1087,8 @@ if $ARGS[0] = 'doggy':
|
|
|
end
|
|
|
end
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'Unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You can just barely hear the two of them which only enhances your own arousal. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again, you peek around the corner but the couple is gone. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1059,8 +1101,9 @@ if $ARGS[0] = 'doggy':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'couple':
|
|
|
- cls
|
|
|
- minut += 120 - minut
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60 - minut
|
|
|
gs 'stat'
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -1069,12 +1112,16 @@ if $ARGS[0] = 'couple':
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Keep watching':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/couple.gif"></center>'
|
|
|
'You watch them, they are very passionate and surprisingly tender in their love making and that is what this is. They are making love instead of fucking, many minutes go by. Then she starts to spasm, obviously having a orgasm. He keeps it up through her whole orgasm, once it is finally over. They quickly get dressed and straighten up their clothes, they have one more final passionate kiss before heading back to the front of the library.'
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'After they leave you are unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1086,7 +1133,8 @@ if $ARGS[0] = 'couple':
|
|
|
end
|
|
|
end
|
|
|
act 'Masturbate':
|
|
|
- gs 'arousal', 'mast', 80 !!just want to make sure this causes a orgasm
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'Unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You can just barely hear the two of them which only enhances your own arousal. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again, you peek around the corner but the couple is gone. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1099,8 +1147,9 @@ if $ARGS[0] = 'couple':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'Lesbian':
|
|
|
- cls
|
|
|
- minut += 120 - minut
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60 - minut
|
|
|
gs 'stat'
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -1109,12 +1158,16 @@ if $ARGS[0] = 'Lesbian':
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Keep watching':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/udesklick.gif"></center>'
|
|
|
'You watch them, Lera seems to really know how to lick pussy. Most likely she has a lot of practice at it, after awhile Lena finally has a orgasm. Once she does she pushes Lera''s face away form her pussy and gets dressed, as Lera continues to masturbate herself for some time before she finally has a orgasm as well. Once she does she moves up and takes a seat next to Lena, all smiles and the two of them start to talk. The seem intent on staying their for the rest of detention.'
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'After they leave you are unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1126,6 +1179,8 @@ if $ARGS[0] = 'Lesbian':
|
|
|
end
|
|
|
end
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'Unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You can just barely hear the two of them which only enhances your own arousal. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again, you peek around the corner but the couple is gone. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1138,8 +1193,9 @@ if $ARGS[0] = 'Lesbian':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'anal':
|
|
|
- cls
|
|
|
- minut += 120 - minut
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ minut += 60 - minut
|
|
|
gs 'stat'
|
|
|
gs 'gschool_events', 'rand_teacher_arg'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -1148,12 +1204,16 @@ if $ARGS[0] = 'anal':
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Keep watching':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/anal.gif"></center>'
|
|
|
'You watch them them, he has massive amounts of endurance. It seems like he is never going to relent, a great deal of time passes, before he finally grunts and stops with his dick buried balls deep in her ass. After a couple of breaths he pulls out of her ass, pulling up his pants as he stands up. Lina is a little slower to get up, she pulls up her pants as well. Once they are both standing Ivan gives her a quick kiss and she is all smiles, the two of them then head back to the front of the library.'
|
|
|
gs 'arousal', 'voyeur', 20
|
|
|
gs 'stat'
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'After they leave you are unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1165,6 +1225,8 @@ if $ARGS[0] = 'anal':
|
|
|
end
|
|
|
end
|
|
|
act 'Masturbate':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/detention/sex/mast.gif"></center>'
|
|
|
'Unable to take it anymore, you remove enough of your clothes to expose your pussy. Then sitting down with your back to a shelf and your legs spreading wide, you start to masturbate. You can just barely hear the two of them which only enhances your own arousal. You end up having to use your own panties as something to bite down on to keep from crying out. You are not sure how long it takes but no one wanders by and finally you orgasm hard, it rocks your whole body leaving you shaking in it''s aftermath. After a few minutes you recover and get dressed again, you peek around the corner but the couple is gone. You decided to head back to the tables at the front and wait out the rest of detention there.'
|
|
@@ -1182,17 +1244,18 @@ if $ARGS[0] = 'end':
|
|
|
elseif hour = 9:
|
|
|
minut += 60
|
|
|
end
|
|
|
- gs 'stat'
|
|
|
minut += 60 - minut
|
|
|
+ gs 'stat'
|
|
|
|
|
|
- gt 'gschool_detention', 'end'
|
|
|
+ gt 'gschool_grounds', 'main'
|
|
|
end
|
|
|
|
|
|
|
|
|
!!event that take place the default start
|
|
|
if $ARGS[0] = 'inappropriate clothes':
|
|
|
!!this one can trigger if Sveta is dressed to slutty. If thinness, skirt short, top cut, or pants short has a value of 6 this triggers, or if two of these have a 5 it triggers, or if three of them have a rating of 4+ it triggers. If it triggers it takes the place of all the other detention events.
|
|
|
- cls
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
gs 'stat'
|
|
|
gs 'gschool_events'
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
@@ -1201,22 +1264,19 @@ if $ARGS[0] = 'inappropriate clothes':
|
|
|
*nl
|
|
|
'You too say "here" when he calls your name, cursing the fact that you are stuck here. Once he calls your name. "Miss <<$surname>>, just what do you think you are wearing?" he asks in a stern disapproving voice, you can tell he is not happy with your choice of attire.'
|
|
|
act 'Is something wrong?':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/bathroom/angryteacher.jpg"></center>'
|
|
|
'You look down at your clothes and you know they are on the daring style but still. You look up at him. "Is there something wrong?"'
|
|
|
'He seems flabbergasted you would even ask that. "Is there something... yes there is something wrong those clothes are completely inappropriate for school and you know that. Don''t pretend you don''t."'
|
|
|
'Well damn maybe you can talk your way out of this before you get more detention. "I didn''t...." before you can say more he cuts you off and gets up. "I don''t want to hear it Miss <<$surname>>." He pauses a moment before continuing. "You can come up here and accept your punishment from me or we can go see the principal your choice."'
|
|
|
act 'Go to the principal': gt 'gschool_office', 'detPunishment'
|
|
|
- act 'Take the offer':
|
|
|
-!!code for high butt spanking pain.
|
|
|
- '<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
- '<center><img src="images/locations/pavlovsk/school/detention/detspank.gif"></center>'
|
|
|
- 'You get up and walk up to him. "I would rather just take my punishment here." He nods and pulls a large wooden paddle out of the desk. "Alright bend over the desk." You do as you told and the first swat stings more than you expected it would. He put a lot of force into that swing, each follow up one hurts even more, by the time he swats you for the eight time you are on the verge of crying it hurts to much.'
|
|
|
- 'Finally he stops. "Return to your seat and behave yourself. The goes for the rest of you too." He says while point the paddle at the rest of the students. You gingerly return to your seat and sit down slowly, it hurts to sit but you have no choice. The rest of detention passes very quietly with everyone unusually well behaved.'
|
|
|
- act 'Go home':minut += 15 & gt 'gschool_detention', 'end'
|
|
|
- end
|
|
|
+ act 'Take the offer': gt 'gschool_detention', 'offer'
|
|
|
end
|
|
|
- act 'Be a smart ass.':
|
|
|
+ act 'Be a smart ass':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
'<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
'<center><img src="images/locations/pavlovsk/school/bathroom/angryteacher.jpg"></center>'
|
|
|
'You pause a moment and look him over. "I know with your lack of fashion sense that you might not understand style, but surely even you must realize these are clothes." You tell him with a smirk which gets several of the other students snickering.'
|
|
@@ -1225,6 +1285,16 @@ if $ARGS[0] = 'inappropriate clothes':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'offer':
|
|
|
+ *clr
|
|
|
+ cla
|
|
|
+ gs 'pain', 5, 'asscheeks', 'spank'
|
|
|
+ '<center><b><font color="maroon">Detention</font></b></center>'
|
|
|
+ '<center><img src="images/locations/pavlovsk/school/detention/detspank.gif"></center>'
|
|
|
+ 'You get up and walk up to him. "I would rather just take my punishment here." He nods and pulls a large wooden paddle out of the desk. "Alright bend over the desk." You do as you told and the first swat stings more than you expected it would. He put a lot of force into that swing, each follow up one hurts even more, by the time he swats you for the eight time you are on the verge of crying it hurts to much.'
|
|
|
+ 'Finally he stops. "Return to your seat and behave yourself. The goes for the rest of you too." He says while point the paddle at the rest of the students. You gingerly return to your seat and sit down slowly, it hurts to sit but you have no choice. The rest of detention passes very quietly with everyone unusually well behaved.'
|
|
|
+ act 'Go home':minut += 15 & gt 'gschool_detention', 'end'
|
|
|
+end
|
|
|
|
|
|
--- gschool_detention ---------------------------------
|
|
|
|