1
0

shop_fashionista.qsrc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. # shop_fashionista
  2. !!2022/06/20
  3. $location_type = 'event'
  4. if $ARGS[0] = 'start':
  5. killvar '$locclass'
  6. gs 'shortgs', 'setloc', 'shop_fashionista', 'start'
  7. menu_off = 0
  8. !!Variable for buying underwear for Natasha so it only procs once per changingroom event
  9. NatbelQW['underwearShop'] = 0
  10. gs 'stat'
  11. gs 'themes', 'indoors'
  12. '<center><b><font color="maroon">Fashionista</font></b></center>'
  13. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/fashionista.jpg"</center>'
  14. 'This shop features many big name brands and designer clothing. Even their bags look cool.'
  15. 'You can try on outfits via the changing room.'
  16. act 'Leave':
  17. minut += 3
  18. view
  19. gt 'city_mall'
  20. end
  21. act 'View purses': minut += 5 & gt 'shop_fashionista', 'purses'
  22. if $pantyworntype ! 'none':
  23. act 'Enter changing room (strip to underwear)':
  24. *clr & cla
  25. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/underwear.jpg"</center>'
  26. gs 'clothing', 'strip'
  27. changingroom_underwear = 1
  28. gs 'shop_fashionista', 'changingroom', 1
  29. end
  30. end
  31. act 'Enter changing room (strip naked)':
  32. *clr & cla
  33. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
  34. gs 'clothing', 'strip_all'
  35. gs 'shop_fashionista', 'changingroom', 1
  36. end
  37. end
  38. if $ARGS[0] = 'changingroom':
  39. $locclass = 'changingroom'
  40. gs 'shortgs', 'setloc', 'shop_fancy_pancy', 'changingroom'
  41. menu_off = 0
  42. gs 'stat'
  43. if $ARGS[1] = '':
  44. *clr & cla
  45. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/changingroom.jpg"</center>'
  46. 'You are in the changing rooms in Fashionista with several outfits available to try on.'
  47. else
  48. '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.'
  49. end
  50. if $pantyworntype = 'none' and week = 7 and rimma['photo'] = 0:
  51. *clr & cla
  52. rimma['photo'] = 1
  53. rimma['day'] = daystart
  54. '<center><img <<$set_imgh>> src="images/characters/city/rimma/photo.jpg"</center>'
  55. 'While in the changing room you get a strange feeling like you are being watched, thinking nothing of it you pose like you are a model. Wait was that the sound of a phone camera? You can''t see anyone and you are not going to run out and look while naked, it was probably just your imagination.'
  56. act 'Disregard':gt 'shop_fashionista', 'changingroom'
  57. exit
  58. end
  59. *nl
  60. gs 'shortgs', 'clothing_state'
  61. !! if week = 7 and rimma['photo'] = 1 and rimma['day'] ! daystart: Rimma event will start here
  62. act 'Try on dresses': gt 'shop_fashionista', 'dressingclothes'
  63. act 'Try on outfits': gt 'shop_fashionista', 'dressingoutfit'
  64. act 'Try on bra':
  65. if NatbelQW['seethrough'] = 0 and NatbelQW['QWstage'] > 5 and NatbelQW['underwearShop'] = 0:
  66. *clr & cla
  67. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
  68. 'As you try on a particularly spicy set of see-through underwear, you notice that it doesn''t quite fit you.'
  69. '"This should fit Natasha perfectly though. And it only costs 750 <b>₽</b>." You think to yourself, imagining the look on her face if you make her wear it.'
  70. act 'Buy it':
  71. *clr & cla
  72. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
  73. 'You put the underwear aside for now so that you can take it to the register with you.'
  74. money -= 750
  75. NatbelQW['seethrough'] = 1
  76. act 'Stay in the changing room': gt 'shop_fashionista', 'changingroom'
  77. act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
  78. end
  79. act 'Don''t buy it':
  80. *clr & cla
  81. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
  82. 'Deciding against it, you look through the rest of the underwear for something that would fit you better.'
  83. NatbelQW['underwearShop'] = 1
  84. act 'Stay in the changing room': gt 'shop_fashionista', 'changingroom'
  85. act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
  86. end
  87. else
  88. gt 'shop_fashionista', 'dressingbra'
  89. end
  90. end
  91. act 'Try on panties': gt 'shop_fashionista', 'dressingpanties'
  92. if $pantyworntype = 'none':
  93. act 'Put on underwear':
  94. gs 'underwear', 'wear'
  95. gt 'shop_fashionista', 'changingroom'
  96. end
  97. end
  98. if $pantyworntype ! 'none':
  99. act 'Get naked':
  100. gs 'clothing', 'strip_all'
  101. gt 'shop_fashionista', 'changingroom'
  102. end
  103. end
  104. act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
  105. end
  106. if $ARGS[0] = 'dressingclothes':
  107. $loc = 'shop_fashionista'
  108. $loc_arg = 'dressingclothes'
  109. menu_off = 1
  110. gs 'stat'
  111. '<center><b><font color="maroon">Viewing shop_fashionista clothing</font></b></center>'
  112. *nl
  113. act 'Return': minut += 1 & gt 'shop_fashionista', 'changingroom'
  114. gs 'clothing_QV', 'shop_filter_header'
  115. gs 'clothing', 'totals', 'fashionista_dress'
  116. !!To filter just this set
  117. clo_i = 0
  118. :loopfashionista_filter
  119. i = 1 + Clothingstock mod 4
  120. :loopfashionista_dress
  121. if fashionista_dress[i] = 0:
  122. gs 'clothing_attributes', 'fashionista_dress', i
  123. gs 'clothing_QV', 'shop_filter'
  124. !!sort by filter
  125. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  126. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingclothes2''"><img src="images/pc/items/fashionista/dress/<<i>>.jpg" height="250" /></a> '
  127. end
  128. end
  129. i += 4
  130. if i <= total: jump 'loopfashionista_dress'
  131. clo_i += 1
  132. if clothingfilter['quality'] = 0 and clo_i <= 7 or clothingfilter['inhibition'] = 0 and clo_i <= 50:
  133. jump 'loopfashionista_filter'
  134. end
  135. end
  136. if $ARGS[0] = 'dressingclothes2':
  137. if fashionista_dress[i] ! 0:
  138. msg 'You already own these clothes.'
  139. gt 'shop_fashionista', 'clothes'
  140. end
  141. gt 'clothing', 'view_clothing_item', 'fashionista_dress', i, 8000, 'shop'
  142. end
  143. if $ARGS[0] = 'dressingoutfit':
  144. $loc = 'shop_fashionista'
  145. $loc_arg = 'dressingoutfit'
  146. menu_off = 1
  147. gs 'stat'
  148. '<center><b><font color="maroon">Viewing shop_fashionista clothing</font></b></center>'
  149. *nl
  150. act 'Return': minut += 1 & gt 'shop_fashionista', 'changingroom'
  151. gs 'clothing_QV', 'shop_filter_header'
  152. gs 'clothing', 'totals', 'fashionista_outfits'
  153. !!To filter just this set
  154. clo_i = 0
  155. :loopfashionista_outfits_filter
  156. i = 1
  157. :loopfashionista_outfits
  158. if fashionista_outfits[i] = 0:
  159. gs 'clothing_attributes', 'fashionista_outfits', i
  160. gs 'clothing_QV', 'shop_filter'
  161. !!sort by filter
  162. if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0:
  163. if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingoutfit2''"><img src="images/pc/items/fashionista/outfits/<<i>>.jpg" height="250" /></a> '
  164. end
  165. end
  166. i += 1
  167. if i <= total: jump 'loopfashionista_outfits'
  168. clo_i += 1
  169. if clothingfilter['quality'] = 0 and clo_i <= 7 or clothingfilter['inhibition'] = 0 and clo_i <= 50:
  170. jump 'loopfashionista_outfits_filter'
  171. end
  172. end
  173. if $ARGS[0] = 'dressingoutfit2':
  174. if fashionista_outfits[i] ! 0:
  175. msg 'You already own these clothes.'
  176. gt 'shop_fashionista', 'dressingclothes'
  177. end
  178. gt 'clothing', 'view_clothing_item', 'fashionista_outfits', i, 8000, 'shop'
  179. end
  180. if $ARGS[0] = 'dressingbra':
  181. gs 'shortgs', 'setloc', 'shop_fashionista', 'dressingbra'
  182. menu_off = 0
  183. gs 'stat'
  184. act 'Return': minut += 1 & gt 'shop_fashionista', 'changingroom'
  185. gs 'bras', 'shop_filter_header'
  186. gs 'bras', 'totals', 'fashionista_bras'
  187. !!To filter just this set
  188. clo_i = 0
  189. :loopbraquality_filter
  190. i = 1
  191. :loopfashionista_bras2
  192. if fashionista_bras[i] = 0:
  193. gs 'underwear_attributes', 'fashionista_bras', i
  194. if (clothingfilter['quality'] = 0 and BraQuality = clo_i) or clothingfilter['number'] = 0:
  195. *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingbras2''"><img src="images/pc/items/fashionista/bras/<<i>>.jpg" height="150" /></a> '
  196. end
  197. end
  198. i += 1
  199. if i <= total: jump 'loopfashionista_bras2'
  200. clo_i += 1
  201. if clothingfilter['quality'] = 0 and clo_i <= 6:
  202. jump 'loopbraquality_filter'
  203. end
  204. end
  205. if $ARGS[0] = 'dressingbras2':
  206. if fashionista_bras[i] ! 0:
  207. msg 'You already own this bra.'
  208. gt 'shop_fashionista', 'bras'
  209. end
  210. gt 'bras', 'view_bra_item', 'shop', 'fashionista', i, 750
  211. end
  212. if $ARGS[0] = 'dressingpanties':
  213. gs 'shortgs', 'setloc', 'shop_fashionista', 'dressingpanties'
  214. menu_off = 0
  215. gs 'stat'
  216. act 'Return': minut += 1 & gt 'shop_fashionista', 'changingroom'
  217. gs 'panties', 'shop_filter_header'
  218. gs 'panties', 'totals', 'fashionista_panties'
  219. !!To filter just this set
  220. clo_i = 0
  221. :looppantyquality_filter
  222. i = 1 + (Clothingstock / 4) mod 2
  223. :loopfashionista_panties2
  224. if fashionista_panties[i] = 0:
  225. gs 'underwear_attributes', 'fashionista_panties', i
  226. if (clothingfilter['quality'] = 0 and PanQuality = clo_i) or clothingfilter['number'] = 0:
  227. *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingpanties2''"><img src="images/pc/items/fashionista/panties/<<i>>.jpg" height="150" /></a> '
  228. end
  229. end
  230. i += 2
  231. if i <= total: jump 'loopfashionista_panties2'
  232. clo_i += 1
  233. if clothingfilter['quality'] = 0 and clo_i <= 6:
  234. jump 'looppantyquality_filter'
  235. end
  236. end
  237. if $ARGS[0] = 'dressingpanties2':
  238. if fashionista_panties[i] ! 0:
  239. msg 'You already own these panties.'
  240. gt 'shop_fashionista', 'dressingpanties'
  241. end
  242. gt 'panties', 'view_panty_item', 'shop', 'fashionista', i, 750
  243. end
  244. if $ARGS[0] = 'changingend':
  245. !! Sveta dresses again
  246. if changingroom_underwear = 1:
  247. changingroom_underwear = 0
  248. else
  249. gs 'underwear', 'wear'
  250. end
  251. gs 'clothing', 'wear_last_worn'
  252. gt 'shop_fashionista', 'start'
  253. end
  254. !!only items not in dressing room
  255. if $ARGS[0] = 'purses':
  256. $loc = 'shop_fashionista'
  257. $loc_arg = 'purses'
  258. menu_off = 1
  259. gs 'stat'
  260. act 'Return': minut += 1 & gt 'shop_fashionista', 'start'
  261. gs 'purses', 'totals', 'fashionista_purses'
  262. i = 1
  263. :loopfashionista_purses
  264. if fashionista_purses[i] = 0: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''purses2''"><img src="images/pc/items/fashionista/purses/<<i>>.jpg" height="150" /></a> '
  265. i += 1
  266. if i <= total: jump 'loopfashionista_purses'
  267. end
  268. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'fashionista',i, 3000
  269. !!Not available yet. This part needs images for most scenes, second part (not triggered here) changed to candid photo from old dog sex blackmail to trigger
  270. if $ARGS[0] = 'rima':
  271. *clr & cla
  272. menu_off = 1
  273. minut += 5
  274. $location_type = 'event'
  275. gs 'stat'
  276. 'Turning your head, you think nobody noticed, but your actions have attracted the saleswoman. The seller is a young girl in a little-too-narrow shirt with the logo of the Boutique, it''s not enough that her shirt was so tight, but she had to unbutton the top button as well (You think if it was a woman''s shirt it would be okay, but since it''s a man you wonder what the administration must be thinking.) she came up to you a little bit uncomfortably and quickly asked:'
  277. '"Can I help you with anything?" the seller asks.'
  278. act 'No, thank you':gt 'shop_fashionista', 'start'
  279. act 'Silently leave': minut += 8 & gt 'city_center'
  280. act 'Stare at her breasts':
  281. *clr & cla
  282. gs 'stat'
  283. 'Seeing that the she is a novice saleswoman and that you are most likely her first client, you decided to go for it. Just as you opened your mouth to say some harsh sentence, your eyes came to rest on her chest. The bra together with the shirt successfully emphasized her breasts, and even though only the upper part of her chest was visible, your imagination filled in the rest. You wonder what her nipples are like The thought crossed your mind suprisingly'
  284. '"Yes, you can give me a few minutes of your time, "You said.'
  285. 'Your words make an impression on the saleswoman, and she blushes slightly Embarrassed.'
  286. '"Yes, yes, yes - often we ask: what dress color do you like? shape of the neckline of the dress? do you want more freedom to move? or turn? do you want to highlight your perfect figure?"'
  287. '"Stop, stop, - you''re a person and not a stranger, first tell me what you would like me to call you" Your words make an impression on the girl, she is flattered by your words. '
  288. '"Irina" she says, before correcting herself "Saleswoman Rima."'
  289. '"May I call you Rimma?" You ask."I''m <<$pcs_nickname>>".'
  290. '"Yes, of course, if you''d like.", responds Rima, smiling shyly.'
  291. gs 'arousal', 'erotic', 5
  292. gs 'stat'
  293. act 'Choose a dress with Rimma':
  294. *clr & cla
  295. minut += 5
  296. gs 'stat'
  297. if pcs_hairbsh = 1 and pcs_makeup > 1 and pcs_leghair <= 0 and pcs_sweat < 20 and $clothingworntype = 'moncheri':
  298. 'You choose some things and evaluate them together with Rima while hanging out a bit.'
  299. '"Rima, where is the dressing room?" You ask suddenly.'
  300. 'Come with me - Rima didn''t notice that the invisible barrier between you is lost: the seller and the buyer.'
  301. act 'Go inside the dressing room':
  302. *clr & cla
  303. minut += 5
  304. gs 'stat'
  305. 'You and Rima went together into the dressing room.'
  306. act 'You do not like the dress':
  307. *clr & cla
  308. minut += 5
  309. gs 'stat'
  310. 'As a result, you spent time together, while in your head you wonder about Rima, and her mysterious and curious body.'
  311. 'As you go home you suddenly feel eyes on you'
  312. act 'Ignore': minut += 8 & gt 'city_center'
  313. act 'Look around':
  314. *clr & cla
  315. minut += 5
  316. gs 'stat'
  317. 'You start to turn your head, looking around sharply.'
  318. 'You notice that a girl is looking at you.'
  319. act 'Approach her':
  320. *clr & cla
  321. minut += 5
  322. gs 'stat'
  323. 'You silently move towards her and give her a look'
  324. nl
  325. '"Good afternoon," you announce. "Do I know you?"'
  326. '"Good day," she says, "Do you not remember me?"'
  327. 'The girl does not respond to your sharpness'
  328. '"In principle, there is no way out of the situation that you had?" the girl answers'
  329. '"What is the situation where when?" You will not hide anger.'
  330. '"Yes, in the vacant lot where you were having ''fun'' with a dog" girl replied with a grin.'
  331. act 'Yes you ohereli! (Go)': minut += 8 & gt 'city_center'
  332. act 'Extort taken in head? What do you want?':
  333. *clr & cla
  334. minut += 5
  335. QWdogReiq = 2
  336. QWdogreiqTimer = 7
  337. gs 'stat'
  338. '"So you decided to blackmail me? And how much do you want?" You spit viciously '
  339. 'Again, your words fail to disturb her. She cocks her head to the side, and asks "Is your tantrum over?"'
  340. 'You tell her irritably that you have not even begun to get angry.'
  341. '"No, you''re still upset let''s meet next week." The girl says suddenly.'
  342. '"I guess..." you say, shaking your head.'
  343. '"That''s fine, my name is Margaret" she says, looking at you expectantly.'
  344. '"<<$pcs_nickname>>" you reply.'
  345. '"I''m looking forward to our meeting." she says as she leaves.'
  346. act 'Leave': minut += 8 & gt 'city_center'
  347. end
  348. end
  349. end
  350. end
  351. act 'Take your panties off in front of Rimma':
  352. *clr & cla
  353. minut += 5
  354. gs 'stat'
  355. 'You remove your panties in front Rimma and noticed how her cheeks glowed red, and her breathing quickened.'
  356. act 'Do you like me?':
  357. *clr & cla
  358. if RimmaSex = 0:RimmaSex = 1 & girl += 1
  359. rimmaday = daystart
  360. gs 'stat'
  361. '<center><img <<$set_imgh>> src="mod/bestmod/images/beast/zoo/primer.jpg"></center>'
  362. '"Rimma, do you like me?" you ask quietly'
  363. '"yes, very much" Rimma answers excitedly'
  364. '"Then lick me" you demand'
  365. 'Rimma kneels down and begins to kiss your body, not very skillfully at first, starting by timidly kissing your belly then licking and covering all of your body as she grew more confident. Rimma successfully made your pussy very wet. She starts kissing and licking your crotch little by little, then bites at it. The unexpectedness makes the body flow into a sweet languor. '
  366. 'You smell of sex, Rimma looks up at you from between your legs for a second'
  367. 'After putting her right palm gently on the pubis, Rimma fingers spread your wet lips, poking out her tongue and running it inside.'
  368. 'The soft reciprocating action of the tongue on the clitoris excits you and causes a mild spasm. Rimma suddenly begins to press her tongue on your clitoris. Your body is already weak and no longer obeys your brain, only trying not moan load enough to alert the whole store.'
  369. $orgasm_or = 'custom'
  370. $orgasm_txt = 'Suddenly, Your body begins to shake and is covered in a soft wave of spasms, with the last spasm you cum. You let out a loud moan while falling to your knees.'
  371. 'You collapse to the floor, exhausted with pleasure.'
  372. gs 'arousal', 'cuni', 10, 'dom', 'lesbian'
  373. gs 'arousal', 'vaginal_finger', 10, 'dom', 'lesbian'
  374. minut -= 10
  375. gs 'arousal', 'end'
  376. gs 'stat'
  377. act 'leave the dressing room':
  378. *clr & cla
  379. minut += 5
  380. QWdogReiq = 2
  381. QWdogreiqTimer = 7
  382. gs 'stat'
  383. 'Rimma walked you to the door.'
  384. '"<<$pcs_nickname>>, did you like it?" Rimma asked, blushing.'
  385. '"What do you think? I want more, Do you want to continue?"'
  386. '"No, I can''t, my parents are waiting at home" Rimma tells you, looking upset. '
  387. '"Then how about next week?" you offer'
  388. '"let''s do it" Rimma looks very happy.'
  389. 'You head home, on the way you hear a woman''s voice behind you:'
  390. '"Goodnight" said the strange woman.'
  391. 'Looking closely you recognize her as girl at the vacant lot.'
  392. '"Hi" you cheerfully answered, "was it you that was watching me the entire time?"'
  393. '"Yes," she smiled in response. "I saw you in the boutique, but I didn''t dare to approach you at that time, so I decided to wait outside for you."'
  394. '"But why did you wait?"'
  395. '"Now it''s too late, Meet me next week so we can talk" She looks at you, waiting for your response'
  396. '"Let''s meet then," You agree"By way I''m <<$pcs_nickname>>"'
  397. '"Margaret" She responds'
  398. act 'Leave': minut += 8 & gt 'city_center'
  399. end
  400. end
  401. end
  402. end
  403. else
  404. 'You and Rimma search for a dress, but couldn''t find one. You leave and Rimma is a little sad in saying goodbye to you.'
  405. 'You think it might help keep her attention if you make a real effort with your appearance and wear one of the nice outfits from here.'
  406. act 'Leave': minut += 8 & gt 'city_center'
  407. end
  408. end
  409. end
  410. end
  411. --- shop_fashionista ---------------------------------