JuliaMilHome.tw 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. :: JuliaMilHome
  2. <<set $here = 'JuliaMilHome'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !!2022/09/29 - Alaratt-->
  5. <<if $location_var[$here][0] == 'home'>>
  6. <<set $loc = 'JuliaMilHome'>>
  7. <<set $loc_arg = 'home'>>
  8. <<set $menu_loc = 'JuliaMilHome'>>
  9. <<set $menu_arg = 'home'>>
  10. <<set $locM = 'JuliaMilHome'>>
  11. <<set $locM_arg = 'home'>>
  12. <<set $location_type = 'private'>>
  13. <<set $track_loop = ''>>
  14. <<if getvar("$sound") == 0>>
  15. <</if>>
  16. <!-- !! To Do - Track these to figure out what they are and where they are used - Alaratt-->
  17. <<set $popolaini = 0>>
  18. <<set $saunaYouRoom = 0>>
  19. <<set $boycherdaksex = 0>>
  20. <<set $bonusZ = 0>>
  21. <<set $time.minutes += 1>>
  22. <<set $menu_off = 0>>
  23. <<gs 'themes' 'indoors'>>
  24. <<if $NatashaHomeDay != $time.daystart>>
  25. <<set $NatashaHomeDay = $time.daystart>>
  26. <<set $NatashaLoc = 0>>
  27. <</if>>
  28. <<if getvar("$juliaQW['home_unlocked']") == 0>>
  29. <<setinit $juliaQW['home_unlocked'] = 1>>
  30. <</if>>
  31. <<image "locations/pavlovsk/resident/apartment/aptdoor.jpg">>
  32. <<actCLA 'Leave'>>
  33. <<gt 'pod_ezd' 'etaj_3'>>
  34. <</actCLA>>
  35. <<if $time.isSchoolHoliday == 0 and $time.hour > 6 and $time.hour < 15 and $time.weekday < 6>>
  36. You knock on the door, but no one comes to answer. Julia must not be home.
  37. <<elseif $time.hour > 20>>
  38. It's too late in the day to visit Julia.
  39. <<elseif $time.hour < 8>>
  40. It's too early in the day to visit Julia.
  41. <<else>>
  42. <p>You knock on the door. You hear footsteps in the apartment and sure enough, a few seconds later Julia opens the door. "Oh, hi $pc.name_nick! Come on in!"</p>
  43. <<actCLA 'Enter Julia`s apartment'>>
  44. <<gt 'JuliaMilHome' 'hallway'>>
  45. <</actCLA>>
  46. <</if>>
  47. <</if>>
  48. <<if $location_var[$here][0] == 'hallway'>>
  49. <<set $loc = 'JuliaMilHome'>>
  50. <<set $loc_arg = 'hallway'>>
  51. <<set $menu_loc = 'JuliaMilHome'>>
  52. <<set $menu_arg = 'hallway'>>
  53. <<set $locM = 'JuliaMilHome'>>
  54. <<set $locM_arg = 'hallway'>>
  55. <<set $location_type = 'indoors'>>
  56. <<set $locclass to null>>
  57. <<if getvar("$sound") == 0>>
  58. <</if>>
  59. <<set $menu_off = 0>>
  60. <<set $time.minutes += 1>>
  61. <h2>Entrance hall</h2>
  62. <<image "locations/pavlovsk/resident/apartment/juliahome/hallway.jpg">>
  63. As you enter the Milov''s hallway, you notice it very nice, well decorated and very clean. Everything in it's place.
  64. <<actCLA '<b>Leave Julia`s apartment</b>'>>
  65. <<gt 'JuliaMilHome' 'leave_apartment'>>
  66. <</actCLA>>
  67. <<actCLA 'Julia`s Room'>>
  68. <<gt 'JuliaMilHome' 'julia_room'>>
  69. <</actCLA>>
  70. <!-- !!act 'Parents''s Room': gt 'JuliaMilHome', 'parents_room'-->
  71. <<actCLA 'Living Room'>>
  72. <<gt 'JuliaMilHome' 'livingroom'>>
  73. <</actCLA>>
  74. <<actCLA 'Kitchen'>>
  75. <<gt 'JuliaMilHome' 'kitchen'>>
  76. <</actCLA>>
  77. <<actCLA 'Bathroom'>>
  78. <<gt 'JuliaMilHome' 'bathroom'>>
  79. <</actCLA>>
  80. <</if>>
  81. <<if $location_var[$here][0] == 'livingroom'>>
  82. <<set $menu_loc = 'JuliaMilHome'>>
  83. <<set $menu_arg = 'livingroom'>>
  84. <<set $locclass = 'livingr'>>
  85. <<set $menu_off = 0>>
  86. <<set $time.minutes += 1>>
  87. <center><b><font color = maroon>Living room</font></b></center>
  88. <!-- !! Needs actions like watching tv-->
  89. <<image "locations/pavlovsk/resident/apartment/juliahome/living_room.jpg">>
  90. Like the rest of the house the living room is spotless, with plenty of decorations around, arranged just perfectly.
  91. <<actCLA 'Leave the room'>>
  92. <<gt 'JuliaMilHome' 'hallway'>>
  93. <</actCLA>>
  94. <</if>>
  95. <<if $location_var[$here][0] == 'kitchen'>>
  96. <<set $loc = 'JuliaMilHome'>>
  97. <<set $loc_arg = 'kitchen'>>
  98. <<set $menu_loc = 'JuliaMilHome'>>
  99. <<set $menu_arg = 'kitchen'>>
  100. <<set $locclass = 'kitr'>>
  101. <<set $menu_off = 0>>
  102. <<set $time.minutes += 1>>
  103. <<gs 'kit_din'>>
  104. <center><b><font color = maroon>Kitchen</font></b></center>
  105. <<image "locations/pavlovsk/resident/apartment/juliahome/kitchen.jpg">>
  106. The kitchen is small but has all the necessary things. There is a stove, a fridge, a sink, and a tiny dining table. Everything looks sparkling clean.
  107. <<actCLA 'Leave the room'>>
  108. <<gt 'JuliaMilHome' 'hallway'>>
  109. <</actCLA>>
  110. <<actCLA 'Look in the fridge'>>
  111. <<gt 'JuliaMilHome' 'fridge'>>
  112. <</actCLA>>
  113. <<driwater>>
  114. <<dritea>>
  115. <<fill_bottle>>
  116. <</if>>
  117. <<if $location_var[$here][0] == 'fridge'>>
  118. <<set $menu_off = 1>>
  119. <<set $time.minutes += 1>>
  120. <<if $juliafood_day != $time.daystart>>
  121. <<set $juliasup_count = 1>>
  122. <<set $julialefto_count = 1>>
  123. <<set $juliawater_count = 1>>
  124. <<set $juliatea_count = 1>>
  125. <<set $juliasanw_count = 1>>
  126. <</if>>
  127. <<if getvar("$julialefto_count") >= 1>>
  128. <<set $julia_lefto = ' some left overs'>>
  129. <<else>>
  130. <<set $julia_lefto = ''>>
  131. <</if>>
  132. <<if getvar("$juliasup_count") >= 1>>
  133. <<set $julia_sup = ' some soup'>>
  134. <<else>>
  135. <<set $julia_sup = ''>>
  136. <</if>>
  137. <<if getvar("$juliawater_count") >= 1>>
  138. <<set $julia_water = ' some bottled water'>>
  139. <<else>>
  140. <<set $julia_water = ''>>
  141. <</if>>
  142. <<if getvar("$juliatea_count") >= 1>>
  143. <<set $julia_tea = ' some tea'>>
  144. <<else>>
  145. <<set $julia_tea = ''>>
  146. <</if>>
  147. <<if getvar("$juliasanw_count") >= 1>>
  148. <<set $julia_sanw = ' some stuff to make a sandwich'>>
  149. <<else>>
  150. <<set $julia_sanw = ''>>
  151. <</if>>
  152. <<image "shared/home/kitchen/fridge.jpg">>
  153. <p>You open the fridge and see:$julia_tea$julia_water$julia_sup$julia_lefto$julia_sanw</p>
  154. <<actCLA 'Close the refrigerator'>>
  155. <<gt 'JuliaMilHome' 'kitchen'>>
  156. <</actCLA>>
  157. <<if getvar("$julialefto_count") > 0>>
  158. <<actCLA 'Eat some left overs'>>
  159. <<set $juliafood_day = $time.daystart>>
  160. <<set $julialefto_count -= 1>>
  161. <<set $pc.pcs_health += 10>>
  162. <<set $pc.mood += 20>>
  163. <<set $pc.fat += 2>>
  164. <<set $pc.pcs_energy += 50>>
  165. <<if $pc.pcs_hydra >= 100>>
  166. <<set $pc.pcs_hydra += 20>>
  167. <<else>>
  168. <<set $pc.pcs_hydra += 40>>
  169. <</if>>
  170. <<set $cumspclnt = 2>>
  171. <<gs 'cum_cleanup'>>
  172. <<set $pc.pcs_breath = 0>>
  173. <<set $time.minutes += 5>>
  174. <<image "shared/food/leftovers.jpg">>
  175. It seems to be left overs from a last nights dinner, it looks very good even for left overs.
  176. <<actCLA 'Continue'>>
  177. <<gt 'JuliaMilHome' 'kitchen'>>
  178. <</actCLA>>
  179. <</actCLA>>
  180. <<elseif getvar("$juliatea_count") >= 0>>
  181. <<actCLA 'Have some tea'>>
  182. <<set $juliafood_day = $time.daystart>>
  183. <<set $juliatea_count -= 1>>
  184. <<set $pc.pcs_health += 10>>
  185. <<set $pc.mood += 20>>
  186. <<set $pc.fat += 2>>
  187. <<set $pc.pcs_energy += 50>>
  188. <<if $pc.pcs_hydra >= 100>>
  189. <<set $pc.pcs_hydra += 20>>
  190. <<else>>
  191. <<set $pc.pcs_hydra += 40>>
  192. <</if>>
  193. <<set $cumspclnt = 2>>
  194. <<gs 'cum_cleanup'>>
  195. <<set $pc.pcs_breath = 0>>
  196. <<set $time.minutes += 5>>
  197. <<image "shared/food/tea.jpg">>
  198. You find some tea and make it.
  199. <<actCLA 'Continue'>>
  200. <<gt 'JuliaMilHome' 'kitchen'>>
  201. <</actCLA>>
  202. <</actCLA>>
  203. <<elseif getvar("$juliawater_count") >= 0>>
  204. <<actCLA 'Have some water'>>
  205. <<set $juliafood_day = $time.daystart>>
  206. <<set $juliawater_count -= 1>>
  207. <<set $pc.pcs_health += 10>>
  208. <<set $pc.mood += 20>>
  209. <<set $pc.fat += 2>>
  210. <<set $pc.pcs_energy += 50>>
  211. <<if $pc.pcs_hydra >= 100>>
  212. <<set $pc.pcs_hydra += 20>>
  213. <<else>>
  214. <<set $pc.pcs_hydra += 40>>
  215. <</if>>
  216. <<set $cumspclnt = 2>>
  217. <<gs 'cum_cleanup'>>
  218. <<set $pc.pcs_breath = 0>>
  219. <<set $time.minutes += 5>>
  220. <<image "shared/food/waterbottle1.jpg">>
  221. You drink some bottled water.
  222. <<actCLA 'Continue'>>
  223. <<gt 'JuliaMilHome' 'kitchen'>>
  224. <</actCLA>>
  225. <</actCLA>>
  226. <<elseif getvar("$juliasup_count") >= 0>>
  227. <<actCLA 'Have some soup'>>
  228. <<set $juliafood_day = $time.daystart>>
  229. <<set $juliasup_count -= 1>>
  230. <<set $pc.pcs_health += 10>>
  231. <<set $pc.mood += 20>>
  232. <<set $pc.fat += 2>>
  233. <<set $pc.pcs_energy += 50>>
  234. <<if $pc.pcs_hydra >= 100>>
  235. <<set $pc.pcs_hydra += 20>>
  236. <<else>>
  237. <<set $pc.pcs_hydra += 40>>
  238. <</if>>
  239. <<set $cumspclnt = 2>>
  240. <<gs 'cum_cleanup'>>
  241. <<set $pc.pcs_breath = 0>>
  242. <<set $time.minutes += 5>>
  243. <<image "shared/food/soup.jpg">>
  244. You find some soup in the fridge, you spoon our a bowlful to eat.
  245. <<actCLA 'Continue'>>
  246. <<gt 'JuliaMilHome' 'kitchen'>>
  247. <</actCLA>>
  248. <</actCLA>>
  249. <<elseif getvar("$juliasanw_count") >= 0>>
  250. <<actCLA 'Make a sandwich'>>
  251. <<set $juliafood_day = $time.daystart>>
  252. <<set $juliasanw_count -= 1>>
  253. <<set $pc.pcs_health += 10>>
  254. <<set $pc.mood += 20>>
  255. <<set $pc.fat += 2>>
  256. <<set $pc.pcs_energy += 50>>
  257. <<if $pc.pcs_hydra >= 100>>
  258. <<set $pc.pcs_hydra += 20>>
  259. <<else>>
  260. <<set $pc.pcs_hydra += 40>>
  261. <</if>>
  262. <<set $cumspclnt = 2>>
  263. <<gs 'cum_cleanup'>>
  264. <<set $pc.pcs_breath = 0>>
  265. <<set $time.minutes += 5>>
  266. <<image "shared/food/reuben.jpg">>
  267. You get all the stuff you need from the fridge then get some bread out of the cabinet and make yourself a sandwich.
  268. <<actCLA 'Continue'>>
  269. <<gt 'JuliaMilHome' 'kitchen'>>
  270. <</actCLA>>
  271. <</actCLA>>
  272. <</if>>
  273. <</if>>
  274. <<if $location_var[$here][0] == 'bathroom'>>
  275. <<set $loc = 'JuliaMilHome'>>
  276. <<set $loc_arg = 'bathroom'>>
  277. <<set $menu_loc = 'JuliaMilHome'>>
  278. <<set $menu_arg = 'bathroom'>>
  279. <<set $locM = 'JuliaMilHome'>>
  280. <<set $locM_arg = 'bathroom'>>
  281. <<set $location_type = 'bathroom'>>
  282. <<set $menu_off = 0>>
  283. <<set $time.minutes += 1>>
  284. <h2>Bathroom</h2>
  285. <<image "locations/pavlovsk/resident/apartment/juliahome/bathroom.jpg">>
  286. The bathroom is kept spotlessly clean. Everything here has a well cared for look to it.
  287. The toilet sits along the wall next to a small bathtub.
  288. You can do your hair and makeup in the <<link "mirror">><<gt 'mirror' 'start'>><</link>> above the sink.
  289. <<if $pc.decoGet('piercing','tongue') + $pc.decoGet('piercing','lip') + $pc.decoGet('piercing','ears') + $pc.decoGet('piercing','nose') + $pc.decoGet('piercing','eyebrow') + $pc.decoGet('piercing','nipple') + $pc.decoGet('piercing','navel') + $pc.decoGet('piercing','pussy') > 0>>
  290. <<link "Manage Piercings">><<pirManage>><</link>>
  291. <</if>>
  292. <<actCLA 'Leave the bathroom'>>
  293. <<gt 'JuliaMilHome' 'hallway'>>
  294. <</actCLA>>
  295. <<actCLA 'Take a shower'>>
  296. <<set $menu_off = 1>>
  297. <<set $time.minutes += 10>>
  298. <<set $noShampoo = 1>>
  299. <<showerdin>>
  300. <h2>Bathroom</h2>
  301. <<video "shared/home/bathroom/dush.mp4">>
  302. You take a quick shower.
  303. <<if $pc.deodorant_on == 1>>
  304. <<gs 'sweat' 'remove_deo'>>
  305. <</if>>
  306. <<actCLA 'Take a selfie'>>
  307. <<gs 'telefon' 'Phone_selfie_image_bathing' 'shower'>>
  308. <</actCLA>>
  309. <<actCLA 'Get out of the shower'>>
  310. <<gt 'JuliaMilHome' 'bathroom'>>
  311. <</actCLA>>
  312. <</actCLA>>
  313. <<bath>>
  314. <<bteeth>>
  315. $inventory.get("tampon")
  316. <<basin>>
  317. <<gs 'din_van' 'prvt_pee'>>
  318. <</if>>
  319. <<if $location_var[$here][0] == 'julia_room'>>
  320. <<set $menu_loc = 'JuliaMilHome'>>
  321. <<set $menu_arg = 'julia_room'>>
  322. <<set $locclass = 'bedr'>>
  323. <<set $track_loop = ''>>
  324. <<set $music_loop = 1>>
  325. <<set $menu_off = 0>>
  326. <<set $time.minutes += 1>>
  327. <<if getvar("$juliaQW['home_unlocked']") == 0>>
  328. <<setinit $juliaQW['home_unlocked'] = 1>>
  329. <</if>>
  330. <h2>Julia''s Room</h2>
  331. <<image "locations/pavlovsk/resident/apartment/juliahome/julia_bedroom.jpg">>
  332. Julia has a nice room, decorated with high quality furnishings. There are books everywhere, she must really like to read.
  333. <<if getvar("$q.school.homeworkLeft") > 0 and $juliaQW['homework_day'] != $time.daystart>>
  334. Julia arranges her school books on a large desk and gets ready to do her homework, inviting you to join her.
  335. <<actCLA 'Do your homework with Julia'>>
  336. <<set $menu_off = 1>>
  337. <<set $time.minutes += 60>>
  338. <<if getvar("$q.school.homeworkLeft") > 1>>
  339. <<run $q.school.func('homework','yes',2,1,'A12')>>
  340. <<else>>
  341. <<run $q.school.func('homework','yes',1,1,'A12')>>
  342. <</if>>
  343. <<setinit $juliaQW['homework_day'] = $time.daystart>>
  344. <<gs 'npc_relationship' 'modify' 'A12' 'love'>>
  345. <<set $lern += rand(3,6)>>
  346. <<run $pc.skillExperienceGain('intelligence',rand(1,2) + (mentats_dose - rand(0,mentats_dose)))>>
  347. <<image "characters/shared/headshots_main/big12.jpg">>
  348. You spend an hour doing your homework with Julia, and thanks to her you manage to learn quite a lot. She's a very clever girl, and good at explaining things.
  349. <<actCLA 'Relax after doing your homework'>>
  350. <<gt 'JuliaMilHome' 'julia_room'>>
  351. <</actCLA>>
  352. <</actCLA>>
  353. <<else>>
  354. Julia is sitting on her bed.
  355. <<if $juliaQW['eatJulMilDay'] != $time.daystart>>
  356. Julia smiles at you and offers you something to eat.
  357. <<actCLA 'Have a meal with Julia'>>
  358. <<setinit $juliaQW['eatJulMilDay'] = $time.daystart>>
  359. <<set $pc.fat += 2>>
  360. <<set $pc.pcs_energy += 60>>
  361. <<set $pc.pcs_hydra += 60>>
  362. <<set $cumspclnt = 2>>
  363. <<gs 'cum_cleanup'>>
  364. <<set $pc.pcs_breath = 0>>
  365. <<set $menu_off = 1>>
  366. <<set $time.minutes += 30>>
  367. <<image "characters/shared/headshots_main/big12.jpg">>
  368. You follow her to the kitchen and have a meal together. When you're both finished, you return to her room.
  369. <<actCLA 'Hang out'>>
  370. <<gt 'JuliaMilHome' 'julia_room'>>
  371. <</actCLA>>
  372. <</actCLA>>
  373. <<actCLA 'No thanks, you`re not hungry'>>
  374. <<setinit $juliaQW['eatJulMilDay'] = $time.daystart>>
  375. <<gt 'JuliaMilHome' 'julia_room'>>
  376. <</actCLA>>
  377. <<else>>
  378. <<actCLA 'Leave Julia`s room'>>
  379. <<gt 'JuliaMilHome' 'hallway'>>
  380. <</actCLA>>
  381. <<actCLA 'Chat with Julia'>>
  382. <<gt 'JuliaMilHome' 'julia_chat'>>
  383. <</actCLA>>
  384. <<if $inventory.get("wine") == 1>>
  385. <<actCLA 'Drink your wine with Julia'>>
  386. <<setinit $juliaQW['JulMilBestFrend'] += 1>>
  387. <<set $menu_off = 1>>
  388. <<set $time.minutes += 30>>
  389. <<run $inventory.set('wine',0)>>
  390. <<gs 'drugs' 'alcohol' 'wine' 2>>
  391. <<gs 'npc_relationship' 'modify' 'A12' 'like'>>
  392. <<image "characters/shared/headshots_main/big12.jpg">>
  393. You offer Julia some wine and she happily accepts, leaving the room quickly to get a corkscrew and some glasses. When she finishes pouring the wine, you propose a toast to your friendship and both have a sip. For the next half hour, the two of you enjoy the wine while sharing some juicy gossip. When the bottle is drained you both feel more than a bit tipsy and giggle happily, lying against each other on her bed.
  394. <<actCLA 'Relax in Julia`s room'>>
  395. <<gt 'JuliaMilHome' 'julia_room'>>
  396. <</actCLA>>
  397. <<if getvar("$juliaQW['JulMilBestFrend']") >= 5>>
  398. <<actCLA 'Talk about sex'>>
  399. <<if getvar("$juliaQW['SexTalkJulia']") < 4>>
  400. <<setinit $juliaQW['SexTalkJulia'] += 1>>
  401. <</if>>
  402. <<set $time.minutes += 5>>
  403. <<image "characters/shared/headshots_main/big12.jpg">>
  404. You steer the conversation towards sexual topics.
  405. <<actCLA 'Relax in Julia`s room'>>
  406. <<gt 'JuliaMilHome' 'julia_room'>>
  407. <</actCLA>>
  408. <<if getvar("$juliaQW['SexTalkJulia']") == 1>>
  409. Julia is too embarrassed to share her sexual experiences with you, and it looks like you killed the mood.
  410. <<elseif getvar("$juliaQW['SexTalkJulia']") == 2>>
  411. Julia, trying to contribute to the conversation, boasts that she is no longer a virgin.
  412. <<actCLA '"Oh, really? Do tell!"'>>
  413. <<set $time.minutes += 5>>
  414. <<arouse 'verbal_erotica' -10 >>
  415. <<gs 'npc_relationship' 'modify' 'A12' 'love'>>
  416. <<image "characters/pavlovsk/school/girl/julia/sex/outdoor.jpg">>
  417. Julia smiles mysteriously and begins her story, "My parents send me to summer camp every year. Last year, I met a guy there... his name is Vovka. He was one of the youth councilors there, a fair bit older than me. After the day''s regular events had concluded, we found ourselves alone in the forest."
  418. <p>"We began to flirt a little, and then he kissed me... it was so nice to feel wanted! Then he laid me on my back, but the ground was all rough and rocky. I tried to get up, asking him if he would mind if I got down on my knees instead. He... misunderstood, and took off my skirt and panties before telling me to go down on all fours like he thought I had suggested. I didn't have the courage to say no, and he had been so nice to me... so I did."</p>
  419. <p>"Then he started to have sex with me. It was quite painful! No one ever told me about the hymen being a part of the female body, and that it tears during the first time. Honestly, the first time I had sex I just stayed bent over, hoping it would be over soon. Luckily Vovka did not last long, and he finished on the ground."</p>
  420. <<actCLA 'Relax in Julia`s room'>>
  421. <<arousalEnd>>
  422. <<gt 'JuliaMilHome' 'julia_room'>>
  423. <</actCLA>>
  424. <</actCLA>>
  425. <<elseif getvar("$juliaQW['SexTalkJulia']") == 3>>
  426. Julia shares more details about her adventures at summer camp.
  427. <<actCLA '"Go on, keep going!"'>>
  428. <<set $time.minutes += 5>>
  429. <<arouse 'verbal_erotica' -10 >>
  430. <<gs 'npc_relationship' 'modify' 'A12' 'love'>>
  431. <<image "characters/pavlovsk/school/girl/julia/sex/otrad.jpg">>
  432. <p>Julia once again smiles mysteriously and continues her story where she left off, "Remember when I told you about Vovka last time? I slept with him again, before leaving the camp! One afternoon when no one else was in the cabin, I bumped into him there. Ever since that first time he had been pestering me, wanting more sex. He was cute though, and really treated me like I was special... so I let him."</p>
  433. <p>"I undressed and lay down on the bed, terribly afraid that it would hurt again. It felt a lot better though! In the beginning it was still a bit painful, but that quickly passed. He came inside me, that second time. I didn't really get stimulated myself, probably because I was too afraid about someone walking in. Still, it was nice to feel so close to him."</p>
  434. "No one did enter, and he quickly left after we finished. After that, I saw him one or two more times at the camp but always with other people around, so nothing more happened between us. He lives in the city, actually. I still have his phone number somewhere, but I'm not going to call him. He's not the one I fancy any more..." She has a dreamy look in her eyes when she says that.
  435. <<actCLA 'Relax in Julia`s room'>>
  436. <<arousalEnd>>
  437. <<gt 'JuliaMilHome' 'julia_room'>>
  438. <</actCLA>>
  439. <</actCLA>>
  440. <<elseif getvar("$juliaQW['SexTalkJulia']") == 4>>
  441. <p>Julia is embarrassed and says, "There's something unusual about you, $pc.name_nick. I've never felt so much at ease around anyone else before, around you I can really be myself. I...", she doesn't finish her sentence, letting the silence linger in the air for a second. Then she suddenly moves her face to yours, intending to kiss you.</p>
  442. <<actCLA 'Kiss Julia'>>
  443. <<image "characters/pavlovsk/school/girl/julia/sex/julkiss.jpg">>
  444. You kiss Julia, feeling her soft, sweet smelling lips on your lips as her nimble tongue explores inside your mouth. Her hands gently cup your boobs, and you moan softly as she begins to gently caress them.
  445. <<arouse 'kiss' 5 `['lesbian']`>>
  446. <<actCLA 'Lie back and let her'>>
  447. <<image "characters/pavlovsk/school/girl/julia/sex/jultit.jpg">>
  448. Julia bares your chest and slowly lowers her kisses, slowly trailing her way down to your chest. You do your best to stifle your moans when she takes your nipple in her mouth, gently biting it as her fingers rub the other one. Then her fingers find their way down between your legs, pulling your clothes to the side.
  449. <<gs 'npc_relationship' 'modify' 'A12' 'adore'>>
  450. <<arouse 'foreplay' 5 `['lesbian']`>>
  451. <<actCLA 'Eat each other out'>>
  452. <<if $npcs.get('A12','sex') == 0>>
  453. <<run $npcs.set('A12','sex',1)>>
  454. <</if>>
  455. <<image "characters/pavlovsk/school/girl/julia/sex/julick.jpg">>
  456. You and Julia giddily take off your clothes and you lie back down on the bed. Julia, eager to taste you, throws her leg over your head and buries her face between your legs, grinding her pussy against your lips as she gets to work.
  457. Feeling her tongue lapping against your pussy like her life depended on it, you don't want to let her finish you without reciprocating. Equally enthusiastically you stick out your tongue and lick up her juices from her budding flower, and soon enough it feels like a contest as to which of you can get the other off first. Julia wins: even though you tried to fight it as long as you could, your body spasms against her tongue as you groan into her pussy in orgasm.
  458. <<arouse 'cuni_give' 15 `['lesbian']`>>
  459. <<set $orgasm_or = 'yes'>>
  460. <<arouse 'cuni' 15 `['lesbian']`>>
  461. This sends Julia over the edge as well. Her hips squirm against your mouth, and you feel a splash of warm liquid hit you as her pussy squirts her sweet nectar all over your face. You lick up some of it, and then give Julia another deep kiss. Quickly leaving the room to wash up, you return a minute later and cuddle for a while.
  462. <<actCLA 'Relax in Julia`s room'>>
  463. <<arousalEnd>>
  464. <<gt 'JuliaMilHome' 'julia_room'>>
  465. <</actCLA>>
  466. <</actCLA>>
  467. <</actCLA>>
  468. <<actCLA 'Ask her to please stop touching you'>>
  469. <<gs 'npc_relationship' 'modify' 'A12' 'hate'>>
  470. <<arousalEnd>>
  471. <<gt 'JuliaMilHome' 'julia_room'>>
  472. <</actCLA>>
  473. <</actCLA>>
  474. <<actCLA 'Whoa! Tell her to stop right now!'>>
  475. <<gs 'npc_relationship' 'modify' 'A12' 'loathe'>>
  476. <<gt 'JuliaMilHome' 'julia_room'>>
  477. <</actCLA>>
  478. <</if>>
  479. <</actCLA>>
  480. <</if>>
  481. <</actCLA>>
  482. <</if>>
  483. <</if>>
  484. <</if>>
  485. <</if>>
  486. <<if $location_var[$here][0] == 'julia_chat'>>
  487. <<set $menu_off = 1>>
  488. <<set $time.minutes += 2>>
  489. <<if $npcs.get('A12','sex') == 1 and getvar("$juliaQW['date']") == 0>>
  490. <<image "characters/shared/headshots_main/big12.jpg">>
  491. When you enter the room, you immediately notice she seems different, she seems excited and is smiling more than normal.
  492. <p>You look at Julia, slightly confused, "What's up, Julia?"</p>
  493. She smiles at you as she says, "Well, we've spent a lot of time together and we... you know, so I figured it would be nice to make it official."
  494. <p>Not sure what you means you ask, "Make what official?"</p>
  495. <p>Julia is silent a moment before she asks. "$pc.name_nick Will you be my girlfriend?"</p>
  496. <<actCLA 'Tell her no'>>
  497. <<image "characters/shared/headshots_main/big12.jpg">>
  498. You shake your head no. "I'm sorry if you got the wrong impression Julia. I like you I really do, but I don't want to be your girlfriend."
  499. <p>She looks heart broke like she might cry. "Is there someone else?"</p>
  500. <p>You sigh slightly. "It's not that, I just don't want to be anyones girlfriend right now. Can't we just keep doing what we are? Be friends and stuff?"</p>
  501. <p>Tears start to roll down her cheeks, then she stands up. "I get it, you want to just date anyone, well I can't do that. I thought we had something special but I guess I was wrong. Please leave now and never come back!" You know there is nothing you can say and trying to explain will only make things worse, so you get up and head for the door.</p>
  502. <p>"I'll see you later ok?" You say but she turns away from you. Once you close the door you can hear her crying. Not sure what else to do, you just leave.</p>
  503. <<gs 'npc_relationship' 'modify' 'A12' -25>>
  504. <<actCLA 'Leave'>>
  505. <<gt 'pod_ezd' 'etaj_3'>>
  506. <</actCLA>>
  507. <</actCLA>>
  508. <<actCLA 'Tell her yes'>>
  509. <<setinit $juliaQW['date'] = 1>>
  510. <<gs 'npc_relationship' 'modify' 'A12' 'adore'>>
  511. <<image "characters/shared/headshots_main/big12.jpg">>
  512. <p>She gets a huge grin on her face, she pulls you up and into a tight fierce hug. She nuzzles your neck as the two of you hug. "You just made me the happiest girl in the world. I love you $pc.name_nick."</p>
  513. <<actCLA 'Tell her you love her too'>>
  514. <<setinit $juliaQW['Julialove'] = 1>>
  515. <<gs 'npc_relationship' 'modify' 'A12' 'adore'>>
  516. <<image "characters/shared/headshots_main/big12.jpg">>
  517. You kiss her, once you break the kiss you say. "I love you too Julia."
  518. You have never seen her look so happy, she looks at you like you are the most amazing thing in the world. She kisses you for a moment before shyly breaking away and putting a little space between you, but she holds your hand as you both sit on the bed.
  519. <<actCLA 'Stop talking'>>
  520. <<gt 'JuliaMilHome' 'julia_room'>>
  521. <</actCLA>>
  522. <<actCLA 'Keep talking'>>
  523. <<gt 'JuliaMilHome' 'julia_chat'>>
  524. <</actCLA>>
  525. <</actCLA>>
  526. <<actCLA 'Say nothing, just hug her back'>>
  527. <<image "characters/shared/headshots_main/big12.jpg">>
  528. You kiss her and hug her back. You have never seen her look so happy, she looks at you like you are the most amazing thing in the world. She kisses you for a moment before shyly breaking away and putting a little space between you, but she holds your hand as you both sit on the bed.
  529. <<actCLA 'Stop talking'>>
  530. <<gt 'JuliaMilHome' 'julia_room'>>
  531. <</actCLA>>
  532. <<actCLA 'Keep talking'>>
  533. <<gt 'JuliaMilHome' 'julia_chat'>>
  534. <</actCLA>>
  535. <</actCLA>>
  536. <</actCLA>>
  537. <<else>>
  538. <<image "characters/shared/headshots_main/big12.jpg">>
  539. You sit on the bed with Julia just enjoying each others company.
  540. <<actCLA 'Stop talking'>>
  541. <<gt 'JuliaMilHome' 'julia_room'>>
  542. <</actCLA>>
  543. <<actCLA 'Make small talk'>>
  544. <<set $time.minutes += 5>>
  545. <<gs 'npc_relationship' 'modify' 'A12' 'like'>>
  546. <<image "characters/shared/headshots_main/big12.jpg">>
  547. You talk with Julia about a variety of things, mostly about your common friends, school and some recent movies you have both seen.
  548. <<actCLA 'Keep talking'>>
  549. <<gt 'JuliaMilHome' 'julia_chat'>>
  550. <</actCLA>>
  551. <<actCLA 'Stop talking'>>
  552. <<gt 'JuliaMilHome' 'julia_room'>>
  553. <</actCLA>>
  554. <</actCLA>>
  555. <<actCLA 'Ask about the future'>>
  556. <<set $time.minutes += 5>>
  557. <<gs 'npc_relationship' 'modify' 'A12' 'like'>>
  558. <<image "characters/shared/headshots_main/big12.jpg">>
  559. <p>"What do you plan to do after school?" you ask.</p>
  560. <p>She looks at you smiling; "I'm going to the to the University in Saint Petersburg."</p>
  561. <p>Before you can say something she asks you. "What about you? What are your plans for the future?"</p>
  562. <<actCLA 'I don`t know'>>
  563. <<image "characters/shared/headshots_main/big12.jpg">>
  564. "I'm not sure, I have a few options I guess." You tell her.
  565. She nods a bit. "Well you still have some time to decided what you want to do."
  566. Not sure what more to say about it, you decided to change the subject.
  567. <<actCLA 'Stop talking'>>
  568. <<gt 'JuliaMilHome' 'julia_room'>>
  569. <</actCLA>>
  570. <<actCLA 'Keep talking'>>
  571. <<gt 'JuliaMilHome' 'julia_chat'>>
  572. <</actCLA>>
  573. <</actCLA>>
  574. <<actCLA 'Go to the University'>>
  575. <<gs 'npc_relationship' 'modify' 'A12' 'like'>>
  576. <<image "characters/shared/headshots_main/big12.jpg">>
  577. You get a bit excited. "I am planning to attend the University too. Now I will for sure know someone there."
  578. She grins. "That's great maybe we can hang out there as well."
  579. <<actCLA 'Stop talking'>>
  580. <<gt 'JuliaMilHome' 'julia_room'>>
  581. <</actCLA>>
  582. <<actCLA 'Keep talking'>>
  583. <<gt 'JuliaMilHome' 'julia_chat'>>
  584. <</actCLA>>
  585. <</actCLA>>
  586. <</actCLA>>
  587. <<actCLA 'Ask what she`s been up to'>>
  588. <<set $time.minutes += 5>>
  589. <<gs 'npc_relationship' 'modify' 'A12' 'like'>>
  590. <<image "characters/shared/headshots_main/big12.jpg">>
  591. <p>You ask her, "So what have you been up to lately?"</p>
  592. She gives you a smile. "Oh you know the normal studying, playing games, think about our DnD campaign."
  593. You talk for a bit about what you have both been up too since you last talked.
  594. <<actCLA 'Stop talking'>>
  595. <<gt 'JuliaMilHome' 'julia_room'>>
  596. <</actCLA>>
  597. <<actCLA 'Keep talking'>>
  598. <<gt 'JuliaMilHome' 'julia_chat'>>
  599. <</actCLA>>
  600. <</actCLA>>
  601. <<if getvar("$juliaQW['date']") == 1>>
  602. <<actCLA 'Break up with her'>>
  603. <<setinit $juliaQW['date'] = -1>>
  604. <<gs 'npc_relationship' 'modify' 'A12' -30>>
  605. <<set $time.minutes += 15>>
  606. <<image "characters/pavlovsk/school/girl/julia/juliacry.jpg">>
  607. You quietly walk in and sit on the bed next to Julia.
  608. <p>Julia looks at you questioningly, "$pc.name_nick..."</p>
  609. You frown as you look at her. "We need to talk."
  610. <p>Julia asks. "Ok about what?"</p>
  611. You sigh, "I think we should break up."
  612. <p>Julia starts to cry, "Why $pc.name_nick? What did I do wrong?"</p>
  613. You get up to put a little space between you. "It's not you... I just don't love you anymore."
  614. <p>Julia openly starts to cry. "Is it someone else?"</p>
  615. You shake your head, "No, your a great, I just feel differently now is all." You try to comfort her and she begs and pleads you not to do this, but after some time you finally get up. "I'm sorry but this is over. I'm truly sorry." With that you turn and walk out, leaving Julia crying behind you.
  616. <<actCLA 'Leave Julia`s apartment'>>
  617. <<set $time.minutes += 5>> <<gt 'pod_ezd' 'etaj_3'>>
  618. <</actCLA>>
  619. <</actCLA>>
  620. <</if>>
  621. <</if>>
  622. <</if>>
  623. <!-- !!I commented this out for now as it needs to be more meaningful, like dating her for awhile-->
  624. <!-- !!if tiprand = 0:-->
  625. <!-- !!'Julia mentions in passing that she used to be friends with Julia Milov, but cut the ties after Julia kept borrowing money despite not being able to pay any of it back. Julia frowns, and you can tell they used to get along quite well.'-->
  626. <!-- !!if julia[$SexTalkJulia] = 4 and NatbelQW['QWstage'] > 8 and julia[$JuliaNatSexProposed] = 0:-->
  627. <!-- !!'"Well, I've had the same problem with her. But lately I've started making her repay me in other ways." You admit to Julia.'-->
  628. <!-- !!'"What? How could she repay you if she doesn''t have any money?" Julia asks you.'-->
  629. <!-- !!'"Well, she does know how to use that mouth of hers. I've been putting it to good use." You answer, blushing.'-->
  630. <!-- !!'You notice Julia''s cheeks flushing red at this comment. She's clearly getting aroused just by talking of this.'-->
  631. <!-- !!if strapon = 1:-->
  632. <!-- !!'"You know, I've bought myself a strap-on. I was planning to use it on Julia." You admit.'-->
  633. <!-- !!'"If you're up for it, you could get yourself one too and we can both have some fun with Julia." You offer.'-->
  634. <!-- !!'"That does sound, uhm ..., like it could be a lot of fun." Julia responds, unconsciously rubbing her thighs together. "Ok, I'm in."'-->
  635. <!-- !!julia[$JuliaNatSexProposed] = 1-->
  636. <!-- !!else-->
  637. <!-- !!'Maybe I can find a way to get Julia to join me and Julia some time, you think to yourself.'-->
  638. <!-- !!end-->
  639. <!-- !!end-->
  640. <!-- !!end-->
  641. <!-- !!act 'Relax in Julia''s room':gt $curloc-->
  642. <!-- !!end-->
  643. <!-- !!end-->
  644. <<if $location_var[$here][0] == 'julia_go'>>
  645. <<set $menu_off = 1>>
  646. <h2>Julia Milova, your classmate</h2>
  647. <<image "characters/shared/headshots_main/big12.jpg">>
  648. <p>As you approach Julia after school, she smiles at you and asks, "Hi $pc.name_nick! Want to go to my place? We can do our homework together, and maybe grab a bite to eat?"</p>
  649. <<actCLA 'Go with Julia'>>
  650. <<if getvar("$juliaQW['home_unlocked']") == 0>>
  651. <<setinit $juliaQW['home_unlocked'] = 1>>
  652. <</if>>
  653. <<set $time.minutes += 15>>
  654. <h2>Julia Milova, your classmate</h2>
  655. <<image "characters/shared/headshots_main/big12.jpg">>
  656. You go to Julia''s apartment together, she lives just above you. During the 15 minute walk you chat about random things that happened at school that day.
  657. <<actCLA 'Enter her apartment'>>
  658. <<gt 'JuliaMilHome' 'julia_room'>>
  659. <</actCLA>>
  660. <</actCLA>>
  661. <</if>>
  662. <<if $location_var[$here][0] == 'leave_apartment'>>
  663. <<gt 'pod_ezd' 'etaj_3'>>
  664. <</if>>