|
@@ -426,7 +426,7 @@ if $ARGS[0] = 'biology':
|
|
|
act 'Irina':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Irina. She looks at you in disgust and turns away to talk to someone else.'
|
|
|
else
|
|
@@ -446,7 +446,7 @@ if $ARGS[0] = 'biology':
|
|
|
act 'Julia':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Julia. She avoids making eye contact with you and instead focuses on her coursework.'
|
|
|
else
|
|
@@ -466,7 +466,7 @@ if $ARGS[0] = 'biology':
|
|
|
act 'Lavrenti':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Lavrenti. He gives you a perverted smile and keeps asking if you want to suck his dick.'
|
|
|
else
|
|
@@ -486,7 +486,7 @@ if $ARGS[0] = 'biology':
|
|
|
act 'Artem':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Artem. He looks at you in disgust and instead focuses on his coursework.'
|
|
|
else
|
|
@@ -506,7 +506,7 @@ if $ARGS[0] = 'biology':
|
|
|
act 'Natasha':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Natasha. She avoids making eye contact with you and instead focuses on her coursework.'
|
|
|
else
|
|
@@ -526,7 +526,7 @@ if $ARGS[0] = 'biology':
|
|
|
act 'Lazar':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Lazar, who mocks you for the duration of the lesson about how many dicks you''ve sucked and how your breath probably smells of cum.'
|
|
|
else
|
|
@@ -546,7 +546,7 @@ if $ARGS[0] = 'biology':
|
|
|
act 'Lesco':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Lesco. He avoids making eye contact with you and awkwardly puts his head down. Your classmates notice this and you feel embarrassed at the fact that you''re so unpopular that even Lesco won''t talk to you.'
|
|
|
elseif grupTipe = 5:
|
|
@@ -663,7 +663,7 @@ if $ARGS[0] = 'science':
|
|
|
act 'Irina':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Irina. She looks at you in disgust and turns away to talk to someone else.'
|
|
|
else
|
|
@@ -683,7 +683,7 @@ if $ARGS[0] = 'science':
|
|
|
act 'Andrey and Stasya':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Andrey and Stasya. Stasya glares at you and warns you not to even try and suck Andrey''s dick, but he laughs in response, saying how he would never let your filthy mouth near him.'
|
|
|
else
|
|
@@ -705,7 +705,7 @@ if $ARGS[0] = 'science':
|
|
|
act 'Mefodiy':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Mefodiy, who expresses his disgust at your slutiness with sarcastic jokes and then ignores you for the rest of the lesson.'
|
|
|
else
|
|
@@ -725,7 +725,7 @@ if $ARGS[0] = 'science':
|
|
|
act 'Gerasim':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Gerasim. He looks at you in disgust and instead focuses on his coursework.'
|
|
|
else
|
|
@@ -745,7 +745,7 @@ if $ARGS[0] = 'science':
|
|
|
act 'Veronika':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Veronika. She glares at you, clearly disgusted at your slutiness, and looks away. A shiver runs down your spine at how cold she just was to you.'
|
|
|
else
|
|
@@ -758,7 +758,7 @@ if $ARGS[0] = 'science':
|
|
|
act 'Vanya':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Vanya, who immediately stands up and walks over to sit with Katja and Vicky, all of them giving disgusted looks.'
|
|
|
else
|
|
@@ -778,7 +778,7 @@ if $ARGS[0] = 'science':
|
|
|
act 'Arkadi':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Arkadi. He gives you a perverted smile and keeps asking if you want to suck his dick.'
|
|
|
else
|
|
@@ -1061,7 +1061,7 @@ if $ARGS[0] = 'computer':
|
|
|
act 'Vasily':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Vasily. He gives you a perverted smile and keeps asking if you want to suck his dick.'
|
|
|
elseif grupTipe = 4 or grupTipe = 5:
|
|
@@ -1081,7 +1081,7 @@ if $ARGS[0] = 'computer':
|
|
|
act 'Albina':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Albina, who immediately looks you over before shaking her head in disgust and walking away to sit with Vicky.'
|
|
|
else
|
|
@@ -1100,7 +1100,7 @@ if $ARGS[0] = 'computer':
|
|
|
act 'Lizaveta':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Lizaveta, who immediately laughs at you and starts mocking you with gossip about whose dick you''ve sucked recently.'
|
|
|
else
|
|
@@ -1119,7 +1119,7 @@ if $ARGS[0] = 'computer':
|
|
|
act 'Alyona':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Alyona, who ignores you at first before mouthing "slut" at you and doing a motion with her hands where she pretends to be forcing your head down on her imaginary dick.'
|
|
|
else
|
|
@@ -1139,7 +1139,7 @@ if $ARGS[0] = 'computer':
|
|
|
act 'Artem':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Artem. He looks at you in disgust and instead focuses on his coursework.'
|
|
|
else
|
|
@@ -1159,7 +1159,7 @@ if $ARGS[0] = 'computer':
|
|
|
act 'Gerasim':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Gerasim. He looks at you in disgust and instead focuses on his coursework.'
|
|
|
else
|
|
@@ -1179,7 +1179,7 @@ if $ARGS[0] = 'computer':
|
|
|
act 'Zinaida':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Zinaida. She avoids making eye contact with you and instead focuses on playing a game on her phone before class starts.'
|
|
|
else
|
|
@@ -1199,7 +1199,7 @@ if $ARGS[0] = 'computer':
|
|
|
act 'Katja':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Katja. She stares at you in disbelief and starts blushing bright red before she gets up and hurries to sit next to her sister.'
|
|
|
else
|
|
@@ -1502,7 +1502,7 @@ if $ARGS[0] = 'russian':
|
|
|
act 'Marcus':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Marcus, who awkwardly shuffles in his seat and avoids looking at you. As you look around, you see many of your classmates pointing and giggling, and not just at you. "Go on <<$pcs_nickname>>! You know you want that big black cock stuffed into your whore mouth and down your slutty throat!" you hear someone shout out.'
|
|
|
else
|
|
@@ -1522,7 +1522,7 @@ if $ARGS[0] = 'russian':
|
|
|
act 'Stasya':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Stasya, who shoots daggers at you. "What the fuck do you want whore? Do I look like I talk to dick hungry sluts like you? Keep your filthy mouth away from Andrey or you''ll regret it bitch."'
|
|
|
else
|
|
@@ -1542,7 +1542,7 @@ if $ARGS[0] = 'russian':
|
|
|
act 'Alyona':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Alyona, who ignores you at first before mouthing "slut" at you and doing a motion with her hands where she pretends to be forcing your head down on her imaginary dick.'
|
|
|
else
|
|
@@ -1562,7 +1562,7 @@ if $ARGS[0] = 'russian':
|
|
|
act 'Ekaterina':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Alyona, who ignores you at first before mouthing "slut" at you and doing a motion with her hands where she pretends to be forcing your head down on her imaginary dick.'
|
|
|
else
|
|
@@ -1581,7 +1581,7 @@ if $ARGS[0] = 'russian':
|
|
|
act 'Svyatoslav':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Svyatoslav, who ignores you at first before getting your attention and pointing at the bulge in his pants while winking. "You know you want it, so come and get it slut." he whispers with a smile.'
|
|
|
else
|
|
@@ -1601,7 +1601,7 @@ if $ARGS[0] = 'russian':
|
|
|
act 'Paulina':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Paulina, who ignores you at first before mouthing "slut" at you and doing a motion with her hands where she pretends to be forcing your head down on her imaginary dick.'
|
|
|
else
|
|
@@ -1621,7 +1621,7 @@ if $ARGS[0] = 'russian':
|
|
|
act 'Viktoria':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Vicky, who gives you a disgusted glare and walks away to sit with Vanya.'
|
|
|
else
|
|
@@ -1641,7 +1641,7 @@ if $ARGS[0] = 'russian':
|
|
|
act 'Irina':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/talk.jpg"></center>'
|
|
|
- chrsm_exp += rand(1,2)
|
|
|
+ gs 'exp_gain', 'chrsm', rand(1,2)
|
|
|
if fame['pav_slut'] >= 150:
|
|
|
'You sit next to Irina. She looks at you in disgust and turns away to talk to someone else.'
|
|
|
else
|