moncheri.qsrc 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. # moncheri
  2. !2021/04/29
  3. if $ARGS[0] = 'start':
  4. killvar 'clothingfilter'
  5. $loc_arg = $ARGS[0]
  6. $loc = 'moncheri'
  7. $location_type = 'public_indoors'
  8. $menu_loc = 'moncheri'
  9. $menu_arg = 'start'
  10. menu_off = 0
  11. *clr & cla
  12. mag = 1
  13. gs 'stat'
  14. gs 'themes', 'indoors'
  15. '<center><b><font color="maroon">Mon Chéri</font></b></center>'
  16. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/boutique/butik.jpg"></center>'
  17. *nl
  18. '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.'
  19. *nl
  20. if rand(1, 100) >= 80 and pcs_skin >= 20 and lesbiQW = 0:
  21. 'In the boutique you see a stylish and slender woman, about forty years old.'
  22. act 'Stare at the woman':gt 'event', 'lesbi'
  23. end
  24. if RimmaSex > 0:
  25. if rimmaday ! daystart:
  26. '<a href="exec:gt ''RimmaSexQW''">Rima</a> smiles at you. She bites her lip and looks longingly in your direction.'
  27. else
  28. 'Rima smiles at you and continues to do her business.'
  29. end
  30. end
  31. 'The boutique sells designer winter coats, formal clothing, beautiful shoes and exquisite handbags.'
  32. act 'Leave the boutique': minut += 3 & gt 'torgcentr'
  33. act 'View shoes': minut += 5 & gt 'moncheri', 'shoes'
  34. act 'View purses': minut += 5 & gt 'moncheri', 'purses'
  35. act 'View coats': minut += 5 & gt 'moncheri', 'coats'
  36. if $pantyworntype ! 'none':
  37. act 'Enter changing room (strip to underwear)':
  38. *clr & cla
  39. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/underwear.jpg"</center>'
  40. gs 'clothing', 'strip'
  41. gs 'moncheri', 'changingroom', 1
  42. end
  43. end
  44. act 'Enter changing room (strip naked)':
  45. *clr & cla
  46. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
  47. gs 'clothing', 'strip_all'
  48. gs 'moncheri', 'changingroom', 1
  49. end
  50. end
  51. if $ARGS[0] = 'changingroom':
  52. $locclass = 'changingroom'
  53. $loc_arg = 'changingroom'
  54. $loc = 'moncheri'
  55. $menu_loc = 'moncheri'
  56. $menu_arg = 'changingroom'
  57. gs 'stat'
  58. menu_off = 0
  59. if $ARGS[1] = '':
  60. *clr & cla
  61. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/changingroom.jpg"</center>'
  62. 'You are in the changing rooms in Mon Chéri with several outfits available to try on.'
  63. else
  64. '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.'
  65. end
  66. *nl
  67. gs 'shortgs', 'clothing_state'
  68. act 'Try on dresses': gt 'moncheri', 'dresses'
  69. act 'Try on gowns': gt 'moncheri', 'gowns'
  70. if $pantyworntype = 'none':
  71. act 'Put on underwear':
  72. gs 'underwear', 'wear'
  73. gt 'moncheri', 'changingroom'
  74. end
  75. end
  76. if $pantyworntype ! 'none':
  77. act 'Get naked':
  78. gs 'clothing', 'strip_all'
  79. gt 'moncheri', 'changingroom'
  80. end
  81. end
  82. act 'Get dressed and go back to the store': gt 'moncheri', 'changingend'
  83. end
  84. if $ARGS[0] = 'changingend':
  85. !! Sveta dresses again
  86. if $pantyworntype = 'none': gs 'underwear', 'wear'
  87. gs 'clothing', 'wear_last_worn'
  88. gt 'moncheri', 'start'
  89. end
  90. if $ARGS[0] = 'gowns':
  91. $loc_arg = 'gowns'
  92. $loc = 'moncheri'
  93. $menu_loc = 'moncheri'
  94. $menu_arg = 'gowns'
  95. menu_off = 0
  96. *clr & cla
  97. gs'stat'
  98. '<center><b><font color="maroon">Viewing Mon Chéri outfits</font></b></center>'
  99. *nl
  100. gs 'clothing_QV', 'shop_filter_header'
  101. act 'Return': minut += 1 & gt 'moncheri', 'changingroom'
  102. !!To filter just this set
  103. clo_i = 0
  104. :loopmoncheri_gown_filter
  105. if Clothingstock > 7:
  106. i = 1
  107. elseif Clothingstock > 15:
  108. i = 2
  109. else
  110. i = 3
  111. end
  112. :loopmoncheri_gown
  113. if moncheri_gown[i] = 0:
  114. gs 'clothing_attributes', 'moncheri_gown', i
  115. gs 'clothing_QV', 'shop_filter'
  116. !!sort by filter
  117. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  118. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''moncheri'', ''moncheri_gown''"><img src="images/pc/items/moncheri/gown/<<i>>.jpg" height="250" /></a>'
  119. end
  120. end
  121. i += 3
  122. if i <= 160:jump 'loopmoncheri_gown'
  123. clo_i += 1
  124. if clothingfilter['quality'] = 0 and clo_i <= 7:
  125. jump 'loopmoncheri_gown_filter'
  126. elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
  127. jump 'loopmoncheri_gown_filter'
  128. end
  129. end
  130. if $ARGS[0] = 'moncheri_gown':gt 'clothing', 'view_clothing_item', 'moncheri_gown',i, 20000, 'shop'
  131. if $ARGS[0] = 'dresses':
  132. $loc_arg = 'dresses'
  133. $loc = 'moncheri'
  134. $menu_loc = 'moncheri'
  135. $menu_arg = 'dresses'
  136. menu_off = 0
  137. *clr & cla
  138. gs'stat'
  139. '<center><b><font color="maroon">Viewing Mon Chéri outfits</font></b></center>'
  140. *nl
  141. gs 'clothing_QV', 'shop_filter_header'
  142. act 'Return': minut += 1 & gt 'moncheri', 'changingroom'
  143. !!To filter just this set
  144. clo_i = 0
  145. :loopmoncheri_dress_filter
  146. if Clothingstock > 11:
  147. i = 1
  148. else
  149. i = 2
  150. end
  151. :loopmoncheri_dress
  152. if moncheri_dress[i] = 0:
  153. gs 'clothing_attributes', 'moncheri_dress', i
  154. gs 'clothing_QV', 'shop_filter'
  155. !!sort by filter
  156. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  157. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''moncheri'', ''moncheri_dress''"><img src="images/pc/items/moncheri/dress/<<i>>.jpg" height="250" /></a>'
  158. end
  159. end
  160. i += 2
  161. if i <= 80:jump 'loopmoncheri_dress'
  162. clo_i += 1
  163. if clothingfilter['quality'] = 0 and clo_i <= 7:
  164. jump 'loopmoncheri_dress_filter'
  165. elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
  166. jump 'loopmoncheri_dress_filter'
  167. end
  168. end
  169. if $ARGS[0] = 'moncheri_dress': gt 'clothing', 'view_clothing_item', 'moncheri_dress',i, 20000, 'shop'
  170. if $ARGS[0] = 'shoes':
  171. $loc_arg = $ARGS[0]
  172. $loc = 'moncheri'
  173. $menu_loc = 'moncheri'
  174. $menu_arg = 'shoes'
  175. menu_off = 0
  176. *clr & cla
  177. gs'stat'
  178. act 'Return': minut += 1 & gt 'moncheri', 'start'
  179. i = 1
  180. :loopmoncheri_shoes
  181. if moncheri_shoe[i] = 0:*p '<a href="exec: i = <<i>> & gt ''moncheri'', ''moncheri_shoes''"><img src="images/pc/items/moncheri/shoes/<<i>>.jpg" height="250" /></a>'
  182. i += 1
  183. if i <= 40:jump 'loopmoncheri_shoes'
  184. end
  185. if $ARGS[0] = 'moncheri_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'moncheri',i, 5000
  186. if $ARGS[0] = 'purses':
  187. $loc_arg = 'purses'
  188. $loc = 'moncheri'
  189. $menu_loc = 'moncheri'
  190. $menu_arg = 'purses'
  191. menu_off = 0
  192. *clr & cla
  193. gs'stat'
  194. act 'Return': minut += 1 & gt 'moncheri', 'start'
  195. i = 1
  196. :loopmoncheri_purses
  197. if moncheri_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''moncheri'', ''purses2''"><img src="images/pc/items/moncheri/purses/<<i>>.jpg" height="150" /></a> '
  198. i += 1
  199. if i <= 20:jump 'loopmoncheri_purses'
  200. end
  201. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'moncheri',i, 4000
  202. if $ARGS[0] = 'coats':
  203. $loc_arg = 'coats'
  204. $loc = 'moncheri'
  205. $menu_loc = 'moncheri'
  206. $menu_arg = 'coats'
  207. menu_off = 0
  208. *clr & cla
  209. gs'stat'
  210. act 'Return': minut += 1 & gt 'moncheri', 'start'
  211. i = 1
  212. :loopmoncheri_coats
  213. if moncheri_coats[i] = 0:*p '<a href="exec: i = <<i>> & gt ''moncheri'', ''coats2''"><img src="images/pc/items/moncheri/coats/<<i>>.jpg" height="250" /></a> '
  214. i += 1
  215. if i <= 20:jump 'loopmoncheri_coats'
  216. end
  217. if $ARGS[0] = 'coats2': gt 'coats', 'view_coat_item', 'shop', 'moncheri',i, 4000
  218. --- moncheri ---------------------------------