|
@@ -62,41 +62,11 @@ if $ARGS[0] = 'clo':
|
|
|
'<center><b><font color="maroon">Sportswear - one size fits all</font></b></center>'
|
|
|
*nl
|
|
|
|
|
|
- if intro_custom_shop_return = 1:
|
|
|
- act 'Return': gt 'intro_customization', 'modclo'
|
|
|
- step = intro_custom_step
|
|
|
- else
|
|
|
- act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
- step = 3
|
|
|
- end
|
|
|
+ gt 'shop_utils', 'display_clothes', 'danilovich_outfits', 3, 'danilovich/outfits', 'shop', Clothingstock mod 3
|
|
|
|
|
|
- gs 'clothing_QV', 'shop_filter_header'
|
|
|
- gs 'clothing', 'totals', 'danilovich_outfits'
|
|
|
-
|
|
|
- !!To filter just this set
|
|
|
- clo_i = 0
|
|
|
- :loopdanilovich_outfits_filter
|
|
|
- i = 1 + Clothingstock mod 3
|
|
|
- :loopdanilovich_outfits
|
|
|
- if danilovich_outfits[i] = 0:
|
|
|
- gs 'clothing_attributes', 'danilovich_outfits', 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_danilovich'', ''danilovich''"><img src="images/pc/items/danilovich/outfits/<<i>>.jpg" height="250" /></a>'
|
|
|
- end
|
|
|
- end
|
|
|
- i += step
|
|
|
- if i <= total: jump 'loopdanilovich_outfits'
|
|
|
- clo_i += 1
|
|
|
- if clothingfilter['quality'] = 0 and clo_i <= 7 or clothingfilter['inhibition'] = 0 and clo_i <= 50:
|
|
|
- jump 'loopdanilovich_outfits_filter'
|
|
|
- end
|
|
|
+ act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'danilovich': gt 'clothing', 'view_clothing_item', 'danilovich_outfits', i, 2000, 'shop'
|
|
|
-
|
|
|
if $ARGS[0] = 'shoes':
|
|
|
gs 'shortgs', 'setloc', 'shop_danilovich', 'shoes'
|
|
|
menu_off = 1
|
|
@@ -105,39 +75,11 @@ if $ARGS[0] = 'shoes':
|
|
|
'<center><b><font color="maroon">Viewing G&M shoes</font></b></center>'
|
|
|
*nl
|
|
|
|
|
|
- if intro_custom_shop_return = 1:
|
|
|
- act 'Return': gt 'intro_customization', 'modclo'
|
|
|
- step = intro_custom_step
|
|
|
- else
|
|
|
- act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
- step = 1
|
|
|
- end
|
|
|
+ gt 'shop_utils', 'display_shoes', 'danilovich', 1, 'danilovich/shoes', 'shop'
|
|
|
|
|
|
- gs 'shoes', 'shop_filter_header'
|
|
|
- gs 'shoes', 'totals', 'danilovich_shoes'
|
|
|
-
|
|
|
- !!To filter just this set
|
|
|
- clo_i = 0
|
|
|
- :loopshoequality_filter
|
|
|
- i = 1
|
|
|
- :loopdanilovich_shoes
|
|
|
- if danilovich_shoe[i] = 0:
|
|
|
- gs 'shoe_attributes', 'danilovich', i
|
|
|
- gs 'shoes', 'shoe_filter'
|
|
|
- if (Shofilter['quality'] = 0 and ShoQuality = clo_i) or Shofilter['number'] = 0:
|
|
|
- if Shofilter['inc'] = 1 and Shofilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_danilovich'', ''training_shoes''"><img src="images/pc/items/danilovich/shoes/<<i>>.jpg" height="250" /></a>'
|
|
|
- end
|
|
|
- end
|
|
|
- i += step
|
|
|
- if i <= total: jump 'loopdanilovich_shoes'
|
|
|
- clo_i += 1
|
|
|
- if Shofilter['quality'] = 0 and clo_i <= 7:
|
|
|
- jump 'loopshoequality_filter'
|
|
|
- end
|
|
|
+ act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'training_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'danilovich', i, 1500
|
|
|
-
|
|
|
if $ARGS[0] = 'swim':
|
|
|
gs 'shortgs', 'setloc', 'shop_danilovich', 'swim'
|
|
|
menu_off = 1
|
|
@@ -146,87 +88,20 @@ if $ARGS[0] = 'swim':
|
|
|
'<center><b><font color="maroon">Swimwear - one size fits all</font></b></center>'
|
|
|
*nl
|
|
|
|
|
|
- if intro_custom_shop_return = 1:
|
|
|
- act 'Return': gt 'intro_customization', 'modclo'
|
|
|
- step = intro_custom_step
|
|
|
- else
|
|
|
- act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
- step = 2
|
|
|
- end
|
|
|
+ shop_display_exceptions[0] = 4
|
|
|
+ gt 'shop_utils', 'display_clothes', 'danilovich_swimsuit', 2, 'danilovich/swimwear', 'shop', Clothingstock mod 2
|
|
|
|
|
|
- gs 'clothing_QV', 'shop_filter_header'
|
|
|
- gs 'clothing', 'totals', 'danilovich_swimsuit'
|
|
|
-
|
|
|
- !!To filter just this set
|
|
|
- clo_i = 0
|
|
|
- :loopswim_filter
|
|
|
- i = 1 + Clothingstock mod 2
|
|
|
- :loopswim
|
|
|
- if danilovich_swimsuit[i] = 0:
|
|
|
- gs 'clothing_attributes', 'danilovich_swimsuit', 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_danilovich'', ''swim1''"><img src="images/pc/items/danilovich/swimwear/<<i>>.jpg" height="250" /></a>'
|
|
|
- end
|
|
|
- end
|
|
|
- i += step
|
|
|
- !!4 is in he supermarket, so skipped
|
|
|
- if intro_custom_noexcept = 0:
|
|
|
- if i = 4: i += 2
|
|
|
- end
|
|
|
- if i <= total: jump 'loopswim'
|
|
|
- clo_i += 1
|
|
|
- if clothingfilter['quality'] = 0 and clo_i <= 7 or clothingfilter['inhibition'] = 0 and clo_i <= 50:
|
|
|
- jump 'loopswim_filter'
|
|
|
- end
|
|
|
+ act 'Return': minut += 1 & killvar 'shop_display_exceptions' & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'swim1': gt 'clothing', 'view_clothing_item', 'danilovich_swimsuit', i, 1750, 'shop'
|
|
|
-
|
|
|
if $ARGS[0] = 'panties':
|
|
|
gs 'shortgs', 'setloc', 'shop_danilovich', 'panties'
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
|
|
|
- if intro_custom_shop_return = 1:
|
|
|
- act 'Return': gt 'intro_customization', 'modclo'
|
|
|
- step = intro_custom_step
|
|
|
- else
|
|
|
- act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
- step = 1
|
|
|
- end
|
|
|
-
|
|
|
- gs 'panties', 'shop_filter_header'
|
|
|
- gs 'panties', 'totals', 'danilovich_panties'
|
|
|
-
|
|
|
- !!To filter just this set
|
|
|
- clo_i = 0
|
|
|
- :looppantyquality_filter
|
|
|
- i = 1
|
|
|
- :loopdanilovich_panties
|
|
|
- if danilovich_panties[i] = 0:
|
|
|
- gs 'underwear_attributes', 'danilovich_panties', i
|
|
|
- if (clothingfilter['quality'] = 0 and PanQuality = clo_i) or clothingfilter['number'] = 0:
|
|
|
- *p '<a href="exec: i = <<i>> & gt ''shop_danilovich'', ''panties2''"><img src="images/pc/items/danilovich/panties/<<i>>.jpg" height="150" /></a> '
|
|
|
- end
|
|
|
- end
|
|
|
- i += step
|
|
|
- if i <= total: jump 'loopdanilovich_panties'
|
|
|
- clo_i += 1
|
|
|
- if clothingfilter['quality'] = 0 and clo_i <= 6:
|
|
|
- jump 'looppantyquality_filter'
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
-if $ARGS[0] = 'panties2':
|
|
|
- if danilovich_panties[i] ! 0:
|
|
|
- msg 'You already own these panties.'
|
|
|
- gt 'shop_danilovich', 'panties'
|
|
|
- end
|
|
|
+ gt 'shop_utils', 'display_panties', 'danilovich', 1, 'danilovich/panties', 'shop'
|
|
|
|
|
|
- gt 'panties', 'view_panty_item', 'shop', 'danilovich', i, 1000
|
|
|
+ act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'bras':
|
|
@@ -234,43 +109,9 @@ if $ARGS[0] = 'bras':
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
|
|
|
- if intro_custom_shop_return = 1:
|
|
|
- act 'Return': gt 'intro_customization', 'modclo'
|
|
|
- step = intro_custom_step
|
|
|
- else
|
|
|
- act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
- step = 1
|
|
|
- end
|
|
|
-
|
|
|
- gs 'bras', 'shop_filter_header'
|
|
|
- gs 'bras', 'totals', 'danilovich_bras'
|
|
|
-
|
|
|
- !!To filter just this set
|
|
|
- clo_i = 0
|
|
|
- :loopbraquality_filter
|
|
|
- i = 1
|
|
|
- :loopdanilovich_bras
|
|
|
- if danilovich_bras[i] = 0:
|
|
|
- gs 'underwear_attributes', 'danilovich_bras', i
|
|
|
- if (clothingfilter['quality'] = 0 and BraQuality = clo_i) or clothingfilter['number'] = 0:
|
|
|
- *p '<a href="exec: i = <<i>> & gt ''shop_danilovich'', ''bras2''"><img src="images/pc/items/danilovich/bras/<<i>>.jpg" height="150" /></a> '
|
|
|
- end
|
|
|
- end
|
|
|
- i += step
|
|
|
- if i <= total: jump 'loopdanilovich_bras'
|
|
|
- clo_i += 1
|
|
|
- if clothingfilter['quality'] = 0 and clo_i <= 6:
|
|
|
- jump 'loopbraquality_filter'
|
|
|
- end
|
|
|
-end
|
|
|
-
|
|
|
-if $ARGS[0] = 'bras2':
|
|
|
- if danilovich_bras[i] ! 0:
|
|
|
- msg 'You already own this bra.'
|
|
|
- gt 'shop_danilovich', 'bras'
|
|
|
- end
|
|
|
+ gt 'shop_utils', 'display_bras', 'danilovich', 1, 'danilovich/bras', 'shop'
|
|
|
|
|
|
- gt 'bras', 'view_bra_item', 'shop', 'danilovich', i, 1000
|
|
|
+ act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'purses':
|
|
@@ -278,48 +119,20 @@ if $ARGS[0] = 'purses':
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
|
|
|
- if intro_custom_shop_return = 1:
|
|
|
- act 'Return': gt 'intro_customization', 'modclo'
|
|
|
- step = intro_custom_step
|
|
|
- else
|
|
|
- act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
- step = 2
|
|
|
- end
|
|
|
+ gt 'shop_utils', 'display_purses', 'danilovich', 2, 'danilovich/purses', 'shop', (Clothingstock / 6) mod 2
|
|
|
|
|
|
- gs 'purses', 'totals', 'danilovich_purses'
|
|
|
-
|
|
|
- i = 1 + (Clothingstock / 6) mod 2
|
|
|
- :loopdanilovich_purses
|
|
|
- if danilovich_purses[i] = 0: *p '<a href="exec: i = <<i>> & gt ''shop_danilovich'', ''purses2''"><img src="images/pc/items/danilovich/purses/<<i>>.jpg" height="150" /></a> '
|
|
|
- i += step
|
|
|
- if i <= total: jump 'loopdanilovich_purses'
|
|
|
+ act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'danilovich', i, 1500
|
|
|
-
|
|
|
if $ARGS[0] = 'coats':
|
|
|
gs 'shortgs', 'setloc', 'shop_danilovich', 'coats'
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
|
|
|
- if intro_custom_shop_return = 1:
|
|
|
- act 'Return': gt 'intro_customization', 'modclo'
|
|
|
- step = intro_custom_step
|
|
|
- else
|
|
|
- act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
- step = 1
|
|
|
- end
|
|
|
+ gt 'shop_utils', 'display_coats', 'danilovich', 1, 'danilovich/coats', 'shop'
|
|
|
|
|
|
- gs 'coats', 'totals', 'danilovich_coats'
|
|
|
-
|
|
|
- i = 1
|
|
|
- :loopdanilovich_coats
|
|
|
- if danilovich_coats[i] = 0: *p '<a href="exec: i = <<i>> & gt ''shop_danilovich'', ''coats2''"><img src="images/pc/items/danilovich/coats/<<i>>.jpg" height="150" /></a> '
|
|
|
- i += step
|
|
|
- if i <= total: jump 'loopdanilovich_coats'
|
|
|
+ act 'Return': minut += 1 & gt 'shop_danilovich', 'start'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'coats2': gt 'coats', 'view_coat_item', 'shop', 'danilovich', i, 1500
|
|
|
-
|
|
|
--- shop_danilovich ---------------------------------
|
|
|
|