|
@@ -531,7 +531,7 @@ if $ARGS[0] = 'gave_passport':
|
|
|
end
|
|
|
model['start_year'] = year
|
|
|
act'Leave the studio':gt'city_center'
|
|
|
- act'Head to the back':gt'foto','start'
|
|
|
+ act'Head to the main floor':gt'foto','studio'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'interview':
|
|
@@ -618,7 +618,16 @@ if $ARGS[0] = 'interview2':
|
|
|
if pcs_inhib >= 40:
|
|
|
act 'Do as he says':
|
|
|
*clr & cla
|
|
|
- if $clothingworntype ! 'nude': gs 'shortgs', 'undress'
|
|
|
+ if underwear['type'] = 2:
|
|
|
+ $lastwornbodysuittype['foto'] = $bodysuitworntype
|
|
|
+ lastwornbodysuitnumber['foto'] = bodysuitwornnumber
|
|
|
+ else
|
|
|
+ $lastwornpantytype['foto'] = $pantyworntype
|
|
|
+ lastwornpantynumber['foto'] = pantywornnumber
|
|
|
+ $lastwornbratype['foto'] = $braworntype
|
|
|
+ lastwornbranumber['foto'] = brawornnumber
|
|
|
+ end
|
|
|
+ gs 'shortgs', 'undress'
|
|
|
gs 'stat'
|
|
|
'<center><video autoplay loop src="images/locations/city/citycenter/photo/strip1.mp4"></video><video autoplay loop src="images/locations/city/citycenter/photo/strip2.mp4"></video></center>'
|
|
|
if pcs_bmi < foto_weight and foto_weight > 0:
|