scandalicious.qsrc 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. # scandalicious
  2. !2021/04/29
  3. if $ARGS[0] = 'start':
  4. $loc = 'scandalicious'
  5. $loc_arg = 'start'
  6. $location_type = 'public_indoors'
  7. cls
  8. menu_off = 0
  9. gs 'stat'
  10. gs 'themes', 'indoors'
  11. '<center><b><font color="maroon">Scandalicious</font></b></center>'
  12. '<center><img src="images/locations/city/citycenter/mall/scandalicious/shop.jpg"></center>'
  13. *nl
  14. '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.
  15. 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.'
  16. *nl
  17. act 'Leave':
  18. cla
  19. minut += 3
  20. gt 'torgcentr'
  21. end
  22. act 'View clothing':
  23. minut += 5
  24. gt 'scandalicious', 'clothes'
  25. end
  26. act 'View dresses':
  27. minut += 5
  28. gt 'scandalicious', 'dresses'
  29. end
  30. act 'View shoes':
  31. minut += 5
  32. gt 'scandalicious', 'shoes'
  33. end
  34. act 'View swimsuits':
  35. cla
  36. minut += 5
  37. gt 'scandalicious', 'swim'
  38. end
  39. act 'View bikinis':
  40. cla
  41. minut += 5
  42. gt 'scandalicious', 'bikinis'
  43. end
  44. end
  45. if $ARGS[0] = 'clothes':
  46. $loc_arg = 'clothes'
  47. $loc = 'scandalicious'
  48. $menu_loc = 'scandalicious'
  49. $menu_arg = 'clothes'
  50. menu_off = 0
  51. *clr & cla
  52. gs'stat'
  53. '<center><b><font color="maroon">Viewing Scandalicious outfits</font></b></center>'
  54. *nl
  55. gs 'clothing_QV', 'shop_header'
  56. act 'Return':
  57. cla
  58. minut += 1
  59. gt 'scandalicious', 'start'
  60. end
  61. clothingfilter['qualitycheck'] = 7
  62. :loopquality
  63. i = 1
  64. :loopscandalicious_outfits
  65. if scandalicious_outfits[i] = 0:
  66. gs 'clothing_attributes', 'scandalicious_outfits', i
  67. gs 'clothing_QV', 'shop_filter'
  68. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  69. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''scandalicious'', ''scandalicious_outfits''"><img src="images/pc/items/scandalicious/outfits/<<i>>.jpg" height="250" /></a>'
  70. end
  71. end
  72. i += 1
  73. if i <= 20:jump 'loopscandalicious_outfits'
  74. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
  75. end
  76. if $ARGS[0] = 'scandalicious_outfits':
  77. cla
  78. menu_off = 1
  79. if scandalicious_outfits[i] ! 0:
  80. msg 'You already own these clothes.'
  81. gt 'scandalicious', 'clothes'
  82. end
  83. gt 'clothing', 'view_clothing_item', 'shop', 'scandalicious_outfits',i, 1500
  84. end
  85. if $ARGS[0] = 'dresses':
  86. $loc_arg = 'dresses'
  87. $loc = 'scandalicious'
  88. $menu_loc = 'scandalicious'
  89. $menu_arg = 'dresses'
  90. menu_off = 0
  91. *clr & cla
  92. gs'stat'
  93. '<center><b><font color="maroon">Viewing Scandalicious dresses</font></b></center>'
  94. *nl
  95. gs 'clothing_QV', 'shop_header'
  96. act 'Return':
  97. cla
  98. minut += 1
  99. gt 'scandalicious', 'start'
  100. end
  101. clothingfilter['qualitycheck'] = 7
  102. :loopquality1
  103. i = 1
  104. :loopscandalicious_dress
  105. if scandalicious_dress[i] = 0:
  106. gs 'clothing_attributes', 'scandalicious_dress', i
  107. gs 'clothing_QV', 'shop_filter'
  108. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  109. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''scandalicious'', ''scandalicious_dress''"><img src="images/pc/items/scandalicious/dress/<<i>>.jpg" height="250" /></a>'
  110. end
  111. end
  112. i += 1
  113. if i <= 50:jump 'loopscandalicious_dress'
  114. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality1'
  115. end
  116. if $ARGS[0] = 'scandalicious_dress':
  117. cla
  118. menu_off = 1
  119. if scandalicious_dress[i] ! 0:
  120. msg 'You already own this dress.'
  121. gt 'scandalicious', 'dresses'
  122. end
  123. gt 'clothing', 'view_clothing_item', 'shop', 'scandalicious_dress',i, 1500
  124. end
  125. if $ARGS[0] = 'shoes':
  126. $loc_arg = 'shoes'
  127. $loc = 'scandalicious'
  128. cls
  129. gs'stat'
  130. act 'Return':
  131. cla
  132. minut += 1
  133. gt 'scandalicious', 'start'
  134. end
  135. i = 1
  136. :loopscandalicious_shoes
  137. if scandalicious_shoe[i] = 0:*p '<a href="exec: i = <<i>> & gt ''scandalicious'', ''shoes2''"><img src="images/pc/items/scandalicious/shoes/<<i>>.jpg" height="250" /></a>'
  138. i += 1
  139. if i <= 30:jump 'loopscandalicious_shoes'
  140. end
  141. if $ARGS[0] = 'shoes2': gt 'shoes', 'view_shoe_item', 'shop', 'scandalicious',i, 1500
  142. if $ARGS[0] = 'swim':
  143. $loc_arg = 'swim'
  144. $loc = 'scandalicious'
  145. cls
  146. gs'stat'
  147. '<center><b><font color="maroon">Swimsuits - one size fits all</font></b></center>'
  148. *nl
  149. gs 'clothing_QV', 'shop_header'
  150. act 'Return':
  151. cla
  152. minut += 1
  153. gt 'scandalicious', 'start'
  154. end
  155. clothingfilter['qualitycheck'] = 7
  156. :loopquality2
  157. i = 1
  158. :loopscandalicious_swimsuit
  159. if scandalicious_swimsuit[i] = 0:
  160. gs 'clothing_attributes', 'scandalicious_swimsuit', i
  161. gs 'clothing_QV', 'shop_filter'
  162. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  163. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''scandalicious'', ''swim1''"><img src="images/pc/items/scandalicious/swim/one/<<i>>.jpg" height="250" /></a>'
  164. end
  165. end
  166. i += 1
  167. if i <= 40:jump 'loopscandalicious_swimsuit'
  168. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality2'
  169. end
  170. if $ARGS[0] = 'swim1': gt 'clothing', 'view_clothing_item', 'shop', 'scandalicious_swimsuit',i, 1750
  171. if $ARGS[0] = 'bikinis':
  172. $loc_arg = 'bikinis'
  173. $loc = 'scandalicious'
  174. cls
  175. gs'stat'
  176. '<center><b><font color="maroon">Bikinis - one size fits all</font></b></center>'
  177. *nl
  178. gs 'clothing_QV', 'shop_header'
  179. act 'Return':
  180. cla
  181. minut += 1
  182. gt 'scandalicious', 'start'
  183. end
  184. clothingfilter['qualitycheck'] = 7
  185. :loopquality3
  186. i = 1
  187. :loopscandalicious_bikinis
  188. if scandalicious_bikinis[i] = 0:
  189. gs 'clothing_attributes', 'scandalicious_bikinis', i
  190. gs 'clothing_QV', 'shop_filter'
  191. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  192. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''scandalicious'', ''bikini1''"><img src="images/pc/items/scandalicious/swim/two/<<i>>.jpg" height="250" /></a>'
  193. end
  194. end
  195. i += 1
  196. if i <= 70:jump 'loopscandalicious_bikinis'
  197. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality3'
  198. end
  199. if $ARGS[0] = 'bikini1': gt 'clothing', 'view_clothing_item', 'shop', 'scandalicious_bikinis',i, 1750
  200. --- scandalicious ---------------------------------