|
@@ -71,7 +71,17 @@ if $ARGS[0] = 'view_panty_list':
|
|
|
clo_i = 0
|
|
|
:looppantyquality_filter
|
|
|
|
|
|
- i = 1
|
|
|
+ !! default panties
|
|
|
+ gs 'underwear_attributes', 'gm_panties', 1
|
|
|
+ gs 'panties', 'panty_filter'
|
|
|
+ !!sort by filter
|
|
|
+ if (clothingfilter['quality'] = 0 and PanQuality = clo_i) or clothingfilter['number'] = 0:
|
|
|
+ if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1:
|
|
|
+ *p '<a href="exec:gt ''panties'', ''view_panty_item'', ''<<$ARGS[1]>>'', ''gm'', 1"><img src="images/pc/items/gm/panties/1.jpg" height="150" /></a>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ i = 2
|
|
|
:loopgmpanties
|
|
|
if gm_pantiesS[i] = metka_panties and gm_panties[i] = 1:
|
|
|
gs 'underwear_attributes', 'gm_panties', i
|
|
@@ -427,7 +437,7 @@ if $ARGS[0] = 'view_panty_item':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- gs 'panties', 'storage_options'
|
|
|
+ if $ARGS[2] ! 'gm' or ARGS[3] ! 1: gs 'panties', 'storage_options'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -495,6 +505,7 @@ if $ARGS[0] = 'sum':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'dispose':
|
|
|
+ if $pantyworntype = 'gm' and pantywornnumber = 1: gs 'panties', 'remove'
|
|
|
if underwear['type'] = 2: gs 'underwear_bodysuits', 'dispose'
|
|
|
dynamic $pantyworntype + '_panties[<<pantywornnumber>>] = 0'
|
|
|
$lastwornpantytype = 'none'
|