shop_lusso.qsrc 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. # shop_lusso
  2. !2022/08/09
  3. if $ARGS[0] = 'start':
  4. gs 'shortgs', 'setloc', 'shop_lusso', 'start'
  5. $location_type = 'public_indoors'
  6. menu_off = 0
  7. gs 'stat'
  8. gs 'themes', 'indoors'
  9. '<center><b><font color="maroon">Lusso Intimo</font></b></center>'
  10. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/lusso/lusso.jpg"></center>'
  11. *nl
  12. 'The décor is bright and modern the flowers are real and the dressers made with expensive woods.'
  13. 'This is clearly a high end underwear shop. Just knowing you are wearing these will make you stand out more and they will feel so nice you might never want to go back to wearing the cheap ill fitting underwear you used to have to put up with. That is of course assuming you can afford the prices here.'
  14. act 'Leave': gt 'city_mall'
  15. act 'View panties': minut += 5 & gt 'shop_lusso', 'panties'
  16. act 'View bras': minut += 5 & gt 'shop_lusso', 'bras'
  17. act 'View bodysuits': minut += 5 & gt 'shop_lusso', 'bodysuit'
  18. end
  19. if $ARGS[0] = 'panties':
  20. gs 'shortgs', 'setloc', 'shop_lusso', 'panties'
  21. menu_off = 0
  22. gs 'stat'
  23. act 'Return': minut += 1 & gt 'shop_lusso', 'start'
  24. gs 'panties', 'shop_filter_header'
  25. gs 'panties', 'totals', 'lusso_panties'
  26. !!To filter just this set
  27. clo_i = 0
  28. :looppantyquality_filter
  29. i = 1 + Clothingstock mod 2
  30. :looplusso_panties
  31. if lusso_panties[i] = 0:
  32. gs 'underwear_attributes', 'lusso_panties', i
  33. if (clothingfilter['quality'] = 0 and PanQuality = clo_i) or clothingfilter['number'] = 0:
  34. *p '<a href="exec: i = <<i>> & gt ''shop_lusso'', ''panties2''"><img src="images/pc/items/lusso/panties/<<i>>.jpg" height="150" /></a> '
  35. end
  36. end
  37. i += 2
  38. if i <= total: jump 'looplusso_panties'
  39. clo_i += 1
  40. if clothingfilter['quality'] = 0 and clo_i <= 6:
  41. jump 'looppantyquality_filter'
  42. end
  43. end
  44. if $ARGS[0] = 'panties2':
  45. if lusso_panties[i] ! 0:
  46. msg 'You already own these panties.'
  47. gt 'shop_lusso', 'panties'
  48. end
  49. gt 'panties', 'view_panty_item', 'shop', 'lusso', i, 1000
  50. end
  51. if $ARGS[0] = 'bras':
  52. gs 'shortgs', 'setloc', 'shop_lusso', 'bras'
  53. menu_off = 0
  54. gs 'stat'
  55. act 'Return': minut += 1 & gt 'shop_lusso', 'start'
  56. gs 'bras', 'shop_filter_header'
  57. gs 'bras', 'totals', 'lusso_bras'
  58. !!To filter just this set
  59. clo_i = 0
  60. :loopbraquality_filter
  61. i = 1
  62. :looplusso_bras
  63. if lusso_bras[i] = 0:
  64. gs 'underwear_attributes', 'lusso_bras', i
  65. if (clothingfilter['quality'] = 0 and BraQuality = clo_i) or clothingfilter['number'] = 0:
  66. *p '<a href="exec: i = <<i>> & gt ''shop_lusso'', ''bras2''"><img src="images/pc/items/lusso/bras/<<i>>.jpg" height="150" /></a> '
  67. end
  68. end
  69. i += 1
  70. if i <= 33: jump 'looplusso_bras'
  71. clo_i += 1
  72. if clothingfilter['quality'] = 0 and clo_i <= 6:
  73. jump 'loopbraquality_filter'
  74. end
  75. end
  76. if $ARGS[0] = 'bras2':
  77. if lusso_bras[i] ! 0:
  78. msg 'You already own these bras.'
  79. gt 'shop_lusso', 'bras'
  80. end
  81. gt 'bras', 'view_bra_item', 'shop', 'lusso', i, 1000
  82. end
  83. if $ARGS[0] = 'bodysuit':
  84. gs 'shortgs', 'setloc', 'shop_lusso', 'bodysuit'
  85. menu_off = 0
  86. gs 'stat'
  87. act 'Return': minut += 1 & gt 'shop_lusso', 'start'
  88. gs 'underwear_bodysuits', 'shop_filter_header'
  89. gs 'underwear_bodysuits', 'totals', 'lusso_bodysuits'
  90. !!To filter just this set
  91. clo_i = 0
  92. :loopbodysuitquality_filter
  93. i = 1 + (Clothingstock / 2) mod 3
  94. :looplusso_bodysuit
  95. if lusso_bodysuits[i] = 0:
  96. gs 'underwear_attributes', 'lusso_bodysuits', i
  97. if (clothingfilter['quality'] = 0 and BraQuality = clo_i) or clothingfilter['number'] = 0:
  98. *p '<a href="exec: i = <<i>> & gt ''shop_lusso'', ''bodysuit2''"><img src="images/pc/items/lusso/bodysuits/<<i>>.jpg" height="250" /></a> '
  99. end
  100. end
  101. i += 3
  102. if i <= 90: jump 'looplusso_bodysuit'
  103. clo_i += 1
  104. if clothingfilter['quality'] = 0 and clo_i <= 6:
  105. jump 'loopbodysuitquality_filter'
  106. end
  107. end
  108. if $ARGS[0] = 'bodysuit2': gt 'underwear_bodysuits', 'view_bodysuit_item', 'shop', 'lusso', i, 1600
  109. --- shop_lusso ---------------------------------