|
@@ -11,20 +11,20 @@
|
|
|
!! katjaQW['disco_loc'] = 8: Katja is in the restroom
|
|
|
|
|
|
if $ARGS[0] = 'activity':
|
|
|
- gs 'katja_meynold_schedule'
|
|
|
+ gs 'katja_meynold_schedule'
|
|
|
|
|
|
if locat['Katja'] = 53 and (katjaQW['know_katja_uni'] = 1 or ($start_type ! 'city_tg' and $start_type ! 'uni_tg')):
|
|
|
!! This sets what Katja is doing if she is not with the player character
|
|
|
if katjaQW['disco_check_time'] + 600 < totminut:
|
|
|
katjaQW['disco_loc'] = 0
|
|
|
end
|
|
|
-
|
|
|
- if katjaQW['disco_loc'] >= 3 and katjaQW['disco_loc'] <= 6:
|
|
|
+
|
|
|
+ if katjaQW['disco_loc'] >= 3 and katjaQW['disco_loc'] <= 6:
|
|
|
if katjaQW['disco_check_time'] + 30 < totminut:
|
|
|
katjaQW['disco_check_time'] = totminut
|
|
|
if (rand(1,15) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10 and katjaQW['relationship_talk'] = 1 and katjaQW['faithful'] = 0) or (katjaQW['liberated'] and rand(0,3) = 0):
|
|
|
if katjaQW['disco_loc'] = 3 and rand(0,4) < 4:
|
|
|
- !! Katja goes to a private room with the guy
|
|
|
+ !! Katja goes to a private room with the guy
|
|
|
katjaQW['nightclub_private_room_boy'] = 1
|
|
|
katjaQW['disco_loc'] = 7
|
|
|
else
|
|
@@ -37,7 +37,7 @@ if $ARGS[0] = 'activity':
|
|
|
else
|
|
|
gs 'katja_procedural', 'sex_set', 1
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if hour > 10:
|
|
|
locat['katja_rand2'] = daystart
|
|
|
else
|
|
@@ -98,9 +98,9 @@ if $ARGS[0] = 'activity':
|
|
|
katjaQW['drinks'] += 1
|
|
|
elseif rand(0,8) = 0:
|
|
|
katjaQW['disco_loc'] = 8
|
|
|
- elseif rand(1,12) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10 or (katjaQW['relationship_talk'] = 1 and katjaQW['faithful'] = 0 and rand(1,8) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10) or (katjaQW['liberated'] = 1 and rand(0,3) = 0):
|
|
|
+ elseif rand(1,12) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10 or (katjaQW['relationship_talk'] = 1 and katjaQW['faithful'] = 0 and rand(1,8) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10) or (katjaQW['liberated'] = 1 and rand(0,3) = 0):
|
|
|
katjaQW['disco_loc'] = 3
|
|
|
- elseif rand(1,12) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10 or (katjaQW['relationship_talk'] = 1 and katjaQW['faithful'] = 0 and rand(1,8) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10) or (katjaQW['liberated'] = 1 and rand(0,3) = 0):
|
|
|
+ elseif rand(1,12) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10 or (katjaQW['relationship_talk'] = 1 and katjaQW['faithful'] = 0 and rand(1,8) <= (min(func('katja_procedural', 'willing_to_be_naughty'), 100) - 50)/10) or (katjaQW['liberated'] = 1 and rand(0,3) = 0):
|
|
|
katjaQW['disco_loc'] = rand(4,6)
|
|
|
end
|
|
|
end
|
|
@@ -130,7 +130,7 @@ if $ARGS[0] = 'dance_approach':
|
|
|
menu_off = 1
|
|
|
minut += 5
|
|
|
gs 'stat'
|
|
|
- if katjaQW['disco_arrival'] + 600 > totminut and katjaQW['disco_met'] + 600 > totminut:
|
|
|
+ if katjaQW['disco_arrival'] + 600 > totminut and katjaQW['disco_met'] + 600 > totminut:
|
|
|
katjaQW['disco_met'] = totminut
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'like'
|
|
|
if katjaQW['QWstage'] > 0 or npc_rel['A14'] > 70:
|
|
@@ -145,7 +145,7 @@ if $ARGS[0] = 'dance_approach':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/nightclub/disco_talking_on__dance_floor.jpg"></center>'
|
|
|
'You approach her from behind. "Hi, Katja!" you shout, so she can hear you.'
|
|
|
'She turns around and when she sees it is you, she shouts back, "Hi, <<$pcs_nickname>>! You decided to come clubbing tonight as well? It''s a great place to let loose. Why don''t we dance?"'
|
|
|
- act 'Dance with Katja': gt 'katja_nightclub', 'dance'
|
|
|
+ act 'Dance with Katja': gt 'katja_nightclub', 'dance'
|
|
|
end
|
|
|
else
|
|
|
if katjaQW['QWstage'] > 0 or npc_rel['A14'] > 70:
|
|
@@ -158,7 +158,7 @@ if $ARGS[0] = 'dance_approach':
|
|
|
else
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/nightclub/disco_talking_on__dance_floor.jpg"></center>'
|
|
|
'You approach her and when she sees you coming, she shouts, "Hi, <<$pcs_nickname>>! So you''re back. Let''s dance!"'
|
|
|
- act 'Dance with katja': gt 'katja_nightclub', 'dance'
|
|
|
+ act 'Dance with katja': gt 'katja_nightclub', 'dance'
|
|
|
end
|
|
|
end
|
|
|
act 'Leave Katja': gt 'city_nightclub', 'dance'
|
|
@@ -168,7 +168,7 @@ if $ARGS[0] = 'bar_approach':
|
|
|
menu_off = 1
|
|
|
minut += 5
|
|
|
gs 'stat'
|
|
|
- if katjaQW['disco_arrival'] + 600 > totminut and katjaQW['disco_met'] + 600 > totminut:
|
|
|
+ if katjaQW['disco_arrival'] + 600 > totminut and katjaQW['disco_met'] + 600 > totminut:
|
|
|
katjaQW['disco_met'] = totminut
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'like'
|
|
|
if katjaQW['QWstage'] > 0 or npc_rel['A14'] > 70:
|
|
@@ -222,8 +222,8 @@ if $ARGS[0] = 'dance_guy_approach':
|
|
|
act 'Join them': gt 'katja_nightclub', 'dance_guy2'
|
|
|
act 'Don''t join them': gs 'npc_relationship', 'modify', 'A14', 'dislike' & gt 'city_nightclub', 'dance'
|
|
|
else
|
|
|
- 'As you get near, you can see that Katja is dancing with a guy in expensive clothes. She seems to be enjoying it, and he is clearly into her as you notice his hands sometimes touch her body.'
|
|
|
- act 'Join them':
|
|
|
+ 'As you get near, you can see that Katja is dancing with a guy in expensive clothes. She seems to be enjoying it, and he is clearly into her as you notice his hands sometimes touch her body.'
|
|
|
+ act 'Join them':
|
|
|
cla
|
|
|
if katjaQW['disco_arrival'] + 600 > totminut and katjaQW['disco_met'] + 600 > totminut: katjaQW['disco_met'] = totminut & gs 'npc_relationship', 'modify', 'A14', 'like'
|
|
|
'You get closer and get the attention of Katja. When she sees you, she motions you to come join them.'
|
|
@@ -256,7 +256,7 @@ if $ARGS[0] = 'dance_guy_approach':
|
|
|
else
|
|
|
'By the end of the dance, he grabs her and leans in for a kiss but she just gives him a quick peck on the cheek and gets herself out from his grip. She thanks him for the dance before dancing away, leaving him standing there looking very letdown.'
|
|
|
act 'Go to Katja': gt 'katja_nightclub', 'dance_approach'
|
|
|
- act 'Leave her': gt 'city_nightclub', 'dance'
|
|
|
+ act 'Leave her': gt 'city_nightclub', 'dance'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -313,21 +313,21 @@ if $ARGS[0] = 'dance':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'dance_end':
|
|
|
- gs 'katja_meynold_schedule'
|
|
|
+ gs 'katja_meynold_schedule'
|
|
|
if locat['Katja'] ! 53:
|
|
|
if katjaQW['disco_arrival'] + 600 < totminut:
|
|
|
- '"It''s getting late, <<$pcs_nickname>>. Let''s go home," Katja tells you after a while, and it looks like there''s no way to convince her to stay.'
|
|
|
+ '"It''s getting late, <<$pcs_nickname>>. Let''s go home," Katja tells you after a while, and it looks like there''s no way to convince her to stay.'
|
|
|
act 'Go home with Katja': katjaQW['on_date'] = 1 & gt 'katja_city', 'metro'
|
|
|
act 'Stay at the nightclub': gt 'city_nightclub', 'dance'
|
|
|
else
|
|
|
- '"It''s getting late, <<$pcs_nickname>>. I''m heading home," Katja tells you after finishing her drink, and it looks like there''s no way to convince her to stay.'
|
|
|
+ '"It''s getting late, <<$pcs_nickname>>. I''m heading home," Katja tells you after finishing her drink, and it looks like there''s no way to convince her to stay.'
|
|
|
if (npc_sex['A14'] > 0 and katjaQW['sex_clossedness'] < 2) or $home['current'] = 'university_dorm':
|
|
|
- act 'Suggest you go home together':
|
|
|
+ act 'Suggest you go home together':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
|
|
|
'"Why don''t we go back together?" you suggest.'
|
|
|
'"Great idea," Katja says.'
|
|
|
act 'Go home with Katja': katjaQW['on_date'] = 1 & gt 'katja_city', 'metro'
|
|
|
- end
|
|
|
+ end
|
|
|
end
|
|
|
act 'Say goodbye to Katja': gt 'city_nightclub', 'dance'
|
|
|
end
|
|
@@ -337,7 +337,7 @@ if $ARGS[0] = 'dance_end':
|
|
|
act 'Let Katja go': gt 'city_nightclub', 'dance'
|
|
|
elseif rand(0,4) = 0:
|
|
|
'"I''m getting thirsty. Come on, <<$pcs_nickname>>. Let''s go to the bar," Katja says after dancing for awhile.'
|
|
|
- act 'Go with Katja to the bar':
|
|
|
+ act 'Go with Katja to the bar':
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'like', 2, 'agree'
|
|
|
gt 'katja_nightclub', 'bar_arrive'
|
|
|
end
|
|
@@ -369,17 +369,17 @@ if $ARGS[0] = 'dance_end':
|
|
|
else
|
|
|
act 'Convince Katja to dance some more (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- act 'Relent and go to the bar':
|
|
|
+ act 'Relent and go to the bar':
|
|
|
katjaQW['dom'] += rand(2,3)
|
|
|
gs 'stat'
|
|
|
gt 'katja_nightclub', 'bar_arrive'
|
|
|
end
|
|
|
- act 'Tell her she can go alone, while you dance':
|
|
|
+ act 'Tell her she can go alone, while you dance':
|
|
|
katjaQW['dom'] -= rand(0,1)
|
|
|
katjaQW['disco_loc'] = 2
|
|
|
katjaQW['drink'] += rand(1,2)
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'dislike'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
gt 'city_nightclub', 'dance'
|
|
|
end
|
|
|
end
|
|
@@ -413,7 +413,7 @@ if $ARGS[0] = 'dance_end':
|
|
|
gs 'willpower', 'pay', 'force'
|
|
|
katjaQW['dom'] -= rand(1,2)
|
|
|
gs 'stat'
|
|
|
- gt 'katja_city', 'pussy_cat_outfit1_strip'
|
|
|
+ gt 'katja_city', 'pussy_cat_outfit1_strip'
|
|
|
'"Come on, Katja. I really, really need something to drink right now. Please?" you plead and finally Katja gives up.'
|
|
|
act 'Go to the bar': gt 'katja_nightclub', 'bar_arrive'
|
|
|
end
|
|
@@ -429,11 +429,11 @@ if $ARGS[0] = 'dance_end':
|
|
|
katjaQW['dom'] -= rand(0,1)
|
|
|
katjaQW['disco_loc'] = 1
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'dislike'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
gt 'city_nightclub', 'bar'
|
|
|
end
|
|
|
end
|
|
|
- end
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -509,7 +509,7 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
|
|
|
'"What was that about?" you ask Katja.'
|
|
|
- '"I thought we were having a drink together, just the two of us. However, if you want to chase boys go ahead, but '+iif(katjaQW['boy_block'] = 1, 'I thought that you didn''t have any interest in guys', 'I''m not interested in them right now,')+'" Katja says.'
|
|
|
+ '"I thought we were having a drink together, just the two of us. However, if you want to chase boys go ahead, but '+iif(katjaQW['boy_block'] = 1, 'I thought that you didn''t have any interest in guys', 'I''m not interested in them right now,')+'" Katja says.'
|
|
|
gs 'katja_nightclub', 'bar_end'
|
|
|
end
|
|
|
act 'Just finish your drinks in peace':
|
|
@@ -567,7 +567,7 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
'"Too bad, you''ll be missing a great time," he says as he leaves, almost like you had insulted him.'
|
|
|
'After he''as gone, Katja turns to you. "Thanks. I didn''t want to spend anymore time with him."'
|
|
|
gs 'katja_nightclub', 'bar_end'
|
|
|
- end
|
|
|
+ end
|
|
|
else
|
|
|
'"I would like to buy you another drink, but let''s go to one of the private booths. There we will be more comfortable and it will be easier to get to know each other with less noise," he says.'
|
|
|
'"Sorry, but we really should be going," Katja says before you have time to respond.'
|
|
@@ -581,7 +581,7 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- end
|
|
|
+ end
|
|
|
else
|
|
|
*clr & cla
|
|
|
katjaQW['horny'] += max(0,rand(katjaQW['slut']-50,100)/50)
|
|
@@ -602,9 +602,9 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
cla
|
|
|
'"I''m sorry, but my friend and I are going to stay at the bar," you tell him, making it clear that you are not interested in anything more.'
|
|
|
'"Too bad, you''ll be missing a great time," he says as he leaves, almost like you had insulted him.'
|
|
|
- 'After he is gone, Katja turns to you. '+iif((katjaQW['QWstage'] >= 6 or katjaQW['liberated'] = 1) and katjaQW['boy_block'] = 0 and katjaQW['sex_clossedness'] <2 and katjaQW['horny'] > 70, '"Why did you let him go? He was cute. I might have led to a fun time if we had gone dancing with him."', '"I didn''t find him that interesting, either."')
|
|
|
+ 'After he is gone, Katja turns to you. '+iif((katjaQW['QWstage'] >= 6 or katjaQW['liberated'] = 1) and katjaQW['boy_block'] = 0 and katjaQW['sex_clossedness'] <2 and katjaQW['horny'] > 70, '"Why did you let him go? He was cute. I might have led to a fun time if we had gone dancing with him."', '"I didn''t find him that interesting, either."')
|
|
|
gs 'katja_nightclub', 'bar_end'
|
|
|
- end
|
|
|
+ end
|
|
|
else
|
|
|
'"I would like to buy you another drink, but let''s go to one of the private booths. There we will be more comfortable and it will be easier to get to know each other with less noise," he says.'
|
|
|
if (katjaQW['QWstage'] < 3 and katjaQW['liberated'] = 0) or (katjaQW['boy_block'] = 1 and katjaQW['sex_clossedness'] <2):
|
|
@@ -673,7 +673,7 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'dislike'
|
|
|
gs 'willpower', 'pay', 'force'
|
|
|
katjaQW['dom'] -= rand(1,2)
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'"I really don''t think it''s a good idea to go with him. He really seems like a guy that won''t stop if we tell him to when we''re alone with him," you whisper.'
|
|
|
'Katja looks at the guy again, and after a moment of thinking, she relents. "OK. I''m not really convinced that he''s bad, but I''ll stay with you," she answers.'
|
|
|
'She turns to him. "I''m sorry, but my friend '+iif(func('katja_procedural', 'willing_to_be_naughty') + katjaQW['horny'] > 175, 'is boring', 'doesn''t feel like it')+', so I will stay with her. But maybe another time?"'
|
|
@@ -716,7 +716,7 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
if katjaQW['QWstage'] >= 6 and katjaQW['boy_block'] = 0 and katjaQW['sex_clossedness'] < 2 and katjaQW['horny'] > rand(40,60) and func('katja_procedural', 'willing_to_be_naughty') > rand(80,80):
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/nightclub/disco_drinnking_bar.jpg"></center>'
|
|
|
- '"We would love to have you join us for a drink," Katja says before you have time to say anything.'
|
|
|
+ '"We would love to have you join us for a drink," Katja says before you have time to say anything.'
|
|
|
act 'Tell Katja that you don''t want him to join':
|
|
|
cla
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'dislike'
|
|
@@ -746,9 +746,9 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
cla
|
|
|
'"I''m sorry, but my friend and I are going to stay at the bar," you tell him, making it clear that you are not interested in anything more.'
|
|
|
'"Too bad, you''ll be missing a great time," he says as he leaves, almost like you had insulted him.'
|
|
|
- 'After he''s gone, Katja turns to you. '+iif((katjaQW['QWstage'] >= 6 or katjaQW['liberated'] = 1) and katjaQW['boy_block'] = 0 and katjaQW['sex_clossedness'] <2 and katjaQW['horny'] > 70, '"Why did you let him go? He was cute! It might have led to a fun time if we had gone dancing with him."', '"I didn''t find him that interesting, either."')
|
|
|
+ 'After he''s gone, Katja turns to you. '+iif((katjaQW['QWstage'] >= 6 or katjaQW['liberated'] = 1) and katjaQW['boy_block'] = 0 and katjaQW['sex_clossedness'] <2 and katjaQW['horny'] > 70, '"Why did you let him go? He was cute! It might have led to a fun time if we had gone dancing with him."', '"I didn''t find him that interesting, either."')
|
|
|
gs 'katja_nightclub', 'bar_end'
|
|
|
- end
|
|
|
+ end
|
|
|
else
|
|
|
'"I would like to buy you another drink, but let''s go to one of the private booths. There we''ll be more comfortable and it will be easier to get to know each other with less noise," he says.'
|
|
|
act 'Join him':
|
|
@@ -848,7 +848,7 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/nightclub/disco_drinnking_bar.jpg"></center>'
|
|
|
'You say a polite ''no'', and he accepts and leaves you in peace.'
|
|
|
- '"Thanks," Katja says. "I didn''t want to talk to some random guy right now."'
|
|
|
+ '"Thanks," Katja says. "I didn''t want to talk to some random guy right now."'
|
|
|
gs 'katja_nightclub', 'bar_end'
|
|
|
end
|
|
|
end
|
|
@@ -860,16 +860,16 @@ if $ARGS[0] = 'bar_after_drink':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'bar_end':
|
|
|
- gs 'katja_meynold_schedule'
|
|
|
+ gs 'katja_meynold_schedule'
|
|
|
if locat['Katja'] ! 53:
|
|
|
if katjaQW['disco_arrival'] + 600 < totminut:
|
|
|
- '"It''s getting late, <<$pcs_nickname>>. Let''s go home," Katja tells you after finishing her drink, and it looks like there''s no way to convince her to stay.'
|
|
|
+ '"It''s getting late, <<$pcs_nickname>>. Let''s go home," Katja tells you after finishing her drink, and it looks like there''s no way to convince her to stay.'
|
|
|
act 'Go home with Katja': katjaQW['on_date'] = 1 & gt 'katja_city', 'metro'
|
|
|
act 'Stay at the nightclub': gt 'city_nightclub', 'bar'
|
|
|
else
|
|
|
- '"It''s getting late, <<$pcs_nickname>>. I''m heading home," Katja tells you after finishing her drink, and it looks like there''s no way to convince her to stay.'
|
|
|
+ '"It''s getting late, <<$pcs_nickname>>. I''m heading home," Katja tells you after finishing her drink, and it looks like there''s no way to convince her to stay.'
|
|
|
if (npc_sex['A14'] > 0 and katjaQW['sex_clossedness'] < 2) or $home['current'] = 'university_dorm':
|
|
|
- act 'Suggest you go home together':
|
|
|
+ act 'Suggest you go home together':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
|
|
|
'"Why don''t we go back together?" you suggest.'
|
|
|
'"Great idea," Katja says.'
|
|
@@ -884,7 +884,7 @@ if $ARGS[0] = 'bar_end':
|
|
|
act 'Let Katja go': gt 'city_nightclub', 'bar'
|
|
|
else
|
|
|
'"Come on. We''ve wasted enough time! Let''s go dance, <<$pcs_nickname>>!" Katja says after finishing her drink.'
|
|
|
- act 'Go dancing with Katja':
|
|
|
+ act 'Go dancing with Katja':
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'like', 2, 'agree'
|
|
|
gt 'katja_nightclub', 'dance'
|
|
|
end
|
|
@@ -916,7 +916,7 @@ if $ARGS[0] = 'bar_end':
|
|
|
else
|
|
|
act 'Convince Katja to have another drink (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- act 'Relent and go dance':
|
|
|
+ act 'Relent and go dance':
|
|
|
katjaQW['dom'] += rand(2,3)
|
|
|
gs 'stat'
|
|
|
gt 'katja_nightclub', 'dance'
|
|
@@ -924,7 +924,7 @@ if $ARGS[0] = 'bar_end':
|
|
|
act 'Tell her she can go dance alone while you stay at the bar':
|
|
|
katjaQW['dom'] -= rand(0,1)
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'dislike'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
gt 'city_nightclub', 'bar'
|
|
|
end
|
|
|
end
|
|
@@ -970,7 +970,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
fat -= 1
|
|
|
gs 'exp_gain', 'danc', 1
|
|
|
frost = 0
|
|
|
- gs 'arousal', 'foreplay', rand(-5,0)
|
|
|
+ gs 'arousal', 'foreplay', rand(-5,0)
|
|
|
katjaQW['horny'] += rand(0,10)
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/nightclub/disco_dancing_extra_guy1.jpg"></center>'
|
|
|
'You dance through several songs, and he is clearly into you and and Katja. He dances quite close to you and, from time to time, his hand moves from your back to your ass.'
|
|
@@ -983,7 +983,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
else
|
|
|
gs 'stat'
|
|
|
if rand(0,2) = 0:
|
|
|
- '"This is great," hi says after you have danced for a while. "Let''s keep dancing," he says.'
|
|
|
+ '"This is great," hi says after you have danced for a while. "Let''s keep dancing," he says.'
|
|
|
act 'Keep dancing with him': gt 'katja_nightclub', 'dance_guy3'
|
|
|
act 'Find something else to do':
|
|
|
cla
|
|
@@ -1013,7 +1013,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
act 'Go with him': gt 'katja_nightclub', 'private_room1'
|
|
|
else
|
|
|
'"Sure," you answer.'
|
|
|
- 'However, Katja grabs your shoulder and whispers in you ear, "I''m not going with him. If you want to, you can go ahead, but I''m staying here."'
|
|
|
+ 'However, Katja grabs your shoulder and whispers in you ear, "I''m not going with him. If you want to, you can go ahead, but I''m staying here."'
|
|
|
act 'Go with him alone':
|
|
|
cla
|
|
|
'"Suits yourself" you tell Katja and turn to the guy "Lead the way" you say to him. "Great. Follow me, my lady," he says and leads you to a private room. The bouncer seems to know him and just opens the door for you.'
|
|
@@ -1035,7 +1035,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
cla
|
|
|
if katjaQW['QWstage'] >= 6 and katjaQW['boy_block'] = 0 and katjaQW['sex_clossedness'] = 0 and katjaQW['horny'] > rand(40,60):
|
|
|
'You start to tell him no but Katja says he can join you.'
|
|
|
- 'Katja gives you a surprised look, while the man looks confused.'
|
|
|
+ 'Katja gives you a surprised look, while the man looks confused.'
|
|
|
act 'Relent and let Katja decide':
|
|
|
cla
|
|
|
katjaQW['dom'] += rand(1,2)
|
|
@@ -1061,7 +1061,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'dislike'
|
|
|
gs 'willpower', 'pay', 'force'
|
|
|
katjaQW['dom'] -= rand(1,2)
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'"I really don''t think it''s a good idea to go with him. He really seems like a guy that won''t stop if we tell him to when we are alone with him," you whisper.'
|
|
|
'Katja looks at the guy again and after a moment of thinking, she relents. "OK. I''m not really convinced that he''s bad, but I will stay with you," she answers.'
|
|
|
'She then turns to him and says, "I''m sorry, but my friend '+iif(func('katja_procedural', 'willing_to_be_naughty') + katjaQW['horny'] > 175, 'is boring', 'doesn''t feel like it')+', so I will stay with her. But maybe another time?"'
|
|
@@ -1133,7 +1133,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
minut += 10
|
|
|
'"I know you want his cock. Just imagine it sliding in and out of your tight, wet pussy," you whisper in her ear and you can her start squirming.'
|
|
|
'"OK. Let''s go," she finally says out loud and the guy''s face lights up like it''s Christmas. You walk '+iif(temper <20, 'to the wardrobe to get your coats and then leave the club.', 'out in the warm night.')
|
|
|
- act 'Walk to his home': gt 'katja_city_sex', 'walking_home_with_a_guy.'
|
|
|
+ act 'Walk to his home': gt 'katja_city_sex', 'walking_home_with_a_guy.'
|
|
|
end
|
|
|
else
|
|
|
act 'Push her a little more (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -1143,7 +1143,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
katjaQW['dom'] += rand(2,3)
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
- 'You resign yourself and accept Katja''s decision. "I''m very sorry, but my friend doesn''t feel like it. So we''re staying here to dance," you tell him, and he says goodbye and walks away, looking quite sad.'
|
|
|
+ 'You resign yourself and accept Katja''s decision. "I''m very sorry, but my friend doesn''t feel like it. So we''re staying here to dance," you tell him, and he says goodbye and walks away, looking quite sad.'
|
|
|
gs 'katja_nightclub', 'dance_end'
|
|
|
end
|
|
|
if katjaQW['faithful'] = 0:
|
|
@@ -1200,7 +1200,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'dislike'
|
|
|
gs 'willpower', 'pay', 'force'
|
|
|
katjaQW['dom'] -= rand(1,2)
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'"I really don''t think it''s a good idea to go with him. I got a really bad feeling from him, he might have someone waiting for us, and then what''re we going to do?" you whisper.'
|
|
|
'Katja looks at the guy again and after a moment of thinking, she relents. "OK. I''m not really convinced that he''s bad, but I will stay with you," she answers.'
|
|
|
'She then turns to him. "I''m sorry, but my friend '+iif(func('katja_procedural', 'willing_to_be_naughty') + katjaQW['horny'] > 175, 'is boring', 'doesn''t feel like it')+', so I will stay with her. But maybe another time?"'
|
|
@@ -1256,7 +1256,7 @@ if $ARGS[0] = 'dance_guy3':
|
|
|
locat['katja_save2'] = 54
|
|
|
locat['katja'] = locat['katja_save2']
|
|
|
'"That does sound like fun. Let''s go," you say and his face lights up like it''s Christmas. You walk '+iif(temper <20, 'to the wardrobe to get your coats and then leave the club.', 'out in the warm night.')
|
|
|
- act 'Walk to his home': gt 'katja_city_sex', 'walking_home_with_a_guy.'
|
|
|
+ act 'Walk to his home': gt 'katja_city_sex', 'walking_home_with_a_guy.'
|
|
|
end
|
|
|
act 'Say no thanks':
|
|
|
cla
|
|
@@ -1291,14 +1291,14 @@ if $ARGS[0] = 'private_room1':
|
|
|
'<<$npc_nickname[$npclastgenerated]>> looks confused. "What was that about?" he asks.'
|
|
|
'"My friend has had an addiction problem. She''s over it now, but tries to avoid drugs because of that," you explain. "I''m very sorry, but I need to check up on my friend," you say and leave <<$npc_nickname[$npclastgenerated]>>.'
|
|
|
act 'Find Katja':
|
|
|
- *clr & cla
|
|
|
+ *clr & cla
|
|
|
minut += 10
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
|
|
|
'You leave the private rooms and find Katja just on the edge of the dance floor with tears in her eyes. "I''m sorry, Sveta. But the sight of the drugs just brought up all these feelings in me that I couldn''t control," Katja says and starts crying.'
|
|
|
'"There there, no need to hold it in. Let it all out," you say as you hug Katja. She hugs you back and you just stand there for some time until Katja finishes crying.'
|
|
|
'"Let''s dance," you say and drag her to the dance floor.'
|
|
|
- 'Soon, the dancing makes her forget the bad experience and, after a few minutes, she is her normal, happy self again.'
|
|
|
+ 'Soon, the dancing makes her forget the bad experience and, after a few minutes, she is her normal, happy self again.'
|
|
|
gs 'katja_nightclub', 'dance_end'
|
|
|
end
|
|
|
else
|
|
@@ -1309,14 +1309,14 @@ if $ARGS[0] = 'private_room1':
|
|
|
'After a few minutes, <<$npc_nickname[$npclastgenerated]>> says, "Why don''t we try some other good stuff?" He pulls out a small bag with white powder inside.'
|
|
|
if katjaQW['coke_stage'] = 0:
|
|
|
'Katja looks confused at first, she''s not really sure what it is. But as he pours some of the powder on the table and makes several lines, she seems to realize what''s going on and starts to look surprised and then skeptical.'
|
|
|
- '"I''ll go first, if you ladies don''t mind," he says. And as he sniffs the first line, Katja look starts to change to curious. After he finishes, he looks around. "Who''s next?" he asks and he holds out the tube he used to sniff the cocaine.'
|
|
|
+ '"I''ll go first, if you ladies don''t mind," he says. And as he sniffs the first line, Katja look starts to change to curious. After he finishes, he looks around. "Who''s next?" he asks and he holds out the tube he used to sniff the cocaine.'
|
|
|
gs 'willpower', 'drugs', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Say no to the drugs (<<will_cost>> Willpower)':
|
|
|
cla
|
|
|
minut += 2
|
|
|
- gs 'willpower', 'pay'
|
|
|
- gs 'stat'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
'"Thanks, but that''s not for me," you say, and Katja quickly and vehemently shakes her head when he tries to hand the tube to her.'
|
|
|
'"Well, more for me then," he says and does a couple more lines before packing away the drugs.'
|
|
|
act 'Continue talking': gt 'katja_nightclub', 'private_room2', 1
|
|
@@ -1344,7 +1344,7 @@ if $ARGS[0] = 'private_room1':
|
|
|
minut += 8
|
|
|
gs 'willpower', 'pay', 'force'
|
|
|
gs 'katja_procedural', 'take_cocaine'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/nightclub/katja_cocaine2.jpg"></center>'
|
|
|
'"Come on, Katja. Just try it. It won''t harm you," you say, but Katja still looks skeptical.'
|
|
|
'"I don''t know, <<$pcs_nickname>>. I''m not sure it''s a good idea. I don''t think it''s for me," she replies.'
|
|
@@ -1373,16 +1373,16 @@ if $ARGS[0] = 'private_room1':
|
|
|
end
|
|
|
elseif katjaQW['coke_stage'] < 3:
|
|
|
'Katja looks skeptical, but also a little curious, as he pours some of the powder on the table and makes several lines.'
|
|
|
- '"I''ll go first, if you ladies don''t mind," he says.'
|
|
|
- 'After he finishes, he looks around. "Who''s next?" he asks. He holds out the tube he used to take the cocaine, with Katja looking like she wants to say no.'
|
|
|
+ '"I''ll go first, if you ladies don''t mind," he says.'
|
|
|
+ 'After he finishes, he looks around. "Who''s next?" he asks. He holds out the tube he used to take the cocaine, with Katja looking like she wants to say no.'
|
|
|
gs 'willpower', 'drugs', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Say no to the drugs (<<will_cost>> Willpower)':
|
|
|
cla
|
|
|
minut += 2
|
|
|
gs 'willpower', 'drugs', 'resist'
|
|
|
- gs 'willpower', 'pay'
|
|
|
- gs 'stat'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
'"Thanks, but that''s not for me," you say, and Katja also quickly shakes her head when he tries to hand the tube to her.'
|
|
|
'"Well, more for me then," he says and does a few more of the lines before packing away the drugs.'
|
|
|
act 'Continue talking': gt 'katja_nightclub', 'private_room2', 1
|
|
@@ -1397,9 +1397,9 @@ if $ARGS[0] = 'private_room1':
|
|
|
gs 'drugs', 'cocaine'
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/drugs/cocaine.jpg"></center>'
|
|
|
- '"I''ll take some, but I think my friend will not partake," you say as you take the tube while Katja nods her head. You put one end of the tube to your nose and the other to the first of the lines he has prepared for you.'
|
|
|
+ '"I''ll take some, but I think my friend will not partake," you say as you take the tube while Katja nods her head. You put one end of the tube to your nose and the other to the first of the lines he has prepared for you.'
|
|
|
'You snort the first line and then the second while Katja looks at you with wide open eyes. After a short moment, it hits you and you feel the full effect of the drug. <<$npc_nickname[$npclastgenerated]>> takes the tube and cleans up the drugs.'
|
|
|
- act 'Continue talking': gt 'katja_nightclub', 'private_room2', 2
|
|
|
+ act 'Continue talking': gt 'katja_nightclub', 'private_room2', 2
|
|
|
end
|
|
|
if katjaQW['coke_stage'] = 2:
|
|
|
gs 'willpower', 'drugs', 'force', 'easy'
|
|
@@ -1420,12 +1420,12 @@ if $ARGS[0] = 'private_room1':
|
|
|
gs 'drugs', 'cocaine'
|
|
|
gs 'stat'
|
|
|
gs 'katja_procedural', 'take_cocaine'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/dorm/joint_coke.jpg"></center>'
|
|
|
'"Come on, Katja. Let''s do it together," you say as you take the tube from <<$npc_nickname[$npclastgenerated]>>.'
|
|
|
'She still looks skeptical. "I don''t know, <<$pcs_nickname>>. I''m not sure it''s a good idea," she replies.'
|
|
|
'"You liked it last time! it will be fine this time, too," you continue.'
|
|
|
- '"I''m not sure. '+iif(katjaQW['coke_stage'] = 2, 'I don''t want it to become a habit', 'I think the last time was enough for me')+'" she says.'
|
|
|
+ '"I''m not sure. '+iif(katjaQW['coke_stage'] = 2, 'I don''t want it to become a habit', 'I think the last time was enough for me')+'" she says.'
|
|
|
'"Don''t be such a bore. You know you will love it," you say.'
|
|
|
'Katja finally relents. "OK. Let''s do it, together," she says.'
|
|
|
*nl
|
|
@@ -1440,16 +1440,16 @@ if $ARGS[0] = 'private_room1':
|
|
|
end
|
|
|
elseif katjaQW['coke_stage'] < 5:
|
|
|
'Katja looks curious and a little excited as he pours some of the powder on the table and makes several lines.'
|
|
|
- '"I''ll go first, if you ladies don''t mind," he says.'
|
|
|
- 'After he finishes, he looks around. "Who''s next?" he asks and holds out the tube he used to take the cocaine. Katja looks like she is ready.'
|
|
|
+ '"I''ll go first, if you ladies don''t mind," he says.'
|
|
|
+ 'After he finishes, he looks around. "Who''s next?" he asks and holds out the tube he used to take the cocaine. Katja looks like she is ready.'
|
|
|
gs 'willpower', 'drugs', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Say no to the drugs (<<will_cost>> Willpower)':
|
|
|
cla
|
|
|
minut += 2
|
|
|
gs 'willpower', 'drugs', 'resist'
|
|
|
- gs 'willpower', 'pay'
|
|
|
- gs 'stat'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
'"Thanks, but that is not for me," you say.'
|
|
|
'"How about you then?" he asks Katja.'
|
|
|
'"OK, make some lines for me," she replies'+iif( katjaQW['coke_stage'] = 3, ' hesitantly.', '.')
|
|
@@ -1472,19 +1472,19 @@ if $ARGS[0] = 'private_room1':
|
|
|
'"I''m just saying that maybe we should relax a little. Right now is not the time for this," you say.'
|
|
|
'Katja thinks about it for a moment. '+iif(katjaQW['coke_stage'] = 3, '"OK. Not tonight," she says.', '"Fine," she says, clearly not happy about it.')
|
|
|
'"Well, more for me then," <<$npc_nickname[$npclastgenerated]>> says and does a few more lines before packing away the drugs.'
|
|
|
- act 'Continue talking': gt 'katja_nightclub', 'private_room2', 1
|
|
|
+ act 'Continue talking': gt 'katja_nightclub', 'private_room2', 1
|
|
|
end
|
|
|
else
|
|
|
- act 'Convince Katja not to take the cocaine (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ act 'Convince Katja not to take the cocaine (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
act 'Watch Katja do her lines':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
gs 'katja_procedural', 'take_cocaine'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/pavlovsk/school/girl/katja/uni/nightclub/katja_cocaine2.jpg"></center>'
|
|
|
'You watch as Katja takes the tube, puts one end at her nose and bows down to the start of the line that <<$npc_nickname[$npclastgenerated]>> has prepared for her.'
|
|
|
- 'She then sniffs the line with no problem and just sits up waiting for the the drugs to hit her.'
|
|
|
+ 'She then sniffs the line with no problem and just sits up waiting for the the drugs to hit her.'
|
|
|
*nl
|
|
|
'After a moment, it does and Katja just sits there with wide open eyes. She starts giggling which turns into a laugh that lasts for some time.'
|
|
|
act 'Continue talking': gt 'katja_nightclub', 'private_room2', 2
|
|
@@ -1500,11 +1500,11 @@ if $ARGS[0] = 'private_room1':
|
|
|
gs 'drugs', 'cocaine'
|
|
|
gs 'stat'
|
|
|
gs 'katja_procedural', 'take_cocaine'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/dorm/joint_cocaine.jpg"></center>'
|
|
|
'"Come on, Katja. Let''s do it together," you say as you take the tube from <<$npc_nickname[$npclastgenerated]>>.'
|
|
|
'She agrees and <<$npc_nickname[$npclastgenerated]>> hands her another tube and Katja takes it happily.'
|
|
|
- 'You put your tubes to your nostrils and lover your heads to the table and sniff your line. Katja does it with great enthusiasm.'
|
|
|
+ 'You put your tubes to your nostrils and lover your heads to the table and sniff your line. Katja does it with great enthusiasm.'
|
|
|
*nl
|
|
|
'After a moment, it hits you both. You feel wonderful while Katja just sits there with wide open eyes. She starts giggling which turns into a laugh that lasts for some time.'
|
|
|
act 'Continue talking': gt 'katja_nightclub', 'private_room2', 3
|
|
@@ -1512,17 +1512,17 @@ if $ARGS[0] = 'private_room1':
|
|
|
else
|
|
|
'Katja looks excited as he pours some of the powder on the table and makes several lines.'
|
|
|
'"I''ll go first, if you ladies don''t mind," he says.'
|
|
|
- '"As long as you leave some for us," Katja responds.'
|
|
|
+ '"As long as you leave some for us," Katja responds.'
|
|
|
'After he finishes, he looks around. "Who''s next?" he asks and holds out the tube he used to take the cocaine.'
|
|
|
- '"We''re going to do it together. Right, <<$pcs_nickname>>?" Katja says with great enthusiasm.'
|
|
|
+ '"We''re going to do it together. Right, <<$pcs_nickname>>?" Katja says with great enthusiasm.'
|
|
|
gs 'willpower', 'drugs', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Say no to the drugs (<<will_cost>> Willpower)':
|
|
|
cla
|
|
|
minut += 2
|
|
|
gs 'willpower', 'drugs', 'resist'
|
|
|
- gs 'willpower', 'pay'
|
|
|
- gs 'stat'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
'"Thanks, but that''s not for me," you reply.'
|
|
|
'"So just you, then?" he asks Katja.'
|
|
|
'"Yes. Seems like <<$pcs_nickname>> is being boring tonight. Make some lines for me," she says.'
|
|
@@ -1540,11 +1540,11 @@ if $ARGS[0] = 'private_room1':
|
|
|
act 'Convince Katja not to take cocaine (<<will_cost>> Willpower)':
|
|
|
*clr & cla
|
|
|
gs 'willpower', 'pay', 'force'
|
|
|
- if katjaQW['coke_stage'] = 5:
|
|
|
+ if katjaQW['coke_stage'] = 5:
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'dislike'
|
|
|
- elseif katjaQW['coke_stage'] = 6:
|
|
|
+ elseif katjaQW['coke_stage'] = 6:
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'hate'
|
|
|
- elseif katjaQW['coke_stage'] = 7:
|
|
|
+ elseif katjaQW['coke_stage'] = 7:
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'loathe'
|
|
|
end
|
|
|
gs 'stat'
|
|
@@ -1558,20 +1558,20 @@ if $ARGS[0] = 'private_room1':
|
|
|
'"No, I''m not, and I''m sure she would be harsher with you than I am," you answer.'
|
|
|
'Katja is silently thinking about it for a moment. "Fine. You get it your way, this time," she says, clearly not happy about it.'
|
|
|
'"Well, more for me then," <<$npc_nickname[$npclastgenerated]>> says and does a few more lines before packing away the drugs. Katja looks longingly at the drugs while he is doing so.'
|
|
|
- act 'Continue talking': gt 'katja_nightclub', 'private_room2', 1
|
|
|
+ act 'Continue talking': gt 'katja_nightclub', 'private_room2', 1
|
|
|
end
|
|
|
else
|
|
|
- act 'Convince Katja not to take the cocaine (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ act 'Convince Katja not to take the cocaine (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
end
|
|
|
act 'Watch Katja do her lines':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
gs 'katja_procedural', 'take_cocaine'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/pavlovsk/school/girl/katja/uni/nightclub/katja_cocaine2.jpg"></center>'
|
|
|
'You watch as Katja takes the tube, puts one end at her nose and bows down so the other end is at the start of the line that <<$npc_nickname[$npclastgenerated]>> has prepared for her.'
|
|
|
- 'She then sniffs the line like a pro and sits up, waiting for the the drugs to hit her.'
|
|
|
+ 'She then sniffs the line like a pro and sits up, waiting for the the drugs to hit her.'
|
|
|
*nl
|
|
|
'After a moment, it does and Katja sits there with wide open eyes. She starts giggling which turns into a laugh that lasts for some time.'
|
|
|
act 'Continue talking': gt 'katja_nightclub', 'private_room2', 2
|
|
@@ -1587,11 +1587,11 @@ if $ARGS[0] = 'private_room1':
|
|
|
gs 'drugs', 'cocaine'
|
|
|
gs 'stat'
|
|
|
gs 'katja_procedural', 'take_cocaine'
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/dorm/joint_cocaine.jpg"></center>'
|
|
|
'"Okay, Katja. Let''s do it together," you say.'
|
|
|
'"Yes. That''s the spirit," she replies as she has already taken the tube from <<$npc_nickname[$npclastgenerated]>>. He quickly produces another one and hands it to you.'
|
|
|
- 'You both put your tubes to you nostrils and lover your heads to the table and sniff your lines. Katja does it like it''s something she does all the time.'
|
|
|
+ 'You both put your tubes to you nostrils and lover your heads to the table and sniff your lines. Katja does it like it''s something she does all the time.'
|
|
|
*nl
|
|
|
'After a moment, it hits you both. You feel wonderful while Katja just sits there with wide open eyes. She starts giggling which turns into a laugh that lasts for some time.'
|
|
|
act 'Continue talking': gt 'katja_nightclub', 'private_room2', 3
|
|
@@ -1642,7 +1642,7 @@ if $ARGS[0] = 'private_room2':
|
|
|
gs 'willpower', 'pay', 'force'
|
|
|
gs 'arousal', 'foreplay_give', 3
|
|
|
KatjaQW['horny'] += 20
|
|
|
- gs 'stat'
|
|
|
+ gs 'stat'
|
|
|
'You accept his touch and place your hand on his thigh, moving it slowly towards his crotch. "Look. Katja, He is quite handsome. I''m sure what he has here is something we could make use of," you say as your hand grazes the growing lump in his trousers.'
|
|
|
'"It feels quite good, '+iif(dick > 15, 'big just like you like it', 'nice and smooth')+'. It will be perfect for pounding that tight, wet pussy of yours," you say as you are stroking his now extremely hard <<dick>>cm dick through his pants.'
|
|
|
'Katja is squirming and her face is getting very red. "You know, <<$pcs_nickname>>. That might be just what I need," she says in a seductive voice, as she moves closer and lets her hand join yours.'
|
|
@@ -1653,7 +1653,7 @@ if $ARGS[0] = 'private_room2':
|
|
|
end
|
|
|
end
|
|
|
if katjaQW['faithful'] = 0:
|
|
|
- act 'Have sex with <<$npc_nickname[$npclastgenerated]>> without Katja':
|
|
|
+ act 'Have sex with <<$npc_nickname[$npclastgenerated]>> without Katja':
|
|
|
'You accept his touch and place your hand on his thighs, moving it slowly towards his crotch. "Mmm. this is something I''m going to enjoy," you say as you hand reaches his cock.'
|
|
|
'"What are you doing, <<$pcs_nickname>>?" Katja asks while getting flustered. YOu just ignore her and continue to stroke <<$npc_nickname[$npclastgenerated]>>''s now hard cock through his pants.'
|
|
|
'He takes your groping as approval and starts pawing at your <<$pcs_desc[''breast'']>> breasts. You''re so into it, that you don''t even notice Katja get up and leave.'
|