|
@@ -4,9 +4,12 @@ $location_type = 'public_outdoors'
|
|
|
if $ARGS[0] = '':
|
|
|
CLOSE ALL
|
|
|
if sound = 0:PLAY 'sound/highway.mp3',50
|
|
|
- $metka = $ARGS[0]
|
|
|
- $loc = $CURLOC
|
|
|
- cls
|
|
|
+ $metka = ''
|
|
|
+ $loc = 'road'
|
|
|
+ cla & *clr
|
|
|
+ $menu_loc = 'road'
|
|
|
+ $menu_arg = ''
|
|
|
+ menu_off = 0
|
|
|
gs 'stat'
|
|
|
'<center><h2>Main road between St. Petersburg and Pavlovsk</h2></center>'
|
|
|
if month >= 11 or month <= 3:
|
|
@@ -129,15 +132,12 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'drive_sex1':
|
|
|
$location_type = 'event_outdoors'
|
|
|
- cls
|
|
|
+ cla & *clr
|
|
|
+ menu_off = 1
|
|
|
gs 'npcgeneratec', 0, 'truck driver', rand(14,22)
|
|
|
gs 'boyStat', $npclastgenerated
|
|
|
- gs'stat'
|
|
|
+ gs 'stat'
|
|
|
autostop_price = 0
|
|
|
- pcs_horny += RAND(20,30)
|
|
|
- guy += 1
|
|
|
- stat['bj'] += 1
|
|
|
- hja += 1
|
|
|
swallow += 1
|
|
|
spafinloc = 12
|
|
|
gs 'cum_manage'
|
|
@@ -164,19 +164,24 @@ if $ARGS[0] = 'drive_sex1':
|
|
|
'You eagerly bob your head up and down while he drives, totally forgetting about your earlier doubts and do your best to get him off.'
|
|
|
'With success: in no time at all, the man groans and his cock erupts inside your mouth, shooting gobs of his hot sperm onto your tongue while you keep your lips closed around his cock to not make a mess.'
|
|
|
'Realizing you can''t spit it out anywhere, you have no option but to swallow his load while he keeps driving.'
|
|
|
+
|
|
|
+ gs 'arousal', 'hj', 15, 'prostitution'
|
|
|
+ gs 'arousal', 'bj', 15, 'prostitution'
|
|
|
+ minut -= 15
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+
|
|
|
act'To go further': gt 'road', 'autospot_drive'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'drive_sex2':
|
|
|
$location_type = 'event_outdoors'
|
|
|
- cls
|
|
|
+ cla & *clr
|
|
|
+ menu_off = 1
|
|
|
gs 'npcgeneratec', 0, 'truck driver', rand(14,22)
|
|
|
gs 'boyStat', $npclastgenerated
|
|
|
- gs'stat'
|
|
|
+ gs 'stat'
|
|
|
autostop_price = 0
|
|
|
- pcs_horny += RAND(20,30)
|
|
|
- guy += 1
|
|
|
- hja += 1
|
|
|
spafinloc = 7
|
|
|
gs 'cum_manage'
|
|
|
if $road_textrand0 = 'Gadukino':
|
|
@@ -198,13 +203,19 @@ if $ARGS[0] = 'drive_sex2':
|
|
|
if dick >= 20: $raod_text_sex = 'huge'
|
|
|
'You gentle massage his cock between your fingers while the man gets comfortable. It''s <<$raod_text_sex>>, roughly <<dick>> centimetres long and quite girthy. You manage to massage him to a full erection in no time at all, and begin to jerk him off while he drives, rubbing your fingertips over his glans.'
|
|
|
'Even though you feel a bit awkward for having to service this man to get where you need to be, you''re serious about what you promised him and jerk him off diligently. In no time at all, your soft touch brings him to an orgasm. Unfortunately his cock was pointing straight at you when it happened, and most of his sperm ends up on your clothes.'
|
|
|
+
|
|
|
+ gs 'arousal', 'hj', 15, 'prostitution'
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+
|
|
|
act'Continue': gt 'road', 'autospot_drive'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'autospot_drive':
|
|
|
$location_type = 'event_outdoors'
|
|
|
- cls
|
|
|
- gs'stat'
|
|
|
+ cla & *clr
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
money -= autostop_price * 100
|
|
|
if $road_textrand0 = 'Gadukino':
|
|
|
minut += 15
|
|
@@ -238,8 +249,9 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'autostpo_money':
|
|
|
$location_type = 'event_outdoors'
|
|
|
- cls
|
|
|
- gs'stat'
|
|
|
+ cla & *clr
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
autostop_price = RAND(3,6)
|
|
|
textrand = RAND(1,3)
|
|
|
if textrand = 1:$road_textrand4 = 'I''ll take you there for <<autostop_price*100>> <b>₽</b>.'
|
|
@@ -350,7 +362,8 @@ if $ARGS[0] = 'autostpo_money':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'autostop_d':
|
|
|
- cls
|
|
|
+ cla & *clr
|
|
|
+ menu_off = 1
|
|
|
gs'stat'
|
|
|
truck_drive = 0
|
|
|
bandit_drive = 0
|