sell_young_clothes.qsrc 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. # sell_young_clothes
  2. if $ARGS[0] = 'start':
  3. $metka = 'start'
  4. $loc = 'sell_young_clothes'
  5. cls
  6. gs'stat'
  7. '<center><b><font color="maroon">Viewing Pussy Kats clothing</font></b></center>'
  8. *nl
  9. gs 'clothing_QV', 'shop_header'
  10. act 'Return':
  11. cla
  12. minut += 1
  13. gt 'young_shop', 'start'
  14. end
  15. i = Clothingstock + 1
  16. if Clothingstock - 12 >= 0:i -= 12
  17. :loopaverage
  18. if average[i] = 0:
  19. gs 'clothing_attributes', 'average', i
  20. gs 'clothing_QV', 'shop_filter'
  21. 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>'
  22. end
  23. i += 12
  24. if i <= 522:jump 'loopaverage'
  25. end
  26. if $ARGS[0] = 'yshopclo': gt 'clothing', 'view_clothing_item', 'shop', 'average',i, 3000
  27. if $ARGS[0] = 'shoes':
  28. $metka = 'shoes'
  29. $loc = 'sell_young_clothes'
  30. cls
  31. gs'stat'
  32. act 'Return':
  33. cla
  34. minut += 1
  35. gt 'young_shop', 'start'
  36. end
  37. if Clothingstock > 11:
  38. i = 1
  39. else
  40. i = 2
  41. end
  42. :loopcats_shoes
  43. 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>'
  44. i += 2
  45. if i <= 38:jump 'loopcats_shoes'
  46. end
  47. if $ARGS[0] = 'young_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'pussy',i, 1750
  48. if $ARGS[0] = 'panties':
  49. $metka = 'panties'
  50. $loc = 'sell_young_clothes'
  51. cls
  52. gs'stat'
  53. act 'Return':
  54. cla
  55. minut += 1
  56. gt 'young_shop', 'start'
  57. end
  58. i = 1
  59. :loopkats_panties
  60. 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> '
  61. i += 1
  62. if i <= 72:jump 'loopkats_panties'
  63. end
  64. if $ARGS[0] = 'panties2':
  65. cla
  66. if kats_panties[i] ! 0:
  67. msg 'You already own these panties.'
  68. gt 'sell_young_clothes', 'panties'
  69. end
  70. gt 'panties', 'view_panty_item', 'shop', 'kats',i, 500
  71. end
  72. if $ARGS[0] = 'bras':
  73. $metka = 'bras'
  74. $loc = 'sell_young_clothes'
  75. cls
  76. gs'stat'
  77. act 'Return':
  78. cla
  79. minut += 1
  80. gt 'young_shop', 'start'
  81. end
  82. i = 1
  83. :loopkats_bras
  84. 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> '
  85. i += 1
  86. if i <= 41:jump 'loopkats_bras'
  87. end
  88. if $ARGS[0] = 'bras2':
  89. cla
  90. if kats_bras[i] ! 0:
  91. msg 'You already own this bra.'
  92. gt 'sell_young_clothes', 'bras'
  93. end
  94. gt 'bras', 'view_bra_item', 'shop', 'kats',i, 500
  95. end
  96. if $ARGS[0] = 'purses':
  97. $metka = 'purses'
  98. $loc = 'sell_young_clothes'
  99. cls
  100. gs'stat'
  101. act 'Return':
  102. cla
  103. minut += 1
  104. gt 'young_shop', 'start'
  105. end
  106. i = 1
  107. :loopkats_purses
  108. 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> '
  109. i += 1
  110. if i <= 14:jump 'loopkats_purses'
  111. end
  112. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'kats',i, 2000
  113. --- sell_young_clothes ---------------------------------