pussykats_clothes.qsrc 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. # pussykats_clothes
  2. if $ARGS[0] = 'start':
  3. $loc_arg = 'start'
  4. $loc = 'pussykats_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 'pussykats', 'start'
  14. end
  15. clothingfilter['qualitycheck'] = 7
  16. :loopquality
  17. i = Clothingstock + 1
  18. if Clothingstock - 12 >= 0:i -= 12
  19. :loopaverage
  20. if average[i] = 0:
  21. gs 'clothing_attributes', 'average', i
  22. gs 'clothing_QV', 'shop_filter'
  23. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  24. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''pussykats_clothes'', ''yshopclo''"><img <<$set_imgh>> src="images/pc/clothing/2average/<<i>>.jpg" height="250" /></a>'
  25. end
  26. end
  27. i += 12
  28. if i <= 541:jump 'loopaverage'
  29. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
  30. end
  31. if $ARGS[0] = 'yshopclo': gt 'clothing', 'view_clothing_item', 'shop', 'average',i, 3000
  32. if $ARGS[0] = 'shoes':
  33. $loc_arg = 'shoes'
  34. $loc = 'pussykats_clothes'
  35. cls
  36. gs'stat'
  37. act 'Return':
  38. cla
  39. minut += 1
  40. gt 'pussykats', 'start'
  41. end
  42. if Clothingstock > 11:
  43. i = 1
  44. else
  45. i = 2
  46. end
  47. :loopcats_shoes
  48. if spussy[i] = 0:*p '<a href="exec: i = <<i>> & gt ''pussykats_clothes'', ''young_shoes''"><img src="images/pc/shoes/cats/<<i>>.jpg" height="250" /></a>'
  49. i += 2
  50. if i <= 38:jump 'loopcats_shoes'
  51. end
  52. if $ARGS[0] = 'young_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'pussy',i, 1750
  53. if $ARGS[0] = 'panties':
  54. $loc_arg = 'panties'
  55. $loc = 'pussykats_clothes'
  56. cls
  57. gs'stat'
  58. act 'Return':
  59. cla
  60. minut += 1
  61. gt 'pussykats', 'start'
  62. end
  63. i = 1
  64. :loopkats_panties
  65. if kats_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''pussykats_clothes'', ''panties2''"><img src="images/pc/panties/kats/<<i>>.jpg" height="150" /></a> '
  66. i += 1
  67. if i <= 72:jump 'loopkats_panties'
  68. end
  69. if $ARGS[0] = 'panties2':
  70. cla
  71. if kats_panties[i] ! 0:
  72. msg 'You already own these panties.'
  73. gt 'pussykats_clothes', 'panties'
  74. end
  75. gt 'panties', 'view_panty_item', 'shop', 'kats',i, 500
  76. end
  77. if $ARGS[0] = 'bras':
  78. $loc_arg = 'bras'
  79. $loc = 'pussykats_clothes'
  80. cls
  81. gs'stat'
  82. act 'Return':
  83. cla
  84. minut += 1
  85. gt 'pussykats', 'start'
  86. end
  87. i = 1
  88. :loopkats_bras
  89. if kats_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''pussykats_clothes'', ''bras2''"><img src="images/pc/bras/kats/<<i>>.jpg" height="150" /></a> '
  90. i += 1
  91. if i <= 41:jump 'loopkats_bras'
  92. end
  93. if $ARGS[0] = 'bras2':
  94. cla
  95. if kats_bras[i] ! 0:
  96. msg 'You already own this bra.'
  97. gt 'pussykats_clothes', 'bras'
  98. end
  99. gt 'bras', 'view_bra_item', 'shop', 'kats',i, 500
  100. end
  101. if $ARGS[0] = 'purses':
  102. $loc_arg = 'purses'
  103. $loc = 'pussykats_clothes'
  104. cls
  105. gs'stat'
  106. act 'Return':
  107. cla
  108. minut += 1
  109. gt 'pussykats', 'start'
  110. end
  111. i = 1
  112. :loopkats_purses
  113. if kats_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''pussykats_clothes'', ''purses2''"><img src="images/pc/purses/kats/<<i>>.jpg" height="150" /></a> '
  114. i += 1
  115. if i <= 14:jump 'loopkats_purses'
  116. end
  117. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'kats',i, 2000
  118. --- pussykats_clothes ---------------------------------