|
@@ -214,18 +214,18 @@ if $ARGS[0] = 'pavlbar':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
|
|
|
'You go to the bar and see <<$npc_nickname[''A217'']>> sitting in a boot in the corner of the bar.'
|
|
|
if pavprosmmf = 1:
|
|
|
- '"They sure left with a big smile on their faces. Good job <<$pcs_nickname>>." He tells you as he hands you 1200 <b>₽</b>.'
|
|
|
+ '"They sure left with a big smile on their faces. Good job <<$pcs_nickname>>."'
|
|
|
act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
|
|
|
elseif pavprosff = 1:
|
|
|
if pavproslate = 1:
|
|
|
'"You''re late." He tells you as he looks at his watch.'
|
|
|
'"I-I just needed to clean up." You stammer, trying to placate him.'
|
|
|
'He looks you over, noticing your messy hair and your lack of makeup.'
|
|
|
- '"Don''t make a habit out of being late." He tells you as he hands you 900 <b>₽</b>."'
|
|
|
+ '"Don''t make a habit out of being late."'
|
|
|
act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
|
|
|
else
|
|
|
'He looks you over, noticing your messy hair and your smeared makeup.'
|
|
|
- '"You look like someone used your face to have a lot of fun." He tells you with a smirk as he hands you 900 <b>₽</b>."'
|
|
|
+ '"You look like someone used your face to have a lot of fun."'
|
|
|
act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
|
|
|
end
|
|
|
elseif custangry = 1 and custleft = 0:
|
|
@@ -298,7 +298,6 @@ if $ARGS[0] = 'pavlbar':
|
|
|
end
|
|
|
end
|
|
|
else
|
|
|
- 'He hands you 750 <b>₽</b>.'
|
|
|
act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
|
|
|
end
|
|
|
end
|
|
@@ -361,22 +360,14 @@ if $ARGS[0] = 'pavlbarcont':
|
|
|
act 'Do the extra work':
|
|
|
*clr & cla
|
|
|
gs 'fame', 'pav', 'prostitute', 1
|
|
|
- if npc_rel['A217'] >= 10:
|
|
|
- gs 'boyStat', 'A217'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin_bj.jpg"></center>'
|
|
|
- '"Fine" you say. You open his fly and take out his half-erect penis.'
|
|
|
- '"Why don''t you use your mouth today?"'
|
|
|
- 'You look around to make sure nobody is watching you and then move your head towards his penis.'
|
|
|
- 'After a few minutes he tells you he is coming. You don''t want to make a mess here so you just keep it in your mouth and swallow all the spunk.'
|
|
|
- 'You sit straight again and look at <<$npc_nickname[''A217'']>>.'
|
|
|
- gs 'arousal', 'bj', 5, 'prostitution'
|
|
|
- gs 'cum_call', 'mouth_swallow', $boy, 1
|
|
|
- else
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin_hj.jpg"></center>'
|
|
|
- '"Fine" you say. You open his fly and take out his half-erect penis.'
|
|
|
- 'After two minutes of stroking you can feel him cumming all over your hand.'
|
|
|
- gs 'arousal', 'hj', 5, 'prostitution'
|
|
|
- end
|
|
|
+ gs 'boyStat', 'A217'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin_bj.jpg"></center>'
|
|
|
+ '"Fine" you say. You open his fly and take out his half-erect penis.'
|
|
|
+ 'You look around to make sure nobody is watching you and then move your head towards his penis.'
|
|
|
+ 'After a few minutes he tells you he is coming. You don''t want to make a mess here so you just keep it in your mouth and swallow all the spunk.'
|
|
|
+ 'You sit straight again and look at <<$npc_nickname[''A217'']>>.'
|
|
|
+ gs 'arousal', 'bj', 5, 'prostitution'
|
|
|
+ gs 'cum_call', 'mouth_swallow', $boy, 1
|
|
|
'With a stupid grin on his face he reaches in his pocket and hands you an extra 250 <b>₽</b>.'
|
|
|
money += 250
|
|
|
gs 'arousal', 'end'
|
|
@@ -466,12 +457,14 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'getpaidpros':
|
|
|
if pavprosmmf = 1:
|
|
|
- money += 1200
|
|
|
+ pavlinProsMoney = 1200
|
|
|
elseif pavprosff = 1:
|
|
|
- money += 900
|
|
|
+ pavlinProsMoney = 550
|
|
|
else
|
|
|
- money += 750
|
|
|
+ pavlinProsMoney = 450
|
|
|
end
|
|
|
+ money += pavlinProsMoney
|
|
|
+ 'He hands you <<pavlinProsMoney>> <b>₽</b>.'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'pavgenpros':
|