1
0

shop_moncheri.qsrc 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # shop_moncheri
  2. !!2022/06/08
  3. if $ARGS[0] = 'start':
  4. killvar 'clothingfilter'
  5. gs 'shortgs', 'setloc', 'shop_moncheri', 'start'
  6. $location_type = 'public_indoors'
  7. menu_off = 0
  8. gs 'stat'
  9. gs 'themes', 'indoors'
  10. '<center><b><font color="maroon">Mon Chéri</font></b></center>'
  11. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/boutique/butik.jpg"></center>'
  12. *nl
  13. 'You''re inside the boutique only a few seconds before a tall, slender brunette woman saunters up to you. Everything about her is poised and perfect, from the beautiful silver dress she''s wearing to her unblemished skin and pearly white teeth. "Welcome to Mon Chéri, dear. We sell only the most beautifully luxurious items here. Come, take a look! You won''t be disappointed," she smiles as she ushers you further inside with a small flourish. Everything in the boutique is high-end, definitely not for the average shopper, but the items on display are simply stunning.'
  14. *nl
  15. if RimmaSex > 0:
  16. if rimmaday ! daystart:
  17. '<a href="exec:gt ''RimmaSexQW''">Rima</a> smiles at you. She bites her lip and looks longingly in your direction.'
  18. else
  19. 'Rima smiles at you and continues to do her business.'
  20. end
  21. end
  22. 'The boutique sells designer winter coats, formal clothing, beautiful shoes and exquisite handbags.'
  23. act 'Leave the boutique': minut += 3 & gt 'city_mall'
  24. act 'View shoes': minut += 5 & gt 'shop_moncheri', 'shoes'
  25. act 'View purses': minut += 5 & gt 'shop_moncheri', 'purses'
  26. act 'View coats': minut += 5 & gt 'shop_moncheri', 'coats'
  27. if $pantyworntype ! 'none':
  28. act 'Enter changing room (strip to underwear)':
  29. *clr & cla
  30. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/underwear.jpg"</center>'
  31. gs 'clothing', 'strip'
  32. changingroom_underwear = 1
  33. gs 'shop_moncheri', 'changingroom', 1
  34. end
  35. end
  36. act 'Enter changing room (strip naked)':
  37. *clr & cla
  38. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
  39. gs 'clothing', 'strip_all'
  40. gs 'shop_moncheri', 'changingroom', 1
  41. end
  42. if rand(1, 100) >= 80 and pcs_skin >= 20 and lesbiQW = 0:
  43. 'In the boutique you see a stylish and slender woman, about forty years old.'
  44. act 'Stare at the woman': gt 'event', 'lesbi'
  45. end
  46. end
  47. if $ARGS[0] = 'changingroom':
  48. gs 'shortgs', 'setloc', 'shop_moncheri', 'changingroom'
  49. $locclass = 'changingroom'
  50. menu_off = 0
  51. gs 'stat'
  52. if $ARGS[1] = '':
  53. *clr & cla
  54. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/changingroom.jpg"</center>'
  55. 'You are in the changing rooms in Mon Chéri with several outfits available to try on.'
  56. else
  57. 'As you walk through the store you notice that there''s nobody in the changing rooms. Feeling a bit bored, you go look at some clothes and grab several items to try on before heading into one of the changing rooms.'
  58. end
  59. *nl
  60. gs 'shortgs', 'clothing_state'
  61. act 'Try on dresses': gt 'shop_moncheri', 'dresses'
  62. act 'Try on gowns': gt 'shop_moncheri', 'gowns'
  63. act 'try on bodysuits': gt 'shop_moncheri', 'bodysuit'
  64. if $pantyworntype = 'none':
  65. act 'Put on underwear':
  66. gs 'underwear', 'wear'
  67. gt 'shop_moncheri', 'changingroom'
  68. end
  69. end
  70. if $pantyworntype ! 'none':
  71. act 'Get naked':
  72. gs 'clothing', 'strip_all'
  73. gt 'shop_moncheri', 'changingroom'
  74. end
  75. end
  76. act 'Get dressed and go back to the store': gt 'shop_moncheri', 'changingend'
  77. end
  78. if $ARGS[0] = 'changingend':
  79. !! Sveta dresses again
  80. if changingroom_underwear = 1:
  81. changingroom_underwear = 0
  82. else
  83. gs 'underwear', 'wear'
  84. end
  85. gs 'clothing', 'wear_last_worn'
  86. gt 'shop_moncheri', 'start'
  87. end
  88. if $ARGS[0] = 'gowns':
  89. gs 'shortgs', 'setloc', 'shop_moncheri', 'gowns'
  90. menu_off = 0
  91. gs 'stat'
  92. '<center><b><font color="maroon">Viewing Mon Chéri outfits</font></b></center>'
  93. *nl
  94. act 'Return': minut += 1 & gt 'shop_moncheri', 'changingroom'
  95. gs 'clothing_QV', 'shop_filter_header'
  96. gs 'clothing', 'totals', 'moncheri_gown'
  97. !!To filter just this set
  98. clo_i = 0
  99. :loopmoncheri_gown_filter
  100. i = 1 + Clothingstock mod 3
  101. :loopmoncheri_gown
  102. if moncheri_gown[i] = 0:
  103. gs 'clothing_attributes', 'moncheri_gown', i
  104. gs 'clothing_QV', 'shop_filter'
  105. !!sort by filter
  106. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  107. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_moncheri'', ''moncheri_gown''"><img src="images/pc/items/moncheri/gown/<<i>>.jpg" height="250" /></a>'
  108. end
  109. end
  110. i += 3
  111. if i <= total:jump 'loopmoncheri_gown'
  112. clo_i += 1
  113. if clothingfilter['quality'] = 0 and clo_i <= 7 or clothingfilter['inhibition'] = 0 and clo_i <= 50:
  114. jump 'loopmoncheri_gown_filter'
  115. end
  116. end
  117. if $ARGS[0] = 'moncheri_gown': gt 'clothing', 'view_clothing_item', 'moncheri_gown', i, 20000, 'shop'
  118. if $ARGS[0] = 'dresses':
  119. gs 'shortgs', 'setloc', 'shop_moncheri', 'dresses'
  120. menu_off = 0
  121. gs 'stat'
  122. '<center><b><font color="maroon">Viewing Mon Chéri outfits</font></b></center>'
  123. *nl
  124. gs 'clothing_QV', 'shop_filter_header'
  125. gs 'clothing', 'totals', 'moncheri_dress'
  126. act 'Return': minut += 1 & gt 'shop_moncheri', 'changingroom'
  127. !!To filter just this set
  128. clo_i = 0
  129. :loopmoncheri_dress_filter
  130. i = 1 + (Clothingstock / 3) mod 2
  131. :loopmoncheri_dress
  132. if moncheri_dress[i] = 0:
  133. gs 'clothing_attributes', 'moncheri_dress', i
  134. gs 'clothing_QV', 'shop_filter'
  135. !!sort by filter
  136. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  137. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_moncheri'', ''moncheri_dress''"><img src="images/pc/items/moncheri/dress/<<i>>.jpg" height="250" /></a>'
  138. end
  139. end
  140. i += 2
  141. if i <= total: jump 'loopmoncheri_dress'
  142. clo_i += 1
  143. if clothingfilter['quality'] = 0 and clo_i <= 7 or clothingfilter['inhibition'] = 0 and clo_i <= 50:
  144. jump 'loopmoncheri_dress_filter'
  145. end
  146. end
  147. if $ARGS[0] = 'moncheri_dress': gt 'clothing', 'view_clothing_item', 'moncheri_dress',i, 20000, 'shop'
  148. if $ARGS[0] = 'bodysuit':
  149. gs 'shortgs', 'setloc', 'shop_moncheri', 'bodysuit'
  150. menu_off = 0
  151. gs 'stat'
  152. act 'Return': minut += 1 & gt 'shop_moncheri', 'changingroom'
  153. gs 'underwear_bodysuits', 'shop_filter_header'
  154. gs 'underwear_bodysuits', 'totals', 'moncheri_bodysuits'
  155. !!To filter just this set
  156. clo_i = 0
  157. :loopbodysuitquality_filter
  158. i = 1 + (Clothingstock / 6) mod 2
  159. :loopmoncheri_bodysuit
  160. if moncheri_bodysuits[i] = 0:
  161. gs 'underwear_attributes', 'moncheri_bodysuits', i
  162. if (clothingfilter['quality'] = 0 and BraQuality = clo_i) or clothingfilter['number'] = 0:
  163. *p '<a href="exec: i = <<i>> & gt ''shop_moncheri'', ''bodysuit2''"><img src="images/pc/items/moncheri/bodysuits/<<i>>.jpg" height="250" /></a> '
  164. end
  165. end
  166. i += 2
  167. if i <= total: jump 'loopmoncheri_bodysuit'
  168. clo_i += 1
  169. if clothingfilter['quality'] = 0 and clo_i <= 6:
  170. jump 'loopbodysuitquality_filter'
  171. end
  172. end
  173. if $ARGS[0] = 'bodysuit2': gt 'underwear_bodysuits', 'view_bodysuit_item', 'shop', 'moncheri',i, 2000
  174. if $ARGS[0] = 'shoes':
  175. gs 'shortgs', 'setloc', 'shop_moncheri', 'shoes'
  176. menu_off = 0
  177. gs 'stat'
  178. '<center><b><font color="maroon">Viewing G&M shoes</font></b></center>'
  179. *nl
  180. act 'Return': minut += 1 & gt 'shop_moncheri', 'start'
  181. gs 'shoes', 'shop_filter_header'
  182. gs 'shoes', 'totals', 'moncheri_shoes'
  183. !!To filter just this set
  184. clo_i = 0
  185. :loopshoequality_filter
  186. i = 1 + (Clothingstock / 4) mod 3
  187. :loopmoncheri_shoes
  188. if moncheri_shoe[i] = 0:
  189. gs 'shoe_attributes', 'moncheri', i
  190. gs 'shoes', 'shoe_filter'
  191. if (Shofilter['quality'] = 0 and ShoQuality = clo_i) or Shofilter['number'] = 0:
  192. if Shofilter['inc'] = 1 and Shofilter['only'] = 1:
  193. *p '<a href="exec: i = <<i>> & gt ''shop_moncheri'', ''moncheri_shoes''"><img src="images/pc/items/moncheri/shoes/<<i>>.jpg" height="250" /></a>'
  194. end
  195. end
  196. end
  197. i += 3
  198. if i <= total: jump 'loopmoncheri_shoes'
  199. clo_i += 1
  200. if Shofilter['quality'] = 0 and clo_i <= 7:
  201. jump 'loopshoequality_filter'
  202. end
  203. end
  204. if $ARGS[0] = 'moncheri_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'moncheri',i, 5000
  205. if $ARGS[0] = 'purses':
  206. gs 'shortgs', 'setloc', 'shop_moncheri', 'purses'
  207. menu_off = 0
  208. gs 'stat'
  209. act 'Return': minut += 1 & gt 'shop_moncheri', 'start'
  210. gs 'purses', 'totals', 'moncheri_purses'
  211. i = 1
  212. :loopmoncheri_purses
  213. if moncheri_purses[i] = 0: *p '<a href="exec: i = <<i>> & gt ''shop_moncheri'', ''purses2''"><img src="images/pc/items/moncheri/purses/<<i>>.jpg" height="150" /></a> '
  214. i += 1
  215. if i <= total: jump 'loopmoncheri_purses'
  216. end
  217. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'moncheri',i, 4000
  218. if $ARGS[0] = 'coats':
  219. gs 'shortgs', 'setloc', 'shop_moncheri', 'coats'
  220. menu_off = 0
  221. gs 'stat'
  222. act 'Return': minut += 1 & gt 'shop_moncheri', 'start'
  223. gs 'coats', 'totals', 'moncheri_coats'
  224. i = 1
  225. :loopmoncheri_coats
  226. if moncheri_coats[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_moncheri'', ''coats2''"><img src="images/pc/items/moncheri/coats/<<i>>.jpg" height="250" /></a> '
  227. i += 1
  228. if i <= 20: jump 'loopmoncheri_coats'
  229. end
  230. if $ARGS[0] = 'coats2': gt 'coats', 'view_coat_item', 'shop', 'moncheri', i, 4000
  231. --- moncheri ---------------------------------