shop_fashionista.qsrc 18 KB

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