|
@@ -2,13 +2,15 @@
|
|
|
|
|
|
gs 'skverdin'
|
|
|
|
|
|
-if plact = 0:
|
|
|
+$ev_name = $placerStringParameter['ev_name']
|
|
|
+
|
|
|
+if placerParameter['player_act'] = 0:
|
|
|
menu_off = 1
|
|
|
gs 'npcgeneratec', 0, 'Stranger', rand(18,35)
|
|
|
gs 'boyStat', $npclastgenerated
|
|
|
gs 'stat'
|
|
|
|
|
|
- if Frend_num > 0:
|
|
|
+ if placerParameter['friend_index'] > 0:
|
|
|
$text_mod = ' Your girlfriend <<$ev_name>> introduces herself too.'
|
|
|
else
|
|
|
$text_mod = ''
|
|
@@ -17,7 +19,7 @@ if plact = 0:
|
|
|
$npc_usedname[$boy] = $npc_nickname[$boy]
|
|
|
$boydesc = $npc_nickname[$boy]
|
|
|
|
|
|
- if know_status = 2:
|
|
|
+ if placerParameter['recognize_status'] = 2:
|
|
|
!!random Gopniks
|
|
|
if month=1 or month=2 or month=12 or month=11:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver_znacom_1.jpg"></center>'
|
|
@@ -28,8 +30,8 @@ if plact = 0:
|
|
|
'You smile as you reply: "I''m <<$pcs_nickname>>."'+$text_mod
|
|
|
'<<$boydesc>> invites you: "Pleased to meet you, <<$pcs_nickname>>! Would you like to have a beer with me?"'
|
|
|
|
|
|
- !!if Frend_num = 0:end
|
|
|
- if Frend_num > 0:'<<$ev_name>> whispers to you: "I''m not so sure about this, <<$pcs_nickname>>! I think we should go..."'
|
|
|
+ !!if placerParameter['friend_index'] = 0:end
|
|
|
+ if placerParameter['friend_index'] > 0:'<<$ev_name>> whispers to you: "I''m not so sure about this, <<$pcs_nickname>>! I think we should go..."'
|
|
|
else
|
|
|
!!random normal guys
|
|
|
if month=1 or month=2 or month=12 or month=11:
|
|
@@ -41,26 +43,26 @@ if plact = 0:
|
|
|
'You smile as you reply: "I''m <<$pcs_nickname>>."'+$text_mod
|
|
|
'<<$boydesc>> invites you: "Pleased to meet you, <<$pcs_nickname>>! Would you like to have a beer with me?"'
|
|
|
|
|
|
- if kol_man = 1 and Frend_num > 0:
|
|
|
+ if placerParameter['number_of_man'] = 1 and placerParameter['friend_index'] > 0:
|
|
|
'<<$ev_name>> whispers to you: "Who do you think he likes more, <<$pcs_nickname>>? You or me?"'
|
|
|
- elseif kol_man > 1:
|
|
|
+ elseif placerParameter['number_of_man'] > 1:
|
|
|
'Vying for the guys'' attention, you happily accept <<$boydesc>>''s invitation and introduce yourself to everyone.'
|
|
|
- if Frend_num > 0:'<<$ev_name>> whispers to you: "They''re cute, <<$pcs_nickname>>! Let''s stay for a while and see what happens?"'
|
|
|
+ if placerParameter['friend_index'] > 0:'<<$ev_name>> whispers to you: "They''re cute, <<$pcs_nickname>>! Let''s stay for a while and see what happens?"'
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- act 'Drink some beer':plact = 1 & gt $curloc
|
|
|
+ act 'Drink some beer':placerParameter['player_act'] = 1 & gt $curloc
|
|
|
|
|
|
- if Frend_num = 0:act 'Decline and leave':gt 'pav_park', 'start'
|
|
|
+ if placerParameter['friend_index'] = 0:act 'Decline and leave':gt 'pav_park', 'start'
|
|
|
|
|
|
- if Frend_num > 0:
|
|
|
+ if placerParameter['friend_index'] > 0:
|
|
|
act 'Leave with your friend':
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
|
|
|
|
- if p_slut < 80:gt 'placer_end'
|
|
|
+ if placerParameter['friend_slut'] < 80:gt 'placer_end'
|
|
|
|
|
|
- if p_slut >= 80:
|
|
|
+ if placerParameter['friend_slut'] >= 80:
|
|
|
'<<$ev_name>> whispers to you: "Don''t be such a bore, <<$pcs_nickname>>! I want to stay, he''s cute! Come on, stay with me and live a little!"'
|
|
|
|
|
|
gs 'willpower', 'drink', 'resist', 'medium'
|
|
@@ -74,7 +76,7 @@ if plact = 0:
|
|
|
act 'Leave your friend behind and go (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
|
|
|
- act 'Drink some beer with them':plact = 1 & gt $curloc
|
|
|
+ act 'Drink some beer with them':placerParameter['player_act'] = 1 & gt $curloc
|
|
|
|
|
|
act 'Drag your friend away':gt 'placer_end'
|
|
|
end
|
|
@@ -82,28 +84,28 @@ if plact = 0:
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-!!if slut_vid > 0:know_gor_slut = 1
|
|
|
+!!if placerParameter['slut_visual'] > 0:placerParameter['know_slut'] = 1
|
|
|
|
|
|
!!!!!!!!!!!!!!!
|
|
|
!!!drink beer!!!
|
|
|
!!!!!!!!!!!!!!!
|
|
|
-if plact = 1:
|
|
|
+if placerParameter['player_act'] = 1:
|
|
|
menu_off = 1
|
|
|
minut += 5
|
|
|
gs 'drugs', 'alcohol', 'beer'
|
|
|
gs 'stat'
|
|
|
|
|
|
- if Frend_num > 0:$textsub = ' and your friend'
|
|
|
- if Frend_num = 0:$textsub = ''
|
|
|
- if kol_man = 1:$textsub2 = 'guy'
|
|
|
- if kol_man > 1:$textsub2 = 'guys'
|
|
|
+ if placerParameter['friend_index'] > 0:$textsub = ' and your friend'
|
|
|
+ if placerParameter['friend_index'] = 0:$textsub = ''
|
|
|
+ if placerParameter['number_of_man'] = 1:$textsub2 = 'guy'
|
|
|
+ if placerParameter['number_of_man'] > 1:$textsub2 = 'guys'
|
|
|
|
|
|
- 'You<<$textsub>> join the <<$textsub2>> for some beers, and go to a more secluded area of the park. <<$boydesc>> pours beer into plastic cups and hands them out. The beer is nice and cold, and you<<$textsub>> have a chat with <<$boydesc>> while the <<$kol_man_text>> mess around.'
|
|
|
+ 'You<<$textsub>> join the <<$textsub2>> for some beers, and go to a more secluded area of the park. <<$boydesc>> pours beer into plastic cups and hands them out. The beer is nice and cold, and you<<$textsub>> have a chat with <<$boydesc>> while the <<$placerStringParameter[''text_someone'']>> mess around.'
|
|
|
|
|
|
- if know_status = 2:
|
|
|
+ if placerParameter['recognize_status'] = 2:
|
|
|
!!gopniks in the park, 3-6
|
|
|
- if Frend_num = 0:
|
|
|
- if know_gor_slut = 0:
|
|
|
+ if placerParameter['friend_index'] = 0:
|
|
|
+ if placerParameter['know_slut'] = 0:
|
|
|
'<<$boydesc>> excuses himself for a moment, and then surprises you when he comes up to you from behind. He puts his arms around your waist while kissing your neck. The other guys are mostly ignoring you and are talking among one another, though you do see one or two jealous glances from them.'
|
|
|
|
|
|
gs 'arousal', 'kiss', 5
|
|
@@ -284,7 +286,7 @@ if plact = 1:
|
|
|
act 'Leave':gt 'pav_park', 'start'
|
|
|
end
|
|
|
end
|
|
|
- elseif know_gor_slut = 1 and BjBeerQW > 1 and bjgangrand = 1:
|
|
|
+ elseif placerParameter['know_slut'] = 1 and BjBeerQW > 1 and bjgangrand = 1:
|
|
|
'One of the guys suddenly laughs: "Wait a minute, I know her! That''s <<$pcs_nickname>>, everyone knows she''s a <<$gnikname>>. She gives guys blowjobs just to get a beer! My buddy showed me a video where they gave like three guys a blowjob, and then happily said hi to her mother with the cum still on her face!"'
|
|
|
'One of the other guys approaches you, and puts his hand on your chin while he takes a good look at your face. When he sees you flinch, he slaps you across the face quite hard. He orders you: "Don''t move, bitch."'
|
|
|
'You''re too afraid to fight him, and just let him do what he wants while he runs his fingers over your lips and slips a finger inside your mouth, which you begin to suck on without even giving it any thought.'
|
|
@@ -301,18 +303,18 @@ if plact = 1:
|
|
|
|
|
|
act 'Kneel down and open your mouth':
|
|
|
*clr & cla
|
|
|
- stat['bj'] += kol_man
|
|
|
- guy += kol_man
|
|
|
+ stat['bj'] += placerParameter['number_of_man']
|
|
|
+ guy += placerParameter['number_of_man']
|
|
|
i = 0
|
|
|
:parkbj
|
|
|
spafinloc = 12
|
|
|
gs 'cum_manage'
|
|
|
i += 1
|
|
|
- if i <= kol_man:
|
|
|
+ if i <= placerParameter['number_of_man']:
|
|
|
spafinloc = 11
|
|
|
gs 'cum_manage'
|
|
|
i += 1
|
|
|
- if i <= kol_man: jump 'parkbj'
|
|
|
+ if i <= placerParameter['number_of_man']: jump 'parkbj'
|
|
|
end
|
|
|
face_write = 1
|
|
|
gang += 1
|
|
@@ -344,7 +346,7 @@ if plact = 1:
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- elseif know_gor_slut = 1:
|
|
|
+ elseif placerParameter['know_slut'] = 1:
|
|
|
'One of the guys tells you: "<<$pcs_nickname>>, we all know you''re a <<$gnikname>>". One of his friends pitches in: "In other words: we''re going to some place quiet and we''re going to fuck you. Cause trouble and we''ll knock your teeth out. Understood?"'
|
|
|
|
|
|
act 'Go with the guys':
|
|
@@ -356,18 +358,18 @@ if plact = 1:
|
|
|
|
|
|
act 'Squat before them':
|
|
|
*clr & cla
|
|
|
- stat['bj'] += kol_man
|
|
|
- guy += kol_man
|
|
|
+ stat['bj'] += placerParameter['number_of_man']
|
|
|
+ guy += placerParameter['number_of_man']
|
|
|
i = 0
|
|
|
:parkbj2
|
|
|
spafinloc = 12
|
|
|
gs 'cum_manage'
|
|
|
i += 1
|
|
|
- if i <= kol_man:
|
|
|
+ if i <= placerParameter['number_of_man']:
|
|
|
spafinloc = 11
|
|
|
gs 'cum_manage'
|
|
|
i += 1
|
|
|
- if i <= kol_man: jump 'parkbj2'
|
|
|
+ if i <= placerParameter['number_of_man']: jump 'parkbj2'
|
|
|
end
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/gop/blowbang.jpg"></center>'
|
|
@@ -385,8 +387,8 @@ if plact = 1:
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- elseif Frend_num > 0:
|
|
|
- if know_gor_slut = 0:
|
|
|
+ elseif placerParameter['friend_index'] > 0:
|
|
|
+ if placerParameter['know_slut'] = 0:
|
|
|
'You see one of the guys come behind to your friend, closing his arms around her in a bear grip as he kisses her neck. Another guy does the same to you, and kisses your neck quite aggressively while he has a tight grip on your waist.'
|
|
|
|
|
|
act 'Kiss him':
|
|
@@ -417,7 +419,7 @@ if plact = 1:
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- if know_gor_slut = 1:
|
|
|
+ if placerParameter['know_slut'] = 1:
|
|
|
'One of the guys says: "<<$pcs_nickname>>, we all know you''re a whore. If your little girlfriend is with you, we can only assume she is, too."'
|
|
|
'Another guy pitches in: "In other words: you and your girlfriend are going to entertain us at our place. If you''re good enough, we''ll let you go afterwards."'
|
|
|
|
|
@@ -450,14 +452,14 @@ if plact = 1:
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if know_status < 2:
|
|
|
+ if placerParameter['recognize_status'] < 2:
|
|
|
tiprand = rand(0, 1)
|
|
|
tiploverand = rand(0, 1)
|
|
|
|
|
|
!norms
|
|
|
- if kol_man = 1:
|
|
|
- if Frend_num = 0 and kol_man = 1:
|
|
|
- if slut_vid > 0:
|
|
|
+ if placerParameter['number_of_man'] = 1:
|
|
|
+ if placerParameter['friend_index'] = 0 and placerParameter['number_of_man'] = 1:
|
|
|
+ if placerParameter['slut_visual'] > 0:
|
|
|
'The guy comes up to you, and aggressively kisses you on your mouth.'
|
|
|
|
|
|
act 'Kiss him back':
|
|
@@ -541,7 +543,7 @@ if plact = 1:
|
|
|
if tiperand = 2:gt 'fbGar'
|
|
|
end
|
|
|
end
|
|
|
- elseif Frend_num > 0 and kol_man = 1:
|
|
|
+ elseif placerParameter['friend_index'] > 0 and placerParameter['number_of_man'] = 1:
|
|
|
if tiploverand = 0:
|
|
|
'You''re having fun, drinking beers with your friend and the guy you just met. After a while you realize that he is mostly just paying attention to you though, while pretending your friend <<$ev_name>> isn''t there.'
|
|
|
|
|
@@ -550,7 +552,7 @@ if plact = 1:
|
|
|
gs 'stat'
|
|
|
'<<$boydesc>> whispers in your ear: "Come on <<$pcs_nickname>>, let''s go to my place..."'
|
|
|
|
|
|
- if p_slut < 50 or (Frend_num = 14 and katjaQW['park_sex'] < rand(1,2)):
|
|
|
+ if placerParameter['friend_slut'] < 50 or (placerParameter['friend_index'] = 14 and katjaQW['park_sex'] < rand(1,2)):
|
|
|
!!If Katja have not done much with guys from the park, she might want to leave you alone.
|
|
|
'<<$ev_name>> seems to understand where this is going, and nods at you: "Okay, <<$pcs_nickname>>... I guess I should leave the two of you alone. I''ll see you later?"'
|
|
|
|
|
@@ -587,23 +589,23 @@ if plact = 1:
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
|
|
|
|
- if p_slut < 30:
|
|
|
+ if placerParameter['friend_slut'] < 30:
|
|
|
'<<$ev_name>> kisses the guy for a while, but when he whispers something to her she apologizes to him: "Sorry, <<$boydesc>>... I can''t just leave <<$pcs_nickname>> hanging. We should be going."'
|
|
|
|
|
|
act 'Leave with your friend':gt 'placer_end'
|
|
|
end
|
|
|
|
|
|
- if p_slut >= 30 and p_slut < 60:
|
|
|
+ if placerParameter['friend_slut'] >= 30 and placerParameter['friend_slut'] < 60:
|
|
|
'<<$ev_name>> kisses the guy, and he begins to grope her body. She quickly whispers something in his ear, and you see him nod. Then <<$ev_name>> turns to you: "Sorry <<$pcs_nickname>>, <<$boydesc>> promised me he''d show me his cool rock collection. His apartment is small though, there''d be no room for the both of us... I''ll see you later?"'
|
|
|
|
|
|
- if Frend_num = 14:
|
|
|
+ if placerParameter['friend_index'] = 14:
|
|
|
KatjaQW['slut'] += 10
|
|
|
KatjaQW['horny'] = 0
|
|
|
if katjaQW['park_sex'] = 0: katjaQW['park_sex'] = 1
|
|
|
end
|
|
|
|
|
|
act 'Watch her leave with the stranger':gt 'pav_park', 'start'
|
|
|
- elseif p_slut >= 60:
|
|
|
+ elseif placerParameter['friend_slut'] >= 60:
|
|
|
'<<$ev_name>> kisses the guy, and he begins to grope her body. She quickly whispers something in his ear, and you see him nod. Then <<$ev_name>> turns to you and asks innocently: "Hey <<$pcs_nickname>>... <<$boydesc>> asks if you want to come with us for some fun. What do you say?"'
|
|
|
|
|
|
gs 'willpower', 'sex', 'resist', 'hard'
|
|
@@ -622,11 +624,11 @@ if plact = 1:
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- elseif kol_man > 1:
|
|
|
- if Frend_num = 0:
|
|
|
- if slut_vid > 0:
|
|
|
- if kol_man = 2:$textsub = 'The second guy looks at you knowingly, as if he recognizes you from somewhere. He has a greedy look in his eyes.'
|
|
|
- if kol_man > 2:$textsub = 'The other guys look at you knowingly, as if they recognize you from somewhere. They have greedy looks in their eyes.'
|
|
|
+ elseif placerParameter['number_of_man'] > 1:
|
|
|
+ if placerParameter['friend_index'] = 0:
|
|
|
+ if placerParameter['slut_visual'] > 0:
|
|
|
+ if placerParameter['number_of_man'] = 2:$textsub = 'The second guy looks at you knowingly, as if he recognizes you from somewhere. He has a greedy look in his eyes.'
|
|
|
+ if placerParameter['number_of_man'] > 2:$textsub = 'The other guys look at you knowingly, as if they recognize you from somewhere. They have greedy looks in their eyes.'
|
|
|
|
|
|
'<<$boydesc>> comes up to you, and aggressively kisses you on your mouth while he hugs you. <<$textsub>>.'
|
|
|
|
|
@@ -672,8 +674,8 @@ if plact = 1:
|
|
|
act 'Continue':gt 'placer_sex', 'meet'
|
|
|
end
|
|
|
end
|
|
|
- elseif Frend_num > 0:
|
|
|
- if slut_vid > 0:
|
|
|
+ elseif placerParameter['friend_index'] > 0:
|
|
|
+ if placerParameter['slut_visual'] > 0:
|
|
|
'You see one of the guys come behind to your friend, closing his arms around her in a bear grip as he kisses her neck. Another guy does the same to you, and kisses your neck quite aggressively while he has a tight grip on your waist.'
|
|
|
|
|
|
act 'Kiss him':
|
|
@@ -704,16 +706,16 @@ if plact = 1:
|
|
|
|
|
|
gs 'stat'
|
|
|
|
|
|
- if Frend_num = 0:
|
|
|
+ if placerParameter['friend_index'] = 0:
|
|
|
act 'Turn around and walk away':
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
|
|
|
|
- if know_gor_slut = 0:
|
|
|
- if slut_vid = 0:gt 'pav_park', 'start'
|
|
|
+ if placerParameter['know_slut'] = 0:
|
|
|
+ if placerParameter['slut_visual'] = 0:gt 'pav_park', 'start'
|
|
|
|
|
|
- if slut_vid > 0:
|
|
|
- if know_status = 2:
|
|
|
+ if placerParameter['slut_visual'] > 0:
|
|
|
+ if placerParameter['recognize_status'] = 2:
|
|
|
'<<$boydesc>> disappointedly remarks: "We know you''re a whore... why are you being such a prude?"'
|
|
|
'You shrug at him and keep walking... that remark sure made your decision to leave a lot easier! What a jackass!'
|
|
|
|
|
@@ -722,8 +724,8 @@ if plact = 1:
|
|
|
gt 'pav_park', 'start'
|
|
|
end
|
|
|
end
|
|
|
- elseif know_gor_slut = 1:
|
|
|
- if know_status = 2:
|
|
|
+ elseif placerParameter['know_slut'] = 1:
|
|
|
+ if placerParameter['recognize_status'] = 2:
|
|
|
'You shake your head and apologize: "Sorry boys... I have places to be. Maybe some other time" as you leave. You walk away in a brisk pace, and are gone before they can object.'
|
|
|
|
|
|
act 'Return to the park':gt 'pav_park', 'start'
|
|
@@ -732,7 +734,7 @@ if plact = 1:
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- elseif Frend_num > 0:
|
|
|
+ elseif placerParameter['friend_index'] > 0:
|
|
|
act 'Leave with your friend':gt 'placer_end'
|
|
|
end
|
|
|
end
|