|
@@ -48,7 +48,7 @@ if $ARGS[0] = 'changingroom':
|
|
|
|
|
|
if $clothingworntype = 'nude':
|
|
|
act 'Try on dresses': gt 'shop_fashionista', 'dressingclothes'
|
|
|
- act 'Try on outfits': gt 'shop_fashionista', 'dressingoutfits'
|
|
|
+ act 'Try on outfits': gt 'shop_fashionista', 'dressingoutfit'
|
|
|
act 'Try on bra':
|
|
|
if NatbelQW['seethrough'] = 0 and NatbelQW['QWstage'] > 5 and NatbelQW['underwearShop'] = 0:
|
|
|
*clr & cla
|
|
@@ -186,9 +186,9 @@ if $ARGS[0] = 'dressingclothes2':
|
|
|
gt 'clothing', 'view_clothing_item', 'fashionista',i, 8000, 'shop'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'dressingoutfits':
|
|
|
+if $ARGS[0] = 'dressingoutfit':
|
|
|
*clr & cla
|
|
|
- $loc_arg = 'dressingoutfits'
|
|
|
+ $loc_arg = 'dressingoutfit'
|
|
|
$loc = 'shop_fashionista'
|
|
|
!clorand = rand(1,ARRSIZE('fashionista'))
|
|
|
!gt 'clothing', 'view_clothing_item', 'fashionista', clorand, 8000, 'shop'
|
|
@@ -207,40 +207,40 @@ if $ARGS[0] = 'dressingoutfits':
|
|
|
|
|
|
!!To filter just this set
|
|
|
clo_i = 0
|
|
|
- :loopfashionista_outfits_filter
|
|
|
+ :loopfashionista_outfit_filter
|
|
|
|
|
|
i = 1
|
|
|
|
|
|
- :loopfashionista_outfits
|
|
|
- if fashionista[i] = 0:
|
|
|
- gs 'clothing_attributes', 'fashionista', i
|
|
|
+ :loopfashionista_outfit
|
|
|
+ if fashionista_outfit[i] = 0:
|
|
|
+ gs 'clothing_attributes', 'fashionista_outfit', i
|
|
|
gs 'clothing_QV', 'shop_filter'
|
|
|
|
|
|
!!sort by filter
|
|
|
if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
|
|
|
- if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingoutfits2''"><img src="images/pc/items/fashionista/outfits/<<i>>.jpg" height="250" /></a> '
|
|
|
+ if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingoutfit2''"><img src="images/pc/items/fashionista/outfits/<<i>>.jpg" height="250" /></a> '
|
|
|
end
|
|
|
end
|
|
|
i += 1
|
|
|
- if i <= 20:jump 'loopfashionista_outfits'
|
|
|
+ if i <= 20:jump 'loopfashionista_outfit'
|
|
|
|
|
|
clo_i += 1
|
|
|
if clothingfilter['quality'] = 0 and clo_i <= 7:
|
|
|
- jump 'loopfashionista_outfits_filter'
|
|
|
+ jump 'loopfashionista_outfit_filter'
|
|
|
elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
|
|
|
- jump 'loopfashionista_outfits_filter'
|
|
|
+ jump 'loopfashionista_outfit_filter'
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'dressingoutfits2':
|
|
|
+if $ARGS[0] = 'dressingoutfit2':
|
|
|
cla
|
|
|
|
|
|
- if fashionista[i] ! 0:
|
|
|
+ if fashionista_outfit[i] ! 0:
|
|
|
msg 'You already own these clothes.'
|
|
|
gt 'shop_fashionista', 'dressingclothes'
|
|
|
end
|
|
|
|
|
|
- gt 'clothing', 'view_clothing_item', 'fashionista_outifits',i, 8000, 'shop'
|
|
|
+ gt 'clothing', 'view_clothing_item', 'fashionista_outfit',i, 8000, 'shop'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'dressingbra':
|