shop_scandalicious.qsrc 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. # shop_scandalicious
  2. !2021/04/29
  3. if $ARGS[0] = 'start':
  4. killvar 'clothingfilter'
  5. $loc = 'shop_scandalicious'
  6. $loc_arg = 'start'
  7. $location_type = 'public_indoors'
  8. cls
  9. menu_off = 0
  10. gs 'stat'
  11. gs 'themes', 'indoors'
  12. '<center><b><font color="maroon">Scandalicious</font></b></center>'
  13. '<center><img src="images/locations/city/citycenter/mall/scandalicious/shop.jpg"></center>'
  14. *nl
  15. 'This store is cheap and tacky. The clothing lives up to the name though and you assume they saved a lot of money on fabric.
  16. It''s not somewhere you''d go with your Mom or let her know you''d even looked in the window but if you want to show off your body there is nowhere better to shop. The staff aren''t judging anyone so it feels relaxed but there is still a mix of those hiding their embarrassment and those exuding confidence.'
  17. *nl
  18. act 'Leave':
  19. cla
  20. minut += 3
  21. gt 'torgcentr'
  22. end
  23. act 'View clothing':
  24. minut += 5
  25. gt 'shop_scandalicious', 'clothes'
  26. end
  27. act 'View dresses':
  28. minut += 5
  29. gt 'shop_scandalicious', 'dresses'
  30. end
  31. act 'View shoes':
  32. minut += 5
  33. gt 'shop_scandalicious', 'shoes'
  34. end
  35. act 'View swimsuits':
  36. cla
  37. minut += 5
  38. gt 'shop_scandalicious', 'swim'
  39. end
  40. act 'View bikinis':
  41. cla
  42. minut += 5
  43. gt 'shop_scandalicious', 'bikinis'
  44. end
  45. end
  46. if $ARGS[0] = 'clothes':
  47. $loc_arg = 'clothes'
  48. $loc = 'shop_scandalicious'
  49. $menu_loc = 'shop_scandalicious'
  50. $menu_arg = 'clothes'
  51. menu_off = 0
  52. *clr & cla
  53. gs'stat'
  54. '<center><b><font color="maroon">Viewing Scandalicious outfits</font></b></center>'
  55. *nl
  56. gs 'clothing_QV', 'shop_filter_header'
  57. act 'Return':
  58. cla
  59. minut += 1
  60. gt 'shop_scandalicious', 'start'
  61. end
  62. !!To filter just this set
  63. clo_i = 0
  64. :loopscandalicious_outfits_filter
  65. i = 1
  66. :loopscandalicious_outfits
  67. if scandalicious_outfits[i] = 0:
  68. gs 'clothing_attributes', 'scandalicious_outfits', i
  69. gs 'clothing_QV', 'shop_filter'
  70. !!sort by filter
  71. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  72. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_scandalicious'', ''scandalicious_outfits''"><img src="images/pc/items/scandalicious/outfits/<<i>>.jpg" height="250" /></a>'
  73. end
  74. end
  75. i += 1
  76. if i <= 30:jump 'loopscandalicious_outfits'
  77. clo_i += 1
  78. if clothingfilter['quality'] = 0 and clo_i <= 7:
  79. jump 'loopscandalicious_outfits_filter'
  80. elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
  81. jump 'loopscandalicious_outfits_filter'
  82. end
  83. end
  84. if $ARGS[0] = 'scandalicious_outfits':
  85. cla
  86. menu_off = 1
  87. if scandalicious_outfits[i] ! 0:
  88. msg 'You already own these clothes.'
  89. gt 'shop_scandalicious', 'clothes'
  90. end
  91. gt 'clothing', 'view_clothing_item', 'scandalicious_outfits',i, 1500, 'shop'
  92. end
  93. if $ARGS[0] = 'dresses':
  94. $loc_arg = 'dresses'
  95. $loc = 'shop_scandalicious'
  96. $menu_loc = 'shop_scandalicious'
  97. $menu_arg = 'dresses'
  98. menu_off = 0
  99. *clr & cla
  100. gs'stat'
  101. '<center><b><font color="maroon">Viewing Scandalicious dresses</font></b></center>'
  102. *nl
  103. gs 'clothing_QV', 'shop_filter_header'
  104. act 'Return':
  105. cla
  106. minut += 1
  107. gt 'shop_scandalicious', 'start'
  108. end
  109. !!To filter just this set
  110. clo_i = 0
  111. :loopscandalicious_dress_filter
  112. i = 1
  113. :loopscandalicious_dress
  114. if scandalicious_dress[i] = 0:
  115. gs 'clothing_attributes', 'scandalicious_dress', i
  116. gs 'clothing_QV', 'shop_filter'
  117. !!sort by filter
  118. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  119. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_scandalicious'', ''scandalicious_dress''"><img src="images/pc/items/scandalicious/dress/<<i>>.jpg" height="250" /></a>'
  120. end
  121. end
  122. i += 1
  123. if i <= 150:jump 'loopscandalicious_dress'
  124. clo_i += 1
  125. if clothingfilter['quality'] = 0 and clo_i <= 7:
  126. jump 'loopscandalicious_dress_filter'
  127. elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
  128. jump 'loopscandalicious_dress_filter'
  129. end
  130. end
  131. if $ARGS[0] = 'scandalicious_dress':
  132. cla
  133. menu_off = 1
  134. if scandalicious_dress[i] ! 0:
  135. msg 'You already own this dress.'
  136. gt 'shop_scandalicious', 'dresses'
  137. end
  138. gt 'clothing', 'view_clothing_item', 'scandalicious_dress',i, 1500, 'shop'
  139. end
  140. if $ARGS[0] = 'shoes':
  141. $loc_arg = 'shoes'
  142. $loc = 'shop_scandalicious'
  143. cls
  144. gs'stat'
  145. act 'Return':
  146. cla
  147. minut += 1
  148. gt 'shop_scandalicious', 'start'
  149. end
  150. i = 1
  151. :loopscandalicious_shoes
  152. if scandalicious_shoe[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_scandalicious'', ''shoes2''"><img src="images/pc/items/scandalicious/shoes/<<i>>.jpg" height="250" /></a>'
  153. i += 1
  154. if i <= 30:jump 'loopscandalicious_shoes'
  155. end
  156. if $ARGS[0] = 'shoes2': gt 'shoes', 'view_shoe_item', 'shop', 'shop_scandalicious',i, 1500
  157. if $ARGS[0] = 'swim':
  158. $loc_arg = 'swim'
  159. $loc = 'shop_scandalicious'
  160. cls
  161. gs'stat'
  162. '<center><b><font color="maroon">Swimsuits - one size fits all</font></b></center>'
  163. *nl
  164. gs 'clothing_QV', 'shop_filter_header'
  165. act 'Return':
  166. cla
  167. minut += 1
  168. gt 'shop_scandalicious', 'start'
  169. end
  170. !!To filter just this set
  171. clo_i = 0
  172. :loopscandalicious_swimsuit_filter
  173. i = 1
  174. :loopscandalicious_swimsuit
  175. if scandalicious_swimsuit[i] = 0:
  176. gs 'clothing_attributes', 'scandalicious_swimsuit', i
  177. gs 'clothing_QV', 'shop_filter'
  178. !!sort by filter
  179. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  180. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_scandalicious'', ''swim1''"><img src="images/pc/items/scandalicious/swim/one/<<i>>.jpg" height="250" /></a>'
  181. end
  182. end
  183. i += 1
  184. if i <= 40:jump 'loopscandalicious_swimsuit'
  185. clo_i += 1
  186. if clothingfilter['quality'] = 0 and clo_i <= 7:
  187. jump 'loopscandalicious_swimsuit_filter'
  188. elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
  189. jump 'loopscandalicious_swimsuit_filter'
  190. end
  191. end
  192. if $ARGS[0] = 'swim1': gt 'clothing', 'view_clothing_item', 'scandalicious_swimsuit',i, 1750, 'shop'
  193. if $ARGS[0] = 'bikinis':
  194. $loc_arg = 'bikinis'
  195. $loc = 'shop_scandalicious'
  196. cls
  197. gs'stat'
  198. '<center><b><font color="maroon">Bikinis - one size fits all</font></b></center>'
  199. *nl
  200. gs 'clothing_QV', 'shop_filter_header'
  201. act 'Return':
  202. cla
  203. minut += 1
  204. gt 'shop_scandalicious', 'start'
  205. end
  206. !!To filter just this set
  207. clo_i = 0
  208. :loopscandalicious_bikinis_filter
  209. i = 1
  210. :loopscandalicious_bikinis
  211. if scandalicious_bikinis[i] = 0:
  212. gs 'clothing_attributes', 'scandalicious_bikinis', i
  213. gs 'clothing_QV', 'shop_filter'
  214. !!sort by filter
  215. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  216. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_scandalicious'', ''bikini1''"><img src="images/pc/items/scandalicious/swim/two/<<i>>.jpg" height="250" /></a>'
  217. end
  218. end
  219. i += 1
  220. if i <= 70:jump 'loopscandalicious_bikinis'
  221. clo_i += 1
  222. if clothingfilter['quality'] = 0 and clo_i <= 7:
  223. jump 'loopscandalicious_bikinis_filter'
  224. elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
  225. jump 'loopscandalicious_bikinis_filter'
  226. end
  227. end
  228. if $ARGS[0] = 'bikini1': gt 'clothing', 'view_clothing_item', 'scandalicious_bikinis',i, 1750, 'shop'
  229. --- shop_scandalicious ---------------------------------