butik.qsrc 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. # butik
  2. if $ARGS[0] = 'start':
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $location_type = 'public_indoors'
  6. cla
  7. clr
  8. *clr
  9. mag = 1
  10. gs 'stat'
  11. if night_mode = 1:
  12. fcolor = rgb(255, 255, 255)
  13. bcolor = rgb(0, 0, 0)
  14. lcolor = rgb(106, 90, 205)
  15. else
  16. fcolor = rgb(0, 0, 0)
  17. bcolor = rgb(255, 255, 255)
  18. lcolor = rgb(106, 90, 205)
  19. end
  20. '<center><b><font color="maroon">Mon Chéri</font></b></center>'
  21. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/boutique/butik.jpg"></center>'
  22. *nl
  23. '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.'
  24. *nl
  25. if rand(1, 100) >= 80 and pcs_skin >= 20 and lesbiQW = 0:
  26. 'In the boutique you see a stylish and slender woman, about forty years old.'
  27. act 'Stare at the woman':gt 'event', 'lesbi'
  28. end
  29. if QWdogreiqTimer = 0 and QWdogReiq = 1 and week = 7 and qwdogiventday ! daystart:
  30. qwdogiventday = daystart
  31. 'Going into the boutique you begin to look at some dresses on hangers, considering to buy one. You casually try one on in the changing room when suddenly one of the dresses attracts your attention. When you look at it more closely, you feel strange, as if you are being watched.'
  32. act 'Disregard':gt 'butik', 'start'
  33. act 'Look around':gt 'butik', 'rima'
  34. exit
  35. end
  36. if RimmaSex > 0:
  37. if rimmaday ! daystart:
  38. '<a href="exec:gt ''RimmaSexQW''">Rima</a> smiles at you. She bites her lip and looks longingly in your direction.'
  39. else
  40. 'Rima smiles at you and continues to do her business.'
  41. end
  42. end
  43. 'The boutique sells designer winter coats, formal clothing, beautiful shoes, expensive underwear and exquisite handbags.'
  44. act 'Leave the boutique':
  45. cla
  46. minut += 3
  47. gt 'torgcentr'
  48. end
  49. act 'Browse the clothing': minut += 1 & gt 'butik', 'clothes'
  50. act 'Browse the panties': minut += 1 & gt 'butik', 'panties'
  51. act 'Browse the bras': minut += 1 & gt 'butik', 'bras'
  52. act 'Browse the shoes': minut += 1 & gt 'butik', 'shoes'
  53. act 'Browse the handbags': minut += 1 & gt 'butik', 'purses'
  54. if money >= 50000:
  55. if coat[9] < 1:
  56. if coat[9] = 0:dynamic 'act ''Look at designer coat 9'':gt ''clothing'', ''view_clothing_item'', ''shop'', ''coat'', 9, 50000'
  57. end
  58. if coat[11] < 1:
  59. if coat[11] = 0:dynamic 'act ''Look at designer coat 11'':gt ''clothing'', ''view_clothing_item'', ''shop'', ''coat'', 11, 50000'
  60. end
  61. end
  62. end
  63. if $ARGS[0] = 'clothes':
  64. $metka = 'clothes'
  65. $loc = 'butik'
  66. cls
  67. gs'stat'
  68. '<center><b><font color="maroon">Viewing Mon Chéri outfits</font></b></center>'
  69. *nl
  70. gs 'clothing_QV', 'shop_header'
  71. act 'Return':
  72. cla
  73. minut += 5
  74. gt 'butik', 'start'
  75. end
  76. if Clothingstock > 11:
  77. i = 1
  78. else
  79. i = 2
  80. end
  81. :loopformal
  82. if formal[i] = 0:
  83. gs 'clothing_attributes', 'formal', i
  84. gs 'clothing_QV', 'shop_filter'
  85. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''butik'', ''formal''"><img src="images/pc/clothing/4formal/<<i>>.jpg" height="250" /></a>'
  86. end
  87. i += 2
  88. if i <= 168:jump 'loopformal'
  89. end
  90. if $ARGS[0] = 'formal':
  91. cla
  92. if formal[i] ! 0:
  93. msg 'You already own these clothes.'
  94. gt 'butik', 'clothes'
  95. end
  96. gt 'clothing', 'view_clothing_item', 'shop', 'formal',i, 20000
  97. end
  98. if $ARGS[0] = 'panties':
  99. $metka = 'panties'
  100. $loc = 'butik'
  101. cls
  102. gs'stat'
  103. act 'Return':
  104. cla
  105. minut += 5
  106. gt 'butik', 'start'
  107. end
  108. i = 1
  109. :loopboutique_panties
  110. if boutique_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''butik'', ''panties2''"><img src="images/pc/panties/boutique/<<i>>.jpg" height="150" /></a> '
  111. i += 1
  112. if i <= 82:jump 'loopboutique_panties'
  113. end
  114. if $ARGS[0] = 'panties2':
  115. cla
  116. if boutique_panties[i] ! 0:
  117. msg 'You already own these panties.'
  118. gt 'butik', 'panties'
  119. end
  120. gt 'panties', 'view_panty_item', 'shop', 'boutique',i, 1000
  121. end
  122. if $ARGS[0] = 'bras':
  123. $metka = 'bras'
  124. $loc = 'butik'
  125. cls
  126. gs'stat'
  127. act 'Return':
  128. cla
  129. minut += 5
  130. gt 'butik', 'start'
  131. end
  132. i = 1
  133. :loopboutique_bras
  134. if boutique_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''butik'', ''bras2''"><img src="images/pc/bras/boutique/<<i>>.jpg" height="150" /></a> '
  135. i += 1
  136. if i <= 33:jump 'loopboutique_bras'
  137. end
  138. if $ARGS[0] = 'bras2':
  139. cla
  140. if boutique_bras[i] ! 0:
  141. msg 'You already own these bras.'
  142. gt 'butik', 'bras'
  143. end
  144. gt 'bras', 'view_bra_item', 'shop', 'boutique',i, 1000
  145. end
  146. if $ARGS[0] = 'shoes':
  147. $metka = $ARGS[0]
  148. $loc = $CURLOC
  149. cls
  150. gs'stat'
  151. act 'Return':
  152. cla
  153. minut += 5
  154. gt 'butik', 'start'
  155. end
  156. if Clothingstock > 11:
  157. i = 1
  158. else
  159. i = 2
  160. end
  161. :loopboutique_shoes
  162. if sboutique[i] = 0:*p '<a href="exec: i = <<i>> & gt ''butik'', ''boutique_shoes''"><img src="images/pc/shoes/boutique/<<i>>.jpg" height="250" /></a>'
  163. i += 2
  164. if i <= 37:jump 'loopboutique_shoes'
  165. end
  166. if $ARGS[0] = 'boutique_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'boutique',i, 5000
  167. if $ARGS[0] = 'purses':
  168. $metka = 'purses'
  169. $loc = 'butik'
  170. cls
  171. gs'stat'
  172. act 'Return':
  173. cla
  174. minut += 5
  175. gt 'butik', 'start'
  176. end
  177. i = 1
  178. :loopboutique_purses
  179. if boutique_purse[i] = 0:*p '<a href="exec: i = <<i>> & gt ''butik'', ''purses2''"><img src="images/pc/purses/moncheri/<<i>>.jpg" height="150" /></a> '
  180. i += 1
  181. if i <= 17:jump 'loopboutique_purses'
  182. end
  183. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'boutique',i, 4000
  184. if $ARGS[0] = 'rima':
  185. cls
  186. minut += 5
  187. $location_type = 'event'
  188. gs 'stat'
  189. '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:'
  190. '"Can I help you with anything?" the seller asks.'
  191. act 'No, thank you':gt 'butik', 'start'
  192. act 'Silently leave': minut += 8 & gt 'down'
  193. act 'Stare at her breasts':
  194. cls
  195. gs 'stat'
  196. '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'
  197. '"Yes, You can give me a few minutes of your time."You said.'
  198. 'Your words make an impression on the saleswoman, and she blushes slightly embarassed.'
  199. '"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?"'
  200. '"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. '
  201. '"Irina" she says, before correcting herself "Saleswoman Rima."'
  202. '"May I call you Rimma?" You ask."I''m <<$pcs_nickname>>".'
  203. '"Yes, of course, if you''d like.", responds Rima, smiling shyly.'
  204. gs 'arousal', 'voyeur', 5
  205. gs 'stat'
  206. act 'Choose a dress with Rimma':
  207. cls
  208. minut += 5
  209. gs 'stat'
  210. if pcs_hairbsh = 1 and pcs_makeup > 1 and pcs_leghair <= 0 and pcs_sweat < 20 and $clothingworntype = 'formal':
  211. 'You choose some things and evaluate them together with Rima while hanging out a bit.'
  212. '"Rima, where is the dressing room?" You ask suddenly.'
  213. 'Come with me - Rima didn''t notice that the invisible barrier between you is lost: the seller and the buyer.'
  214. act 'Go inside the dressing room':
  215. cls
  216. minut += 5
  217. gs 'stat'
  218. 'You and Rima went together into the dressing room.'
  219. act 'You do not like the dress':
  220. cls
  221. minut += 5
  222. gs 'stat'
  223. 'As a result, you spent time together, while in your head you wonder about Rima, and her mysterious and curious body.'
  224. 'As you go home you suddenly feel eyes on you'
  225. act 'Ignore': minut += 8 & gt 'down'
  226. act 'Look around':
  227. cls
  228. minut += 5
  229. gs 'stat'
  230. 'You start to turn your head, looking around sharply.'
  231. 'You notice that a girl is looking at you.'
  232. act 'Approach her':
  233. cls
  234. minut += 5
  235. gs 'stat'
  236. 'You silently move towards her and give her a look'
  237. nl
  238. '"Good afternoon," you announce. "Do I know you?"'
  239. '"Good day," she says, "Do you not remember me?"'
  240. 'The girl does not respond to your sharpness'
  241. '"In principle, there is no way out of the situation that you had?" the girl answers'
  242. '"What is the situation where when?" You will not hide anger.'
  243. '"Yes, in the vacant lot where you were having ''fun'' with a dog" girl replied with a grin.'
  244. act 'Yes you ohereli! (Go)': minut += 8 & gt 'down'
  245. act 'Extort taken in head? What do you want?':
  246. cls
  247. minut += 5
  248. QWdogReiq = 2
  249. QWdogreiqTimer = 7
  250. gs 'stat'
  251. '"So you decided to blackmail me? And how much do you want?" You spit viciously '
  252. 'Again, your words fail to disturb her. she cocks her head to the side, and asks "Is your tantrum over?"'
  253. 'You tell her irritably that you have not even begun to get angry.'
  254. '"No, you''re still upset let''s meet next week." The girl says suddenly.'
  255. '"I guess..." you say, shaking your head.'
  256. '"That''s fine, my name is Margaret" she says, looking at you expectantly.'
  257. '"<<$pcs_nickname>>" you reply.'
  258. '"I''m looking forward to our meeting." she says as she leaves.'
  259. act 'Leave': minut += 8 & gt 'down'
  260. end
  261. end
  262. end
  263. end
  264. act 'Take your panties off in front of Rimma.':
  265. cls
  266. minut += 5
  267. gs 'stat'
  268. 'You remove your panties in front Rimma and noticed how her cheeks glowed red, and her breathing quickened.'
  269. act 'Do you like me?':
  270. cls
  271. if RimmaSex = 0:RimmaSex = 1 & girl += 1
  272. rimmaday = daystart
  273. gs 'stat'
  274. '<center><img <<$set_imgh>> src="images/beast/zoo/primer.jpg"></center>'
  275. '"Rimma, do you like me?" you ask quietly'
  276. '"yes, very much" Rimma answers excitedly'
  277. '"Then lick me" you demand'
  278. '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. '
  279. 'You smell smell of sex, Rimma looks up at you from between your legs for a second'
  280. 'After putting her right palm gently on the pubis, Rimma fingers spread your wet lips, poking out her tongue and running it inside.'
  281. '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.'
  282. $orgasm_or = 'custom'
  283. $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.'
  284. 'You collapse to the floor, exhausted with pleasure.'
  285. gs 'arousal', 'cuni', 10, 'dom', 'lesbian'
  286. gs 'arousal', 'vaginal_finger', 10, 'dom', 'lesbian'
  287. minut -= 10
  288. gs 'arousal', 'end'
  289. gs 'stat'
  290. act 'leave the dressing room':
  291. cls
  292. minut += 5
  293. QWdogReiq = 2
  294. QWdogreiqTimer = 7
  295. gs 'stat'
  296. 'Rimma walked you to the door.'
  297. '"<<$pcs_nickname>>, did you like it?" Rimma asked, blushing.'
  298. '"What do you think? I want more, Do you want to continue?"'
  299. '"No, I can''t, my parents are waiting at home" Rimma tells you, looking upset. '
  300. '"Then how about next week?" you offer'
  301. '"let''s do it" Rimma looks very happy.'
  302. 'You head home, on the way you hear a woman''s voice behind you:'
  303. '"Goodnight" said the strange woman.'
  304. 'Looking closely you recognize her as girl at the vacant lot.'
  305. '"Hi" you cheerfully answered, "was it you that was watching me the entire time?"'
  306. '"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."'
  307. '"But why did you wait?"'
  308. '"Now it''s too late, Meet me next week so we can talk" She looks at you, waiting for your response'
  309. '"Let''s meet then," You agree"By way I''m <<$pcs_nickname>>"'
  310. '"Margaret" She responds'
  311. act 'Leave': minut += 8 & gt 'down'
  312. end
  313. end
  314. end
  315. end
  316. else
  317. '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.'
  318. 'You think it might help keep her attention if you make a real effort with your appearance and wear one of the nce outfits from here.'
  319. act 'Leave': minut += 8 & gt 'down'
  320. end
  321. end
  322. end
  323. end
  324. --- butik ---------------------------------