shop_scandalicious.qsrc 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. # shop_scandalicious
  2. !!2022/06/08
  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. act 'View bodysuits':
  46. minut += 5
  47. gt 'shop_scandalicious', 'bodysuit'
  48. end
  49. end
  50. if $ARGS[0] = 'clothes':
  51. $loc_arg = 'clothes'
  52. $loc = 'shop_scandalicious'
  53. $menu_loc = 'shop_scandalicious'
  54. $menu_arg = 'clothes'
  55. menu_off = 0
  56. *clr & cla
  57. gs'stat'
  58. '<center><b><font color="maroon">Viewing Scandalicious outfits</font></b></center>'
  59. *nl
  60. gs 'clothing_QV', 'shop_filter_header'
  61. act 'Return':
  62. cla
  63. minut += 1
  64. gt 'shop_scandalicious', 'start'
  65. end
  66. !!To filter just this set
  67. clo_i = 0
  68. :loopscandalicious_outfits_filter
  69. i = 1
  70. :loopscandalicious_outfits
  71. if scandalicious_outfits[i] = 0:
  72. gs 'clothing_attributes', 'scandalicious_outfits', i
  73. gs 'clothing_QV', 'shop_filter'
  74. !!sort by filter
  75. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  76. 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>'
  77. end
  78. end
  79. i += 1
  80. if i <= 30:jump 'loopscandalicious_outfits'
  81. clo_i += 1
  82. if clothingfilter['quality'] = 0 and clo_i <= 7:
  83. jump 'loopscandalicious_outfits_filter'
  84. elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
  85. jump 'loopscandalicious_outfits_filter'
  86. end
  87. end
  88. if $ARGS[0] = 'scandalicious_outfits':
  89. cla
  90. menu_off = 1
  91. if scandalicious_outfits[i] ! 0:
  92. msg 'You already own these clothes.'
  93. gt 'shop_scandalicious', 'clothes'
  94. end
  95. gt 'clothing', 'view_clothing_item', 'scandalicious_outfits',i, 1500, 'shop'
  96. end
  97. if $ARGS[0] = 'dresses':
  98. $loc_arg = 'dresses'
  99. $loc = 'shop_scandalicious'
  100. $menu_loc = 'shop_scandalicious'
  101. $menu_arg = 'dresses'
  102. menu_off = 0
  103. *clr & cla
  104. gs'stat'
  105. '<center><b><font color="maroon">Viewing Scandalicious dresses</font></b></center>'
  106. *nl
  107. gs 'clothing_QV', 'shop_filter_header'
  108. act 'Return':
  109. cla
  110. minut += 1
  111. gt 'shop_scandalicious', 'start'
  112. end
  113. !!To filter just this set
  114. clo_i = 0
  115. :loopscandalicious_dress_filter
  116. if Clothingstock >= 16:
  117. i = 3
  118. elseif Clothingstock >= 8:
  119. i = 2
  120. else
  121. i = 1
  122. end
  123. :loopscandalicious_dress
  124. if scandalicious_dress[i] = 0:
  125. gs 'clothing_attributes', 'scandalicious_dress', i
  126. gs 'clothing_QV', 'shop_filter'
  127. !!sort by filter
  128. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  129. 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>'
  130. end
  131. end
  132. i += 3
  133. if i <= 150:jump 'loopscandalicious_dress'
  134. clo_i += 1
  135. if clothingfilter['quality'] = 0 and clo_i <= 7:
  136. jump 'loopscandalicious_dress_filter'
  137. elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
  138. jump 'loopscandalicious_dress_filter'
  139. end
  140. end
  141. if $ARGS[0] = 'scandalicious_dress':
  142. cla
  143. menu_off = 1
  144. if scandalicious_dress[i] ! 0:
  145. msg 'You already own this dress.'
  146. gt 'shop_scandalicious', 'dresses'
  147. end
  148. gt 'clothing', 'view_clothing_item', 'scandalicious_dress',i, 1500, 'shop'
  149. end
  150. if $ARGS[0] = 'shoes':
  151. $loc_arg = 'shoes'
  152. $loc = 'shop_scandalicious'
  153. cls
  154. gs'stat'
  155. act 'Return':
  156. cla
  157. minut += 1
  158. gt 'shop_scandalicious', 'start'
  159. end
  160. i = 1
  161. :loopscandalicious_shoes
  162. 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>'
  163. i += 1
  164. if i <= 80:jump 'loopscandalicious_shoes'
  165. end
  166. if $ARGS[0] = 'shoes2': gt 'shoes', 'view_shoe_item', 'shop', 'scandalicious',i, 1500
  167. if $ARGS[0] = 'swim':
  168. $loc_arg = 'swim'
  169. $loc = 'shop_scandalicious'
  170. cls
  171. gs'stat'
  172. '<center><b><font color="maroon">Swimsuits - one size fits all</font></b></center>'
  173. *nl
  174. gs 'clothing_QV', 'shop_filter_header'
  175. act 'Return':
  176. cla
  177. minut += 1
  178. gt 'shop_scandalicious', 'start'
  179. end
  180. !!To filter just this set
  181. clo_i = 0
  182. :loopscandalicious_swimsuit_filter
  183. i = 1
  184. :loopscandalicious_swimsuit
  185. if scandalicious_swimsuit[i] = 0:
  186. gs 'clothing_attributes', 'scandalicious_swimsuit', i
  187. gs 'clothing_QV', 'shop_filter'
  188. !!sort by filter
  189. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  190. 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>'
  191. end
  192. end
  193. i += 1
  194. if i <= 40:jump 'loopscandalicious_swimsuit'
  195. clo_i += 1
  196. if clothingfilter['quality'] = 0 and clo_i <= 7:
  197. jump 'loopscandalicious_swimsuit_filter'
  198. elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
  199. jump 'loopscandalicious_swimsuit_filter'
  200. end
  201. end
  202. if $ARGS[0] = 'swim1': gt 'clothing', 'view_clothing_item', 'scandalicious_swimsuit',i, 1750, 'shop'
  203. if $ARGS[0] = 'bikinis':
  204. $loc_arg = 'bikinis'
  205. $loc = 'shop_scandalicious'
  206. cls
  207. gs'stat'
  208. '<center><b><font color="maroon">Bikinis - one size fits all</font></b></center>'
  209. *nl
  210. gs 'clothing_QV', 'shop_filter_header'
  211. act 'Return':
  212. cla
  213. minut += 1
  214. gt 'shop_scandalicious', 'start'
  215. end
  216. !!To filter just this set
  217. clo_i = 0
  218. :loopscandalicious_bikinis_filter
  219. i = 1
  220. :loopscandalicious_bikinis
  221. if scandalicious_bikinis[i] = 0:
  222. gs 'clothing_attributes', 'scandalicious_bikinis', i
  223. gs 'clothing_QV', 'shop_filter'
  224. !!sort by filter
  225. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  226. 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>'
  227. end
  228. end
  229. i += 1
  230. if i <= 70:jump 'loopscandalicious_bikinis'
  231. clo_i += 1
  232. if clothingfilter['quality'] = 0 and clo_i <= 7:
  233. jump 'loopscandalicious_bikinis_filter'
  234. elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
  235. jump 'loopscandalicious_bikinis_filter'
  236. end
  237. end
  238. if $ARGS[0] = 'bikini1': gt 'clothing', 'view_clothing_item', 'scandalicious_bikinis',i, 1750, 'shop'
  239. if $ARGS[0] = 'bodysuit':
  240. $loc = 'shop_scandalicious'
  241. $loc_arg = 'bodysuit'
  242. $menu_loc = 'shop_scandalicious'
  243. $menu_arg = 'bodysuit'
  244. menu_off = 0
  245. *clr & cla
  246. gs'stat'
  247. act 'Return': minut += 1 & gt 'shop_scandalicious', 'start'
  248. i = 1
  249. :loopscandalicious_bodysuit
  250. if scandalicious_bodysuits[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_scandalicious'', ''bodysuit2''"><img src="images/pc/items/scandalicious/bodysuits/<<i>>.jpg" height="250" /></a> '
  251. i += 1
  252. if i <= 100:jump 'loopscandalicious_bodysuit'
  253. end
  254. if $ARGS[0] = 'bodysuit2':
  255. cla
  256. menu_off = 1
  257. gt 'underwear_bodysuits', 'view_bodysuit_item', 'shop', 'scandalicious',i, 1000
  258. end
  259. --- shop_scandalicious ---------------------------------