|
@@ -1,8 +1,7 @@
|
|
|
# foto
|
|
|
|
|
|
-$loc = 'foto'
|
|
|
-
|
|
|
if $ARGS[0] = 'start':
|
|
|
+ $loc = 'foto'
|
|
|
$loc_arg = 'start'
|
|
|
if hour < 2:
|
|
|
menu_off = 1
|
|
@@ -77,6 +76,7 @@ if $ARGS[0] = 'start':
|
|
|
*nl
|
|
|
'You really wish you had brought panties today...'
|
|
|
end
|
|
|
+ if mesec > 0 and isprok = 0: msg'As your panties come off you realize you''re going to have a problem when your pad goes with it. Maybe you should switch to tampons...'
|
|
|
gs 'clothing', 'strip'
|
|
|
gs 'underwear', 'remove'
|
|
|
gs 'stat'
|
|
@@ -226,8 +226,6 @@ if $ARGS[0] = 'studio':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if mesec > 0 and isprok = 0 and model = 1: msg'You''ve just realized that you''re walking around naked while on your period. Maybe you should consider using tampons when you model here...'
|
|
|
-
|
|
|
if artemIzdev = 2 or artemIzdev = 3:
|
|
|
act 'Ask about the microcamera':
|
|
|
menu_off = 1
|
|
@@ -391,6 +389,11 @@ if $ARGS[0] = 'studio':
|
|
|
elseif pcs_leghair > 3:
|
|
|
'"Go shave your legs, we''re not running a nature special on gorillas."'
|
|
|
act'Go to the showers':gt'foto','showers'
|
|
|
+ elseif mesec > 0 and isprok = 0:
|
|
|
+ '"What the hell <<$pcs_nickname>>!"'
|
|
|
+ 'You follow his gaze to see the blood running down your legs.'
|
|
|
+ '"Go wash that off and switch to tampons already! There''s a dispenser in the shower room."'
|
|
|
+ act'Go to the showers':gt'foto','showers'
|
|
|
else
|
|
|
if model_week = (daystart - week) / 7 and model_job_week >= 2:
|
|
|
gt 'foto', 'practicemodel'
|
|
@@ -857,8 +860,7 @@ if $ARGS[0] = 'job_offer':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'bathroom':
|
|
|
- $locM = 'foto'
|
|
|
- $locM_arg = 'bathroom'
|
|
|
+ $loc_arg = 'bathroom'
|
|
|
$menu_loc = 'foto'
|
|
|
$menu_arg = 'bathroom'
|
|
|
menu_off = 0
|
|
@@ -871,10 +873,23 @@ if $ARGS[0] = 'bathroom':
|
|
|
act'Go to the studio floor':gt'foto','studio'
|
|
|
act'Go to the showers':gt'foto','showers'
|
|
|
act'Go to your makeup station':gt'foto','makeup'
|
|
|
+ if deodorant > 0 and deodorant_on = 0:
|
|
|
+ act 'Apply deodorant (0:01)':
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ minut += 1
|
|
|
+ deodorant -= 1
|
|
|
+ gs 'sweat', 'deo'
|
|
|
+ iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
|
|
|
+ 'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
|
|
|
+ act 'Continue': menu_off = 0 & gt $loc, $loc_arg
|
|
|
+ end
|
|
|
+ end
|
|
|
act'Listen to the gossip':gt'foto_models','model_chatter'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'showers':
|
|
|
+ $loc_arg = 'showers'
|
|
|
gs'stat'
|
|
|
cla & *clr
|
|
|
menu_off = 1
|
|
@@ -970,6 +985,18 @@ if $ARGS[0] = 'showers':
|
|
|
act'Finish up':gt'foto','showers'
|
|
|
end
|
|
|
end
|
|
|
+ if deodorant > 0 and deodorant_on = 0:
|
|
|
+ act 'Apply deodorant (0:01)':
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ minut += 1
|
|
|
+ deodorant -= 1
|
|
|
+ gs 'sweat', 'deo'
|
|
|
+ iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
|
|
|
+ 'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
|
|
|
+ act 'Continue': menu_off = 0 & gt $loc, $loc_arg
|
|
|
+ end
|
|
|
+ end
|
|
|
act'Go to your makeup station':gt'foto','makeup'
|
|
|
act'Go to the bathroom':gt'foto','bathroom'
|
|
|
end
|
|
@@ -1122,6 +1149,18 @@ if $ARGS[0] = 'makeup':
|
|
|
act'Finish':gt'foto','makeup'
|
|
|
end
|
|
|
end
|
|
|
+ if deodorant > 0 and deodorant_on = 0:
|
|
|
+ act 'Apply deodorant (0:01)':
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ minut += 1
|
|
|
+ deodorant -= 1
|
|
|
+ gs 'sweat', 'deo'
|
|
|
+ iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
|
|
|
+ 'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
|
|
|
+ act 'Continue': menu_off = 0 & gt $loc, $loc_arg
|
|
|
+ end
|
|
|
+ end
|
|
|
act 'Go to the showers':gt'foto','showers'
|
|
|
end
|
|
|
|