3
0

natbelEv.tw 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. :: natbelEv
  2. <<set $here = 'natbelEv'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !!2022/06/19-->
  5. <!-- !! Events concerning Natasha Belova (and her mother)-->
  6. <!-- !!Natasha Schedule - a new one needed at a later time but for now this will work - Alaratt-->
  7. <!-- !!NatashaLoc tells us where Natasha is located-->
  8. <!-- !!------------------------------------------------>
  9. <!-- !!NatashaLoc = 0 (Natasha not home)-->
  10. <!-- !!NatashaLoc = 1 (Natasha in the hallway)-->
  11. <!-- !!NatashaLoc = 2 (Natasha in her room)-->
  12. <!-- !!NatashaLoc = 3 (Natasha in the kitchen)-->
  13. <!-- !!NatashaLoc = 4 (Natasha in the livingroom)-->
  14. <!-- !!NatashaLoc = 5 (Natasha in her mother''s room)-->
  15. <!-- !!NatashaLoc = 6 (Natasha in the bathroom)-->
  16. <!-- !!NatashaLoc = 7 (Natasha in the laundry room)-->
  17. <!-- !!----------------------------------------------->
  18. <<if $location_var[$here][0] == 'nat_schedule'>>
  19. <<set $NatashaShower = 0>>
  20. <<set $NatashaLoc = rand(0,7)>>
  21. <<if getvar("$NatashaLoc") == 0>>
  22. <<set $NatashaLocMsg = 'Natasha isn`t home right now.'>>
  23. <<elseif getvar("$NatashaLoc") == 1>>
  24. <<set $NatashaLocMsg = 'Oh, here`s Natasha. I`ll leave you two to it.'>>
  25. <<elseif getvar("$NatashaLoc") == 2>>
  26. <<set $NatashaLocMsg = 'Natasha is in her room. You know the way.'>>
  27. <<elseif getvar("$NatashaLoc") == 3>>
  28. <<set $NatashaLocMsg = 'Natasha is in the kitchen. You know the way.'>>
  29. <<elseif getvar("$NatashaLoc") == 4>>
  30. <<set $NatashaLocMsg = 'Natasha is in the living room. You know the way.'>>
  31. <<elseif getvar("$NatashaLoc") == 5>>
  32. <<set $NatashaLocMsg = 'Natasha was in her room just a little while ago. You`ll have to go and look for her.'>>
  33. <<elseif getvar("$NatashaLoc") == 6>>
  34. <<set $NatashaShower = 1>>
  35. <<set $NatashaLocMsg = 'Natasha is busy taking a shower at the moment. You can wait in her room or come sit with me in the living room if you`d like.'>>
  36. <<elseif getvar("$NatashaLoc") == 7>>
  37. <<set $NatashaLocMsg = 'Natasha is doing some laundry. You know the way.'>>
  38. <</if>>
  39. <</if>>
  40. <!-- !! Event handling for Natasha''s storyline-->
  41. <<if $location_var[$here][0] == 'natbelQuest'>>
  42. <<setinit $NatbelQW['natbelXP'] += $ARGS[1]>>
  43. <<if getvar("$NatbelQW['QWstage']") < 10>>
  44. <<if getvar("$NatbelQW['natbelXP']") > 50>>
  45. <<setinit $NatbelQW['QWstage'] = 10>>
  46. <<setinit $NatbelQW['natbelXP'] = 0>>
  47. <</if>>
  48. <<elseif getvar("$NatbelQW['QWstage']") < 20>>
  49. <<if getvar("$NatbelQW['natbelXP']") > 10>>
  50. <<setinit $NatbelQW['QWstage'] = 20>>
  51. <<setinit $NatbelQW['natbelXP'] = 0>>
  52. <</if>>
  53. <<elseif getvar("$NatbelQW['QWstage']") < 30>>
  54. <<if getvar("$NatbelQW['natbelXP']") > 150>>
  55. <<setinit $NatbelQW['QWstage'] = 30>>
  56. <<setinit $NatbelQW['natbelXP'] = 0>>
  57. <</if>>
  58. <<elseif getvar("$NatbelQW['QWstage']") < 40>>
  59. <<if getvar("$NatbelQW['natbelXP']") > 200>>
  60. <<setinit $NatbelQW['QWstage'] = 40>>
  61. <<setinit $NatbelQW['natbelXP'] = 0>>
  62. <</if>>
  63. <<elseif getvar("$NatbelQW['QWstage']") < 50>>
  64. <<if getvar("$NatbelQW['natbelXP']") > 250>>
  65. <<setinit $NatbelQW['QWstage'] = 50>>
  66. <<setinit $NatbelQW['natbelXP'] = 0>>
  67. <</if>>
  68. <<elseif getvar("$NatbelQW['QWstage']") < 60>>
  69. <<if getvar("$NatbelQW['natbelXP']") > 300>>
  70. <<setinit $NatbelQW['QWstage'] = 60>>
  71. <<setinit $NatbelQW['natbelXP'] = 0>>
  72. <</if>>
  73. <<elseif getvar("$NatbelQW['QWstage']") < 70>>
  74. <<if getvar("$NatbelQW['natbelXP']") > 350>>
  75. <<setinit $NatbelQW['QWstage'] = 70>>
  76. <<setinit $NatbelQW['natbelXP'] = 0>>
  77. <</if>>
  78. <<elseif getvar("$NatbelQW['QWstage']") < 80>>
  79. <<if getvar("$NatbelQW['natbelXP']") > 400>>
  80. <<setinit $NatbelQW['QWstage'] = 80>>
  81. <<setinit $NatbelQW['natbelXP'] = 0>>
  82. <</if>>
  83. <<elseif getvar("$NatbelQW['QWstage']") < 90>>
  84. <<if getvar("$NatbelQW['natbelXP']") > 450>>
  85. <<setinit $NatbelQW['QWstage'] = 90>>
  86. <<setinit $NatbelQW['natbelXP'] = 0>>
  87. <</if>>
  88. <<elseif getvar("$NatbelQW['QWstage']") < 100>>
  89. <<if getvar("$NatbelQW['natbelXP']") > 500>>
  90. <<setinit $NatbelQW['QWstage'] = 100>>
  91. <<setinit $NatbelQW['natbelXP'] = 0>>
  92. <</if>>
  93. <<elseif getvar("$NatbelQW['QWstage']") < 110>>
  94. <<if getvar("$NatbelQW['natbelXP']") > 550>>
  95. <<setinit $NatbelQW['QWstage'] = 110>>
  96. <<setinit $NatbelQW['natbelXP'] = 0>>
  97. <</if>>
  98. <<elseif getvar("$NatbelQW['QWstage']") < 120>>
  99. <<if getvar("$NatbelQW['natbelXP']") > 600>>
  100. <<setinit $NatbelQW['QWstage'] = 120>>
  101. <<setinit $NatbelQW['natbelXP'] = 0>>
  102. <</if>>
  103. <</if>>
  104. <</if>>
  105. <<if $location_var[$here][0] == 'natbel_go'>>
  106. <<set $menu_off = 1>>
  107. <<image "characters/shared/headshots_main/big16.jpg">>
  108. <p>You go up to Natasha and she asks you, "Will you come to my house to do our homework?"</p>
  109. <<actCLA 'Go with Natasha'>>
  110. <<set $time.minutes += 10>>
  111. <<if getvar("$NatbelQW['VisitedHome']") == 0>>
  112. <<setinit $NatbelQW['VisitedHome'] = 1>>
  113. <</if>>
  114. <<set $NatashaLoc = 2>>
  115. <h2><<<<=$npc(''A16'').firstname>>>> <<<<=$npc(''A16'').lastname>>>></h2>
  116. <<image "characters/shared/headshots_main/big16.jpg">>
  117. It takes you 10 minutes to walk to Natasha''s apartment. You discuss all the small stuff in your lives that amuse you.
  118. <<if getvar("$NatbelQW['QWstage']") < 2>>
  119. <<act 'Go into the apartment'>>
  120. <<gt 'natbelEv' 'study_together'>>
  121. <</act>>
  122. <<else>>
  123. <<act 'Study together'>>
  124. <<gt 'natbelEv' 'study_together'>>
  125. <</act>>
  126. <<if getvar("$NatbelQW['FriendLover']") == 0>>
  127. <<gs 'natbel_cp_1' 'make_her_do_homework'>>
  128. <</if>>
  129. <</if>>
  130. <</actCLA>>
  131. <</if>>
  132. <<if $location_var[$here][0] == 'study_together'>>
  133. <<set $menu_off = 1>>
  134. <<set $time.minutes += 60>>
  135. <<relationship 'A16' 'adore'>>
  136. <<if $quest('school').homeworkLeft > 1>>
  137. <<run $quest('school').func('homework','yes',2,1,'A16')>>
  138. <<else>>
  139. <<run $quest('school').func('homework','yes',1,1,'A16')>>
  140. <</if>>
  141. <<set $lern += rand(3, 6)>>
  142. <<run $pc.skillExperienceGain('intelligence',rand(1, 2))>>
  143. <<if getvar("$NatbelQW['QWstage']") == 0>>
  144. <<setinit $NatbelQW['QWstage'] = 1>>
  145. <</if>>
  146. <<image "characters/pavlovsk/school/girl/natasha/study.jpg">>
  147. "Let''s do our homework." You tell Natasha as you start taking your things from your bag.
  148. "Sure, let me grab an extra chair from the kitchen." She says as you sit down at her desk and open your textbook.
  149. Moments later Natasha returns and places her chair next to yours before grabbing her own homework and sitting down next to you.
  150. "Ok, let''s see..." She says as the two of you start on the first task.
  151. You spend the better part of an hour working through all of your homework. Occasionally explaining things to each other when one of you doesn''t understand something.
  152. Once you've finished, you're confident you'll get a good grade on your homework.
  153. <<act 'Finish homework'>>
  154. <<gt 'natbelapt' 'natroom'>>
  155. <</act>>
  156. <</if>>
  157. <<if $location_var[$here][0] == 'snack'>>
  158. <<set $menu_off = 1>>
  159. <!-- !!Snack + Water-->
  160. <<set $time.minutes += 15>>
  161. <<if $pc.alko > 0>>
  162. <<setn $pc.alko -= 1>>
  163. <</if>>
  164. <<set $pc.pcs_health += 20>>
  165. <<set $pc.mood += 20>>
  166. <<set $pc.fat += 6>>
  167. <<if $pc.pcs_energy >= 50>>
  168. <<set $pc.pcs_energy += 25>>
  169. <<else>>
  170. <<set $pc.pcs_energy += 40>>
  171. <</if>>
  172. <<if $pc.pcs_hydra >= 100>>
  173. <<set $pc.pcs_hydra += 25>>
  174. <<else>>
  175. <<set $pc.pcs_hydra += 50>>
  176. <</if>>
  177. <<set $cumspclnt = 2>>
  178. <<gs 'cum_cleanup'>>
  179. <<set $pc.pcs_breath = 0>>
  180. "If you're going that route, you might as well keep shopping around." You laugh together for a while before moving on to another topic.
  181. <<if rand(0,4) == 0>>
  182. <<if getvar("$NatbelQW['MetMother']") == 0>>
  183. As you walk into the kitchen, you see a woman sitting at the dining table having a cup of tea.
  184. <p>"Oh, I didn't know we had company. Do you go to school with Natasha?"</p>
  185. <p>"Yes, I'm $pc.name_nick. We're in the same class."</p>
  186. <p>"It's nice to meet a friend of Natasha's. I'm her mother <<=$npc('A191').firstname>>, but you can call me <<=$npc('A191').nickname>>."</p>
  187. <p>"Pleased to meet you, <<=$npc('A191').nickname>>."</p>
  188. <<actCLA 'Back to her room'>>
  189. <<set $NatashaLoc = 2>> <<gt 'natbelapt' 'natroom'>>
  190. <</actCLA>>
  191. <<else>>
  192. <p>As you walk into the kitchen, you see <<=$npc('A191').nickname>> sitting at the dining table having a cup of tea.</p>
  193. <p>"Oh, I didn't know we had company. How are you $pc.name_nick?"</p>
  194. <p>"Hi <<=$npc('A191').nickname>>, I'm doing well. How about you?"</p>
  195. "I can't complain honey."
  196. Natasha, holding some snacks and your drinks cuts in: "Well, we have to get back to our studies mom."
  197. <<actCLA 'Back to her room'>>
  198. <<set $NatashaLoc = 2>> <<gt 'natbelapt' 'natroom'>>
  199. <</actCLA>>
  200. <</if>>
  201. <<else>>
  202. As you walk into the kitchen, Natasha points to a cabinet. "Grab some chips out of there."
  203. While you are doing that, she grabs a couple of drinks from the fridge, and once you both have your spoils from your raid on the kitchen, you head back to her room.
  204. <<actCLA 'Back to her room'>>
  205. <<set $NatashaLoc = 2>> <<gt 'natbelapt' 'natroom'>>
  206. <</actCLA>>
  207. <</if>>
  208. <</if>>
  209. <<if $location_var[$here][0] == 'natcumresponse'>>
  210. <<if getvar("$NatbelQW['KolkaCP']") == 0>>
  211. <p>Natasha suddenly tries to pull away from Kolka, saying "Pull out, not inside! I don't want to end up pregnant!"</p>
  212. <<elseif getvar("$NatbelQW['pregday']") > 0 and ($time.daystart - $NatbelQW['pregday']) > 20 and ($time.daystart - $NatbelQW['pregday']) <= 90>>
  213. Natasha looks at you questioningly, whether will you let him cum inside of her. It doesn''t seems to bother her that Kolka may knock her up.
  214. <<elseif getvar("$NatbelQW['pregday']") > 0 and ($time.daystart - $NatbelQW['pregday']) > 90>>
  215. Natasha looks at you questioningly, whether will you let him cum inside of her. It doesn''t really matter now, since Kolka has already knocked her up.
  216. <<elseif getvar("$NatbelQW['pregday']") == 0 and $npc('A16').pregtalk == 1 and getvar("$NatbelQW['babycount']") == 0>>
  217. Natasha looks at you and almost inaudably whispers "Please let him cum inside me. I want a baby too."
  218. <<elseif getvar("$NatbelQW['pregday']") == 0 and $npc('A16').pregtalk == 1 and getvar("$NatbelQW['babycount']") > 0>>
  219. Natasha looks at you and moans "Please let him cum inside me. I need him to give me another baby."
  220. <<else>>
  221. Natasha looks at you questioningly, whether will you let him cum inside of her and risking her getting pregnant with your niece or nephew, or letting her pull away from you brother.
  222. <</if>>
  223. <</if>>
  224. <!-- !! Check if Natasha''s mother is home from work so this can be called with: gs 'natbelEv', 'natmomhome'-->
  225. <<if $location_var[$here][0] == 'natmomhome'>>
  226. <<if ($time.hour >= 16 and $time.hour < 21) or ($time.weekday > 5 and $time.hour >= 10 and $time.hour < 21)>>
  227. <<setinit $NatbelQW['MotherHome'] = 1>>
  228. <<else>>
  229. <<setinit $NatbelQW['MotherHome'] = 0>>
  230. <</if>>
  231. <</if>>
  232. <<if $location_var[$here][0] == 'nat_mother_state'>>
  233. <!-- ! Natasha''s mother''s state. If it's 0 you get a random state.-->
  234. <<if getvar("$NatbelQW['MotherState']") == 0>>
  235. <<setinit $NatbelQW['MotherState'] = rand(1,6)>>
  236. <</if>>
  237. <<if getvar("$NatbelQW['MotherState']") == 1>>
  238. <<setinit $NatbelQW['MotherStateMsg'] = 'tired'>>
  239. <<elseif getvar("$NatbelQW['MotherState']") == 2>>
  240. <<setinit $NatbelQW['MotherStateMsg'] = 'happy'>>
  241. <<elseif getvar("$NatbelQW['MotherState']") == 3>>
  242. <<setinit $NatbelQW['MotherStateMsg'] = 'dressed to go out on a date'>>
  243. <<elseif getvar("$NatbelQW['MotherState']") == 4>>
  244. <<setinit $NatbelQW['MotherStateMsg'] = 'drunk'>>
  245. <<elseif getvar("$NatbelQW['MotherState']") == 5>>
  246. <<setinit $NatbelQW['MotherStateMsg'] = 'like something`s bothering her'>>
  247. <<elseif getvar("$NatbelQW['MotherState']") == 6>>
  248. <<setinit $NatbelQW['MotherStateMsg'] = 'angry'>>
  249. <</if>>
  250. <</if>>
  251. <<if $location_var[$here][0] == 'ask_state'>>
  252. <<set $menu_off = 1>>
  253. <p>As you step into the apartment, you strike up a brief conversation with <<=$npc('A191').nickname>>.</p>
  254. <<if getvar("$NatbelQW['MotherState']") == 1>>
  255. <p>"You look a bit under the weather today <<=$npc('A191').nickname>>. Are you feeling ok?"</p>
  256. <p>"I've had a migraine all day. I think I'll go relax on the couch for now. Would you be a dear and keep the music down tonight?"</p>
  257. "Of course, we'll be careful not to disturb your rest."
  258. <<elseif getvar("$NatbelQW['MotherState']") == 2>>
  259. <p>"You look cheerful today <<=$npc('A191').nickname>>."</p>
  260. "Oh, it's just a pleasant day today."
  261. <<elseif getvar("$NatbelQW['MotherState']") == 3>>
  262. <<if rand(0,1) == 0>>
  263. <p>"Wow, <<=$npc('A191').nickname>>. Did you dress up just for me? Or is there a lucky guy involved?" You say with a wink.</p>
  264. <p>"Thank you, $pc.name_nick. That's the kind of reaction I'm hoping for." She says with a slight blush on her cheeks.</p>
  265. <<else>>
  266. <p>"Wow, <<=$npc('A191').nickname>>. That looks really good on you." You say after admiring her attire.</p>
  267. <p>"Thank you $pc.name_nick. That's the kind of reaction I'm hoping for."</p>
  268. <</if>>
  269. <<elseif getvar("$NatbelQW['MotherState']") == 4>>
  270. <p>"Wow, <<=$npc('A191').nickname>>. Did you just come from a party? Or is the party in here?" You say with a wink.</p>
  271. <p>"Well $pc.name_nick, just between you and me, sometimes a girl can use a drink."</p>
  272. <<elseif getvar("$NatbelQW['MotherState']") == 5>>
  273. <p>"<<=$npc('A191').nickname>>... You uhm... you look a bit upset, is something wrong?"</p>
  274. <<if getvar("$NatbelQW['pregday']") > 0 and ($time.daystart - $NatbelQW['pregday']) > 90>>
  275. <p>"Natasha's been acting a bit strange lately." She suddenly looks at you intently. "Y-You'd tell me if something important is going on right?"</p>
  276. <<else>>
  277. <p>"Just one of those days $pc.name_nick. Just go on and hang out with Natasha. I'll be fine."</p>
  278. <</if>>
  279. <<elseif getvar("$NatbelQW['MotherState']") == 6>>
  280. <p>"<<=$npc('A191').nickname>>... You uhm... don't look very pleased to see me. Did I... Is it something I did?"</p>
  281. <<if getvar("$NatbelQW['pregday']") > 0 and ($time.daystart - $NatbelQW['pregday']) > 120>>
  282. <p>"Well $pc.name_nick, I'm still trying to adjust to the fact that my daughter is pregnant. Excuse me if I haven't embraced that little fact yet."</p>
  283. <<if setup.func('body_din','pregnancyVisibility') == 1>>
  284. <p>"I don't know what you girls were thinking. The least you could have done was use protection. Getting pregnant when you're age, you're not ready to raise a baby!" She says angrily, looking at your obviously swollen belly.</p>
  285. <p>You lower your head at the accusation in her tone and mumble "S-Sorry..." as you pass by her into the hallway.</p>
  286. <<else>>
  287. <p>"I-I'm sure Natasha is smart enough to do what's right for the baby. She's so kind and smart, she'll definitely make a good mother."</p>
  288. <p><<=$npc('A191').nickname>> lowers her head and looks away from you as you pass by her into the hallway.</p>
  289. <</if>>
  290. <<else>>
  291. <p>"Oh no, $pc.name_nick. It's about work. Nothing for you to worry about."</p>
  292. <</if>>
  293. <</if>>
  294. <<act 'Continue'>>
  295. <<gt 'natbelapt' 'hallway'>>
  296. <</act>>
  297. <</if>>
  298. <!-- !! This is the book carrying event in Natasha''s questline -- needs a check to see if it isn''t a holiday-->
  299. <!-- !! if (hour >= 6 and hour < 8 and week < 6) and NatbelQW['QWstage'] > 4 and NatbelQW['Debt'] > 0 and ???: to be added from the hallway in Sveta''s home?-->
  300. <<if $location_var[$here][0] == 'carrybooks'>>
  301. <<set $menu_off = 1>>
  302. <<if getvar("$NatbelQW['QWstage']") == 4>>
  303. <<setinit $NatbelQW['QWstage'] = 5>>
  304. <</if>>
  305. <<image "characters/pavlovsk/school/girl/natasha/natgetreadyschool.jpg">>
  306. When you head over to Natasha''s apartment to pick her up her mother opens the door and tells you she's in her room getting ready so you go there.
  307. As you open the door you see Natasha sitting on her small sofa, pulling up her stockings
  308. <p>"Ready to go?" You ask her, as you put your bag next to her.</p>
  309. <<if getvar("$NatbelQW['QWstage']") >= 7>>
  310. <<actCLA 'Lift her skirt' undefined `{willpower:['exhib','force','easy']}`>>
  311. <<image "characters/pavlovsk/school/girl/natasha/skirt.jpg">>
  312. You can't stop yourself from pulling up her skirt as she turns to grab your bag. "Cute panties Natasha, they match the stockings."
  313. <p>Natasha looks over her shoulder at you with a faint blush on her cheeks. "I... Uhm... Thank you $pc.name_nick." She says, blushing at you prettily.</p>
  314. "We have some time before school." You tell her while you start pulling off her skirt and panties.
  315. "Today you'll be wearing them a little differently." You say, pushing her back on the couch. "Open your legs."
  316. Natasha obediently opens her legs for you. Showing off her pretty pussy. Not wasting any time you start playing with her, first rubbing her lips, then focussing more on her clit as you watch closely while Natasha''s pussy gets wetter and wetter.
  317. <<actCLA 'Stuff her panties'>>
  318. <<setinit $NatbelQW['panty_stuff_day'] = $time.daystart>>
  319. <<video "characters/pavlovsk/school/girl/natasha/sex/stuffpanties.mp4">>
  320. You stop playing with her pussy and grab her panties, handing them over to her. "Put them inside your pussy."
  321. Natasha looks at you in confusion for a second but then starts to slowly push them into her pussy.
  322. <p>When there's only enough left to easily grab on in case you'd want to pull them out she stops and looks at you expectantly. "Like this $pc.name_nick?"</p>
  323. You reach down and push the last bit inside as well, holding them in with your finger for a bit before pulling your finger out again.
  324. "This is how you'll wear your panties for me at school today Natasha." You tell her. "Now put your skirt back on or we'll be late.
  325. <<act 'Go to school'>>
  326. <<gt 'natbelEv' 'schoolwalk'>>
  327. <</act>>
  328. <</actCLA>>
  329. <</actCLA>>
  330. <<elseif getvar("$NatbelQW['QWstage']") > 5>>
  331. <<actCLA 'Lift her skirt' undefined `{willpower:['exhib','force','easy']}`>>
  332. <<gs 'willpower' 'exhib' 'force' 'easy'>>
  333. <<gs 'willpower' 'pay' 'force'>>
  334. <<image "characters/pavlovsk/school/girl/natasha/skirt.jpg">>
  335. You can't stop yourself from pulling up her skirt as she turns to grab your bag. "Cute panties Natasha, they match the stockings."
  336. <p>Natasha looks over her shoulder at you with a faint blush on her cheeks. "I... Uhm... Thank you $pc.name_nick." She lets out in a whisper.</p>
  337. Not wanting to lose your mule to school you let her skirt fall down again and head to school.
  338. <<act 'Go to school'>>
  339. <<gt 'school_grounds'>>
  340. <</act>>
  341. <</actCLA>>
  342. <<else>>
  343. Natasha grabs both of your bags and you head to school.
  344. <<act 'Go to school'>>
  345. <<gt 'school_grounds'>>
  346. <</act>>
  347. <</if>>
  348. <<actCLA 'Go to school'>>
  349. <<set $time.minutes += 9>>
  350. <<gt 'school_grounds'>>
  351. <</actCLA>>
  352. <</if>>
  353. <<if $location_var[$here][0] == 'schoolwalk'>>
  354. <<if rand(0,4) == 0>>
  355. <<if getvar("$NatbelQW['KolkaTease']") == 0>>
  356. <<setinit $NatbelQW['KolkaTease'] = 1>>
  357. <</if>>
  358. <<image "characters/pavlovsk/school/girl/natasha/tease.jpg">>
  359. As you reach the bottom of the stairs, you notice Kolka coming down as well.
  360. Deciding to tease him a bit you grab the bottom of Natasha''s skirt and pull it up while you bend over yourself to show him both of your asses.
  361. Natasha quickly slaps your hand away and the two of you resume your walk to school. As you exit the hall you can't hear Kolka''s footsteps. He must have stopped in his tracks at the sight.
  362. <<set $time.minutes += 5>>
  363. <<act 'Continue on to school'>>
  364. <<gt 'school_grounds'>>
  365. <</act>>
  366. <<else>>
  367. <<gt 'school_grounds'>>
  368. <</if>>
  369. <</if>>
  370. <!-- !! This is the cucumber event in Natasha''s questline-->
  371. <<if $location_var[$here][0] == 'laundry'>>
  372. <<set $menu_loc = 'natbelEv'>>
  373. <<set $menu_arg = 'laundry'>>
  374. <<set $menu_off = 0>>
  375. <<set $locclass = ''>>
  376. <<set $time.minutes += 1>>
  377. <h2>Laundry room</h2>
  378. <<image "locations/pavlovsk/resident/apartment/natbelapt/sex/natlaundry.jpg">>
  379. You walk in and see Natasha just turning on the machine. She turns around and sees you in the doorway.
  380. <<if getvar("$NatashaLoc") == 7 and getvar("$NatbelQW['cucumber']") == 1 and getvar("$NatbelQW['QWstage']") >= 10>>
  381. <<gs 'willpower' 'mast' 'force' 'easy'>>
  382. <<if $will_cost <= $pc.willpower>>
  383. <<actCLA 'Make her play with a cucumber (will_cost Willpower)'>>
  384. <<gs 'willpower' 'pay' 'force'>>
  385. <<if getvar("$NatbelQW['QWstage']") == 10>>
  386. <<setinit $NatbelQW['QWstage'] = 11>>
  387. <</if>>
  388. <<setinit $NatbelQW['cucumber'] = 0>>
  389. <<image "locations/pavlovsk/resident/apartment/natbelapt/sex/natashacucumber01.jpg">>
  390. You move over and make her sit on top of it.
  391. "I thought we could have some fun in here. The noise from the washer should prevent anyone from hearing." You tell her as you hand her the cucumber.
  392. <p>"What's this for?" She asks you. "I Want to see you slide it in your pussy Natasha." You tell her with an excited grin on your face.</p>
  393. "It's enormous, it won''t fit." She hesitantly tries to back out. "I've seen you take bigger. Now open those legs and get yourself ready or I'll put it in myself right now." You hiss at her.
  394. <<actCLA 'Further'>>
  395. <<image "locations/pavlovsk/resident/apartment/natbelapt/sex/natashacucumber02.jpg">>
  396. Natasha has a shocked look on her face as she scoots back a bit and obediently starts to play with her pussy. You can see she's already wet. "Being dominated really turns her on." You think to yourself.
  397. <p>"T-The vibrations from the washer are ..." She starts moaning softly.</p>
  398. "You better start opening that pussy up or it's going to sting bitch." You continue in the same threatening tone you used before. Natasha moans as she slips two fingers inside. "That went easy enough, now add a third." You order her, and to your delight she immediately forces a third finger inside her vagina.
  399. "Good, now spread your pussy, I want to have a last look before the cucumber goes in." You hiss again, wanting to make sure she keeps takign your orders immediately.
  400. You smile as you she opens her pussy for you with her hands, showing you just how dripping wet she is.
  401. <<actCLA 'Now put it in'>>
  402. <<image "locations/pavlovsk/resident/apartment/natbelapt/sex/natashacucumber03.jpg">>
  403. Natasha lets out a loud moan as she forces the cucumber inside her pussy even though she was biting her lip to try and stay quiet. It slides about half way in on the first stroke. "You see, it wasn''t too big at all." You praise her. "Now I want to see you fuck yourself hard. Keep going."
  404. She's all too eager to obey. With a furious effort she rapidly strokes the big vegetable in and out of herself. Her moans growing louder and louder. Within a few minutes you are rewarded with the sight of her delicious orgasm. Her legs shake as she keeps fucking herself for a bit longer before she finally slides it all the way out and leans back. Her face sporting a deep red flush.
  405. You lean in and kiss her passionately before telling her: "Let''s go to your room."
  406. <<actCLA 'Go to her room'>>
  407. <<set $NatashaLoc = 2>> <<gt 'natbelapt' 'natroom'>>
  408. <</actCLA>>
  409. <</actCLA>>
  410. <</actCLA>>
  411. <</actCLA>>
  412. <<else>>
  413. <<actCLA `'Make her play with a cucumber ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  414. <<actCLA 'Go to her room'>>
  415. <<set $NatashaLoc = 2>> <<gt 'natbelapt' 'natroom'>>
  416. <</actCLA>>
  417. <</if>>
  418. <<elseif getvar("$NatashaLoc") == 7>>
  419. <p>"Oh hey $pc.name_nick, let's go to my room"</p>
  420. <<actCLA 'Go to her room'>>
  421. <<set $NatashaLoc = 2>> <<gt 'natbelapt' 'natroom'>>
  422. <</actCLA>>
  423. <<else>>
  424. There is nobody here. This room isn''t exactly big enough to hang out in so you head back out.
  425. <<act 'Go to the hallway'>>
  426. <<gt 'natbelapt' 'hallway'>>
  427. <</act>>
  428. <</if>>
  429. <</if>>
  430. <!-- !! This is an event where Sveta can spy on Natasha in the shower-->
  431. <<if $location_var[$here][0] == 'showerspy'>>
  432. <<set $menu_off = 1>>
  433. <<set $loc_arg = 'bathroom'>>
  434. <<set $loc = 'natbelapt'>>
  435. <<set $locM_arg = 'bathroom'>>
  436. <<set $locM = 'natbelapt'>>
  437. <<set $location_type = 'bathroom'>>
  438. <<image "characters/pavlovsk/school/girl/natasha/sex/natshowerspy01.jpg">>
  439. You open the bathroom door as quietly as you can and peer through the crack to see Natasha sitting down in the shower while she's shaving her pussy, completely absorbed in the her grooming.
  440. <<arouse 'voyeur' 5 >>
  441. <<if getvar("$NatbelQW['QWstage']") >= 5>>
  442. <<gs 'willpower' 'voyeur' 'self' 'easy'>>
  443. <<if $will_cost <= $pc.willpower>>
  444. <<actCLA 'Get a closer look (will_cost Willpower)'>>
  445. <<gs 'willpower' 'pay' 'self'>>
  446. <<image "characters/pavlovsk/school/girl/natasha/sex/natshowerspy02.jpg">>
  447. Wanting to get a better look you step into the bathroom and close the door behind you.
  448. "Making yourself presentable I see." You say with a grin, which breaks Natasha out of her concentration, making her look up at you with an embarassed look on her face.
  449. <p>She then shrugs and gets back to her shaving. "I-It just feels nice... You know..." She lets out.</p>
  450. "Yeah, I understand. Freshly shaven skin is really nice to touch." You let her know as you keep watching while she finishes shaving.
  451. <<arouse 'erotic_nudity' 5 >>
  452. <<if getvar("$NatbelQW['QWstage']") >= 9>>
  453. <<actCLA 'Keep chatting while she rinses off'>>
  454. <<image "characters/pavlovsk/school/girl/natasha/sex/natshowerspy02.jpg">>
  455. When Natasha is done she quickly rinses off the remaining shaving cream and then looks up at you with a mischievous grin on her face.
  456. "This feels even nicer." She says as she spreads her pussylips with one hand and inserts the handle of her razor in her pussy, gently pushing it in and then slowly pulling it out a few times.
  457. "Someone''s in a great mood today." You praise her as you feel your own pussy getting wet at the sight of Natasha playing with herself in the shower. "I think we should continue this in your room."
  458. Natasha quickly gets up and rinses off her entire body and you hand her a towel as she steps out of the shower.
  459. "Don't take too long. I'll be in your room." You tell her and leave the bathroom.
  460. <<arouse 'erotic_nudity' 5 >>
  461. <<act 'Leave'>>
  462. <<gt 'natbelapt' 'natroom'>>
  463. <</act>>
  464. <</actCLA>>
  465. <<else>>
  466. When Natasha is done she quickly rinses off the remaining shaving cream and you hand her a towel as she steps out of the shower.
  467. "I'll let you finish up in here. I'll be in your room." You tell her and leave the bathroom.
  468. <<act 'Leave'>>
  469. <<gt 'natbelapt' 'natroom'>>
  470. <</act>>
  471. <</if>>
  472. <</actCLA>>
  473. <<else>>
  474. <<actCLA `'Get a closer look ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  475. <</if>>
  476. <<else>>
  477. Not wanting to intrude any further you decide to leave her be and close the door again.
  478. <</if>>
  479. <<act 'Leave'>>
  480. <<gt 'natbelapt' 'hallway'>>
  481. <</act>>
  482. <</if>>
  483. <<if $location_var[$here][0] == 'showerevent1'>>
  484. <<set $menu_off = 1>>
  485. <<run $pc.skillExperienceGain('inhibition',1)>>
  486. <p>Despite the pattering noise of the running water, you hear the bathroom door open and look over to see <<=$npc('A191').nickname>> walking into the bathroom.</p>
  487. "Sorry dear, you didn''t answer my knock, and I have to go."
  488. <<if $pc.deodorant_on == 1>>
  489. <<gs 'sweat' 'remove_deo'>>
  490. <</if>>
  491. <<actCLA 'Let her'>>
  492. <<image "locations/pavlovsk/resident/apartment/natbelapt/sex/shower01.jpg">>
  493. <p>You angle your body away from the door as you say: "Oh it's no problem <<=$npc('A191').nickname>>. It's your home."</p>
  494. <p>You get back to showering with your back turned to <<=$npc('A191').nickname>> as you hear her pee. You feel a bit awkward while you listen to her urinate, flush, and then wash her hands before finally the door clicks shut again.</p>
  495. <<act 'Get out of the shower'>>
  496. <<gt 'natbelapt' 'bathroom'>>
  497. <</act>>
  498. <</actCLA>>
  499. <<if $pc.pcs_inhib >= 50>>
  500. <<actCLA 'Tease her a bit'>>
  501. <<run $pc.skillExperienceGain('inhibition',3)>>
  502. <<image "locations/pavlovsk/resident/apartment/natbelapt/sex/shower02.jpg">>
  503. <p>Looking straight at her you give her a smile, then put your leg up, giving her the perfect view of the front of your wet, naked body. "<<=$npc('A191').nickname>>", you begin immediately, "I wanted a woman's opinion on this. Do you think my breasts are big enough?"</p>
  504. <p><<=$npc('A191').nickname>> looks at your exposed body for a few seconds with a slight blush on her cheeks.</p>
  505. <p>"$pc.name_nick, there's nothing wrong with the size of your breasts."</p>
  506. <p>You get back to showering making sure to pay special attention to your breasts. <<=$npc('A191').nickname>> sits down on the toilet, and you can hear the sound of her peeing. You get turned on a bit, taking glances at her. Finally, she gets up, flushes and washes her hands before leaving you alone again in the bathroom.</p>
  507. <<arouse 'flash' 2 >>
  508. <<arouse 'erotic_nudity' 3 >>
  509. <<act 'Get out of the shower'>>
  510. <<gt 'natbelapt' 'bathroom'>>
  511. <</act>>
  512. <</actCLA>>
  513. <</if>>
  514. <</if>>