|
@@ -48,9 +48,9 @@ if $ARGS[0] = 'exit':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'dress':
|
|
|
- gs 'clothing', 'wear_last_worn'
|
|
|
- if $lastwornpantytype['hookup'] ! '' and $lastwornpantytype['hookup'] ! 'none': gs 'panties', 'wear', $lastwornpantytype['hookup'], lastwornpantynumber['hookup']
|
|
|
- if $lastwornbratype['hookup'] ! '' and $lastwornbratype['hookup'] ! 'none': gs 'bras', 'wear', $lastwornbratype['hookup'], lastwornbranumber['hookup']
|
|
|
+ gs'clothing', 'wear', $lastwornclothingtype['hookup'], lastwornclothingnumber['hookup']
|
|
|
+ gs 'panties', 'wear', $lastwornpantytype['hookup'], lastwornpantynumber['hookup']
|
|
|
+ gs 'bras', 'wear', $lastwornbratype['hookup'], lastwornbranumber['hookup']
|
|
|
gs 'stat'
|
|
|
end
|
|
|
|
|
@@ -1978,45 +1978,41 @@ if $ARGS[0] = 'dress_image':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'dress_loop':
|
|
|
- :dress_loop_start
|
|
|
- if $lastwornpantytype['hookup'] ! 'none' and $pantyworntype = 'none' and hookup['panty_wear'] ! 1:
|
|
|
+ $hookup['dress_describe'] = ''
|
|
|
+ if $clothingworntype = 'nude':
|
|
|
+ if $lastwornpantytype['hookup'] ! 'none':
|
|
|
+ $hookup['dress_describe'] += 'pulling your panties up your legs'
|
|
|
+ if $lastwornbratype['hookup'] ! 'none' or $clothingworntype = 'nude': $hookup['dress_describe'] += ' and '
|
|
|
+ end
|
|
|
gs 'panties', 'wear', $lastwornpantytype['hookup'], lastwornpantynumber['hookup']
|
|
|
- hookup['panty_wear'] = 1
|
|
|
- $hookup['dress_describe'] = 'pulling your panties up your legs'
|
|
|
- elseif $lastwornbratype['hookup'] ! 'none' and $braworntype = 'none' and hookup['bra_wear'] ! 1:
|
|
|
+ killvar 'lastwornpantytype'
|
|
|
+ killvar 'lastwornpantynumber'
|
|
|
+
|
|
|
+ if $lastwornbratype['hookup'] ! 'none':
|
|
|
+ $hookup['dress_describe'] += 'fastening your bra around your chest'
|
|
|
+ if $clothingworntype = 'nude': $hookup['dress_describe'] += ' then '
|
|
|
+ end
|
|
|
gs 'bras', 'wear', $lastwornbratype['hookup'], lastwornbranumber['hookup']
|
|
|
- hookup['bra_wear'] = 1
|
|
|
- $hookup['dress_describe'] = 'throwing your arms through the straps of your bra and clasping it behind your back'
|
|
|
- elseif $clothingworntype = 'nude':
|
|
|
- gs 'clothing', 'wear_last_worn'
|
|
|
- jump 'dress_loop_start'
|
|
|
- elseif $clothingworntype ! 'nude' and hookup['dress_end'] ! 1:
|
|
|
- if CloDress = 1 and $hookup['dress_top_wear'] ! 1 and $hookup['dress_skirt_wear'] ! 1:
|
|
|
- if $hookup['dress_top_wear'] ! 1:
|
|
|
- hookup['dress_top_wear'] = 1
|
|
|
- $hookup['dress_describe'] = 'pulling your dress over your shoulders'
|
|
|
- elseif $hookup['dress_skirt_wear'] ! 1:
|
|
|
- hookup['dress_skirt_wear'] = 1
|
|
|
- hookup['dress_end'] = 1
|
|
|
- $hookup['dress_describe'] = 'smoothing your skirt out'
|
|
|
- end
|
|
|
+ killvar 'lastwornbratype'
|
|
|
+ killvar 'lastwornbranumber'
|
|
|
+
|
|
|
+ gs'clothing', 'wear', $lastwornclothingtype['hookup'], lastwornclothingnumber['hookup']
|
|
|
+ if CloDress = 1:
|
|
|
+ $hookup['dress_describe'] += 'pulling your dress over your shoulders'
|
|
|
+ elseif CloSkirtShortness > 0:
|
|
|
+ $hookup['dress_describe'] = 'slipping your skirt up your legs'
|
|
|
+ $hookup['dress_describe'] += ' and pulling your top over your breasts'
|
|
|
else
|
|
|
- if CloSkirtShortness > 0 and hookup['skirt_wear'] = 0 and hookup['dress_end'] ! 1:
|
|
|
- hookup['skirt_wear'] = 1
|
|
|
- $hookup['dress_describe'] = 'zipping your skirt up over your hips'
|
|
|
- elseif hookup['pants_wear'] = 0 and hookup['dress_end'] ! 1:
|
|
|
- hookup['pants_wear'] = 1
|
|
|
- $hookup['dress_describe'] = 'tugging your pants over your hips'
|
|
|
- else
|
|
|
- hookup['dress_end'] = 1
|
|
|
- $hookup['dress_describe'] = 'pulling your top over your breasts'
|
|
|
- end
|
|
|
+ $hookup['dress_describe'] += 'tugging your pants over your hips'
|
|
|
+ $hookup['dress_describe'] += ' and pulling your top over your breasts'
|
|
|
end
|
|
|
- elseif hookup['dress_end'] = 1:
|
|
|
- if CloSkirtShortness > 0:
|
|
|
- 'smoothing out your skirt'
|
|
|
+ else
|
|
|
+ if CloDress = 1:
|
|
|
+ $hookup['dress_describe'] += 'checking your dress'
|
|
|
+ elseif CloSkirtShortness > 0:
|
|
|
+ $hookup['dress_describe'] += 'smoothing your skirt'
|
|
|
else
|
|
|
- 'straightening out your clothes'
|
|
|
+ $hookup['dress_describe'] += 'checking your clothes'
|
|
|
end
|
|
|
end
|
|
|
gs 'stat'
|