|
@@ -23,11 +23,11 @@ if $ARGS[0] = '':
|
|
|
$menu_loc = 'mitka'
|
|
|
$menu_arg = ''
|
|
|
menu_off = 1
|
|
|
-
|
|
|
+
|
|
|
GadBoy['mitka_day'] = daystart
|
|
|
if GadBoy['first_drink'] = 0: GadBoy['first_drink'] = 1
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
'<center><b><font color="maroon">Mitka Shkvoryen</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big63.jpg"></center>'
|
|
|
*nl
|
|
@@ -44,7 +44,7 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
! School girl Sveta already knows Mitka
|
|
|
$mitkaInvitation = 'Listen, we have a fresh batch of our home brew. Come drink with us at eight o''clock. We meet by the forest road outside the village. We''ll hang out with some friends, and have fun. What do you say?'
|
|
|
-
|
|
|
+
|
|
|
'He is barely older than you, you remember him from your childhood. You both used to swim in the local river together.'
|
|
|
if npc_QW['A63'] = 0:
|
|
|
'You blush as you recall that you used to swim naked together when you were little.'
|
|
@@ -52,7 +52,7 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
*nl
|
|
|
'"Hey <<$pcs_nickname>>, how are you doing?"'
|
|
|
-
|
|
|
+
|
|
|
! Mitka will ask Sveta for sex once relationship gets high enough or Mitka has already had sex with Sveta or Mitka has seen Sveta naked in the woods too many times and Sveta has not chosen to no longer be the village whore after the gadriver_gang event
|
|
|
if (npc_rel['A63'] >= 60 or npc_QW['A63'] > 0) and GadBoy['river_gang'] < 3:
|
|
|
act '"I''m doing fine, thanks."': xgt 'mitka', 'sex_chat'
|
|
@@ -62,17 +62,17 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'first_chat':
|
|
|
- cla
|
|
|
+ cla
|
|
|
minut += 10
|
|
|
npc_rel['A63'] = 10
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You introduce yourself, "I''m <<$pcs_nickname>>."'
|
|
|
'"I couldn''t help but notice, Are you new around here? I have lived my whole life in Gadukino but have never seen you before."'
|
|
|
'If you want I could show you around the village, then he offers, "<<$mitkaInvitation>>"'
|
|
|
-
|
|
|
- act 'Say goodbye': gt $loc
|
|
|
+
|
|
|
+ act 'Say goodbye': gt $loc, $loc_arg
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'normal_chat':
|
|
@@ -80,12 +80,12 @@ if $ARGS[0] = 'normal_chat':
|
|
|
minut += 5
|
|
|
npc_rel['A63'] += 1
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You greet him, "I''m doing fine, thanks."'
|
|
|
'Mitka smiles, "That''s great to hear, <<$pcs_nickname>>.", then he offers, "<<$mitkaInvitation>>"'
|
|
|
-
|
|
|
- act 'Say goodbye': gt $loc
|
|
|
+
|
|
|
+ act 'Say goodbye': gt $loc, $loc_arg
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'sex_chat':
|
|
@@ -93,11 +93,11 @@ if $ARGS[0] = 'sex_chat':
|
|
|
minut += 5
|
|
|
npc_rel['A63'] += 2
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You greet him, "I''m doing fine, thanks."'
|
|
|
'Mitka smiles, "That''s great to hear, <<$pcs_nickname>>.", then he offers, "<<$mitkaInvitation>>"'
|
|
|
-
|
|
|
+
|
|
|
! Sveta has never had sex with Mitka and Mitka has not seen Sveta nude in the forest or river multiple times
|
|
|
if npc_QW['A63'] = 0:
|
|
|
*nl
|
|
@@ -106,15 +106,15 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'willpower', 'bj', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'I don''t know. My mother is obsessed with me staying a virgin. (<<will_cost>> Willpower)':
|
|
|
- cla
|
|
|
+ cla
|
|
|
npc_rel['A63'] -= 1
|
|
|
gs 'willpower', 'bj', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You turn around and walk away from Mitka. You know it would be fun, but you promised your mother...'
|
|
|
- act 'Walk away': gt $loc
|
|
|
+ act 'Walk away': gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'I don''t know. My mother is obsessed with me staying a virgin. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -128,29 +128,29 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'willpower', 'bj', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
|
|
|
- act 'Walk away':gt $loc
|
|
|
+ act 'Walk away':gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'No thanks. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
act 'Sounds tempting, but only a blowjob.':
|
|
|
*clr & cla
|
|
|
-
|
|
|
+
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhome.jpg"></center>'
|
|
|
*nl
|
|
|
'Mitka takes you to '+iif(GadBoy['first_drink'] > 1, 'the familiar old trailer','an old trailer')+' in the woods.'
|
|
|
'Mitka sits down on a couch as you kneel in front of him. You take his cock out of his pants and start to suck...'
|
|
|
-
|
|
|
+
|
|
|
npc_rel['A63'] += 5
|
|
|
npc_QW['A63'] = 1
|
|
|
gs 'boyStat', 'A63'
|
|
|
npc_sex['A63'] += 1
|
|
|
gs 'arousal', 'bj', 10, 'sub'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
act 'Swallow':
|
|
|
*clr & cla
|
|
|
temp_rand = rand(0, 5)
|
|
@@ -160,14 +160,14 @@ if $ARGS[0] = 'sex_chat':
|
|
|
'Mitka stands up and begins to furiously stroke his cock right in your face.'
|
|
|
'Within a minute Mitka is panting hard and suddenly you feel hot cum splattering onto your face and in your mouth.'
|
|
|
'You smile up at him and lick your lips, pleased with your efforts.'
|
|
|
-
|
|
|
+
|
|
|
gs 'cum_call','face','A63',1
|
|
|
elseif temp_rand <= 2:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhomecum3.jpg"></center>'
|
|
|
*nl
|
|
|
'You bob your head up and down on his cock, trying to cram as much of his cock deep into your mouth. Sometimes you gag as it enters your throat.'
|
|
|
'Eventually, you feel Mitka''s cock pulse and a few seconds later your mouth is filled with his salty sperm. You quickly swallow it all down.'
|
|
|
-
|
|
|
+
|
|
|
gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
|
|
|
gs 'cum_call','mouth_swallow','A63',1
|
|
|
else
|
|
@@ -175,7 +175,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
*nl
|
|
|
'Mitka stands, places his hands on the back of your head and roughly forces you to take his cock deep into your throat.'
|
|
|
'Slowly he builds up a rhythm and finally finishes in your mouth. He makes you swallow and lick him clean before removing his cock from your mouth.'
|
|
|
-
|
|
|
+
|
|
|
gs 'arousal', 'bj', 5, 'sub', 'deepthroat', 'rough'
|
|
|
gs 'cum_call','mouth_swallow','A63',1
|
|
|
end
|
|
@@ -183,7 +183,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'stat'
|
|
|
killvar 'temp_rand'
|
|
|
|
|
|
- act 'Leave': gt $loc
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
end
|
|
|
! Sveta is not the boys slut but has had sex with Mitka and she does not know Mira likes Mitka or Mira is the boys slut
|
|
@@ -193,7 +193,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
temp_rand = rand(1, 10)
|
|
|
if (temp_rand = 1 or (temp_rand < 5 and stat['think_virgin'] = 0)) and mesec = 0:
|
|
|
'"How about you let me fuck you today?" Mitka asks.'
|
|
|
- if stat['think_virgin'] = 1:
|
|
|
+ if stat['think_virgin'] = 1:
|
|
|
gs 'willpower', 'sex', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'No, I''m still a virgin. (<<will_cost>> Willpower)':
|
|
@@ -202,11 +202,11 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'willpower', 'sex', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You tell Mitka you are not ready to lose your virginity yet. You know it would be fun, but maybe another time...'
|
|
|
-
|
|
|
- act 'Leave': gt $loc
|
|
|
+
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'No, I''m still a virgin. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -220,24 +220,24 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'willpower', 'sex', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
|
|
|
-
|
|
|
- act 'Walk away': gt $loc
|
|
|
+
|
|
|
+ act 'Walk away': gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
act 'Sure, sounds like fun':
|
|
|
*clr & cla
|
|
|
-
|
|
|
+
|
|
|
if pcs_vag = 0:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkafirst.jpg"></center>'
|
|
|
else
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka2.jpg"></center>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'Mitka takes you to ' + iif(GadBoy['first_drink'] > 1, 'the familiar old trailer','an old trailer') + ' in the woods.'
|
|
|
'He has you lie down on the bed and begins removing your clothes.'
|
|
@@ -247,7 +247,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
'Mitka is clearly enjoying fucking you. He has a huge smile on his face as he holds you in place beneath him.'
|
|
|
end
|
|
|
'Mitka doesn''t bother to pull out and cums deep inside you. Breathing heavily, he gets off of you and says, "You''re a good fuck! We should do it again sometime."'
|
|
|
-
|
|
|
+
|
|
|
npc_rel['A63'] += 1
|
|
|
if npc_QW['A63'] < 10: npc_QW['A63'] += 1
|
|
|
gs 'boyStat', 'A63'
|
|
@@ -256,8 +256,8 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'arousal', 'vaginal', 10, 'sub'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
- act 'Leave': gt $loc
|
|
|
+
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
elseif temp_rand < 9:
|
|
|
'Can you give me a blowjob today?" Mitka asks.'
|
|
@@ -269,30 +269,30 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'willpower', 'bj', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
|
|
|
-
|
|
|
- act 'Walk away': gt $loc
|
|
|
+
|
|
|
+ act 'Walk away': gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
act 'Sure, sounds like fun':
|
|
|
*clr & cla
|
|
|
-
|
|
|
+
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhome.jpg"></center>'
|
|
|
*nl
|
|
|
'Mitka takes you to ' + iif(GadBoy['first_drink'] > 1, 'the familiar old trailer','an old trailer') + ' in the woods.'
|
|
|
'Mitka sits down on a couch as you kneel in front of him. You take his cock out of his pants and start to suck...'
|
|
|
-
|
|
|
+
|
|
|
npc_rel['A63'] += 1
|
|
|
if npc_QW['A63'] < 10: npc_QW['A63'] += 1
|
|
|
gs 'boyStat', 'A63'
|
|
|
npc_sex['A63'] += 1
|
|
|
gs 'arousal', 'bj', 10, 'sub'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
act 'Make him cum':
|
|
|
*clr & cla
|
|
|
temp_rand = rand(0, 5)
|
|
@@ -302,7 +302,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
'Mitka stands up and begins to furiously stroke his cock right in your face.'
|
|
|
'Within a minute Mitka is panting hard and suddenly you feel hot cum splattering onto your face and in your mouth.'
|
|
|
'You smile up at him and lick your lips, pleased with your efforts.'
|
|
|
-
|
|
|
+
|
|
|
gs 'cum_call','face','A63',1
|
|
|
gs 'cum_call','mouth','A63',1
|
|
|
elseif temp_rand >= 3:
|
|
@@ -310,7 +310,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
*nl
|
|
|
'You bob your head up and down on his cock, trying to cram as much of his cock deep into your mouth. Sometimes you gag as it enters your throat.'
|
|
|
'Eventually, you feel Mitka''s cock pulse and a few seconds later your mouth is filled with his salty sperm. You quickly swallow it all down.'
|
|
|
-
|
|
|
+
|
|
|
gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
|
|
|
gs 'cum_call','mouth_swallow','A63',1
|
|
|
else
|
|
@@ -318,7 +318,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
*nl
|
|
|
'Mitka stands, places his hands on the back of your head and roughly forces you to take his cock deep into your throat.'
|
|
|
'Slowly he builds up a rhythm and finally finishes in your mouth. He makes you swallow and lick him clean before removing his cock from your mouth.'
|
|
|
-
|
|
|
+
|
|
|
gs 'arousal', 'bj', 5, 'sub', 'deepthroat', 'rough'
|
|
|
gs 'cum_call','mouth_swallow','A63',1
|
|
|
end
|
|
@@ -326,7 +326,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'stat'
|
|
|
killvar 'temp_rand'
|
|
|
|
|
|
- act 'Leave': gt $loc
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
end
|
|
|
else
|
|
@@ -340,11 +340,11 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'willpower', 'anal', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You tell Mitka you are not ready to lose your anal virginity yet. You know it would be fun, but maybe another time...'
|
|
|
-
|
|
|
- act 'Leave': gt $loc
|
|
|
+
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'No, I''ve never done anal before (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -358,18 +358,18 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'willpower', 'anal', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
*nl
|
|
|
'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
|
|
|
-
|
|
|
- act 'Walk away': gt $loc
|
|
|
+
|
|
|
+ act 'Walk away': gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
act 'Sure, sounds like fun':
|
|
|
*clr & cla
|
|
|
-
|
|
|
+
|
|
|
if pcs_ass < 10:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaanalhome.jpg"></center>'
|
|
|
elseif pcs_ass >= 10 and pcs_ass < 25:
|
|
@@ -386,7 +386,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
'Mitka is clearly enjoying fucking your ass. He has a huge smile on his face as he holds you in place beneath him.'
|
|
|
end
|
|
|
'Mitka doesn''t bother to pull out and cums deep inside your ass. Breathing heavily, he gets off of you and says, "Still a good fuck, but I would prefer your pussy instead."'
|
|
|
-
|
|
|
+
|
|
|
npc_rel['A63'] += 1
|
|
|
if npc_QW['A63'] < 10: npc_QW['A63'] += 1
|
|
|
gs 'boyStat', 'A63'
|
|
@@ -395,7 +395,7 @@ if $ARGS[0] = 'sex_chat':
|
|
|
gs 'arousal', 'anal', 15, 'sub', 'rough'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
act 'Leave':gt 'gadukino'
|
|
|
end
|
|
|
end
|
|
@@ -411,9 +411,9 @@ if $ARGS[0] = 'sex_chat':
|
|
|
'"Well, I just figured since, you know, we already did stuff..." he trails off as he notices that you aren''t going for it.'
|
|
|
'"You thought wrong." you tell him coldly, "Unlike boys, girls don''t fool around with their best friend''s boyfriend."'
|
|
|
'You turn around and walk away and Mitka kicks at the ground in frustration. You decide not to mention this to Mira.'
|
|
|
- act 'Walk away': gt $loc
|
|
|
+ act 'Walk away': gt $loc, $loc_arg
|
|
|
else
|
|
|
- act 'Walk away': gt $loc
|
|
|
+ act 'Walk away': gt $loc, $loc_arg
|
|
|
end
|
|
|
end
|
|
|
|