|
@@ -796,7 +796,17 @@ if $ARGS[0] = 'interview2':
|
|
|
if pcs_inhib >= 40:
|
|
|
act 'Do as he says':
|
|
|
*clr & cla
|
|
|
+ if underwear['type'] = 2:
|
|
|
+ $lastwornbodysuittype['foto'] = $bodysuitworntype
|
|
|
+ lastwornbodysuitnumber['foto'] = bodysuitwornnumber
|
|
|
+ else
|
|
|
+ $lastwornpantytype['foto'] = $pantyworntype
|
|
|
+ lastwornpantynumber['foto'] = pantywornnumber
|
|
|
+ $lastwornbratype['foto'] = $braworntype
|
|
|
+ lastwornbranumber['foto'] = brawornnumber
|
|
|
+ end
|
|
|
if $clothingworntype ! 'nude': 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:
|
|
@@ -846,6 +856,15 @@ if $ARGS[0] = 'interview2':
|
|
|
act'Reluctantly undress (<<will_cost>> Willpower)':
|
|
|
reluctant_undress = 1
|
|
|
*clr & cla
|
|
|
+ if underwear['type'] = 2:
|
|
|
+ $lastwornbodysuittype['foto'] = $bodysuitworntype
|
|
|
+ lastwornbodysuitnumber['foto'] = bodysuitwornnumber
|
|
|
+ else
|
|
|
+ $lastwornpantytype['foto'] = $pantyworntype
|
|
|
+ lastwornpantynumber['foto'] = pantywornnumber
|
|
|
+ $lastwornbratype['foto'] = $braworntype
|
|
|
+ lastwornbranumber['foto'] = brawornnumber
|
|
|
+ end
|
|
|
if $clothingworntype ! 'nude': 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>'
|