123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- # sell_young_clothes
- if $ARGS[0] = 'start':
- $metka = 'start'
- $loc = 'sell_young_clothes'
- cls
- gs'stat'
- '<center><b><font color="maroon">Viewing Pussy Kats clothing</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- cla
- minut += 1
- gt 'young_shop', 'start'
- end
- i = Clothingstock + 1
- if Clothingstock - 12 >= 0:i -= 12
- :loopaverage
- if average[i] = 0:
- gs 'clothing_attributes', 'average', i
- gs 'clothing_QV', 'shop_filter'
-
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''sell_young_clothes'', ''yshopclo''"><img <<$set_imgh>> src="images/pc/clothing/2average/<<i>>.jpg" height="250" /></a>'
- end
- i += 12
- if i <= 522:jump 'loopaverage'
- end
- if $ARGS[0] = 'yshopclo': gt 'clothing', 'view_clothing_item', 'shop', 'average',i, 3000
- if $ARGS[0] = 'shoes':
- $metka = 'shoes'
- $loc = 'sell_young_clothes'
- cls
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'young_shop', 'start'
- end
- if Clothingstock > 11:
- i = 1
- else
- i = 2
- end
- :loopcats_shoes
- if spussy[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sell_young_clothes'', ''young_shoes''"><img src="images/pc/shoes/cats/<<i>>.jpg" height="250" /></a>'
- i += 2
- if i <= 38:jump 'loopcats_shoes'
- end
- if $ARGS[0] = 'young_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'pussy',i, 1750
- if $ARGS[0] = 'panties':
- $metka = 'panties'
- $loc = 'sell_young_clothes'
- cls
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'young_shop', 'start'
- end
- i = 1
- :loopkats_panties
- if kats_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sell_young_clothes'', ''panties2''"><img src="images/pc/panties/kats/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 72:jump 'loopkats_panties'
- end
- if $ARGS[0] = 'panties2':
- cla
-
- if kats_panties[i] ! 0:
- msg 'You already own these panties.'
- gt 'sell_young_clothes', 'panties'
- end
- gt 'panties', 'view_panty_item', 'shop', 'kats',i, 500
- end
- if $ARGS[0] = 'bras':
- $metka = 'bras'
- $loc = 'sell_young_clothes'
- cls
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'young_shop', 'start'
- end
- i = 1
- :loopkats_bras
- if kats_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sell_young_clothes'', ''bras2''"><img src="images/pc/bras/kats/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 41:jump 'loopkats_bras'
- end
- if $ARGS[0] = 'bras2':
- cla
-
- if kats_bras[i] ! 0:
- msg 'You already own this bra.'
- gt 'sell_young_clothes', 'bras'
- end
- gt 'bras', 'view_bra_item', 'shop', 'kats',i, 500
- end
- if $ARGS[0] = 'purses':
- $metka = 'purses'
- $loc = 'sell_young_clothes'
- cls
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'young_shop', 'start'
- end
- i = 1
- :loopkats_purses
- if kats_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sell_young_clothes'', ''purses2''"><img src="images/pc/purses/kats/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 14:jump 'loopkats_purses'
- end
- if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'kats',i, 2000
- --- sell_young_clothes ---------------------------------
|