LariskaHome.tw 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741
  1. :: LariskaHome
  2. <<set $here = 'LariskaHome'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !! 2022/06/04 - Alaratt-->
  5. <<if $location_var[$here][0] == 'front_door'>>
  6. <<set $menu_off = 1>>
  7. <<set $loc_arg = 'front_door'>>
  8. <<set $loc = 'LariskaHome'>>
  9. <<set $menu_loc = 'LariskaHome'>>
  10. <<set $menu_arg = 'front_door'>>
  11. <<set $location_type = 'indoors'>>
  12. <<set $time.minutes += 1>>
  13. <<gs 'themes' 'indoors'>>
  14. <<gs 'lariska_schedule'>>
  15. <<if $pc.frost > 0>>
  16. <<set $pc.frost = 0>>
  17. <</if>>
  18. <<if getvar("$locat['Lari_athome']") == 1>>
  19. <<if $time.weekday <= 5>>
  20. <<image "characters/shared/headshots_main/big13.jpg">>
  21. You knock on Lariska''s apartment door.
  22. <p>Lariska answers the door. "Come in, $pc.name_nick."</p>
  23. <<actCLA 'Enter the apartment'>>
  24. <<gt 'LariskaHome' 'hallway'>>
  25. <</actCLA>>
  26. <<else>>
  27. <<image "characters/pavlovsk/school/girl/lariska/lariskamother.jpg">>
  28. <<if getvar("$locat['Lariska']") == 2 or getvar("$locat['Lariska']") == 8 or getvar("$locat['Lariska']") == 15 or getvar("$locat['Lariska']") == 22>>
  29. <<set $text_home = 'Lariska is in her room.'>>
  30. <<elseif getvar("$locat['Lariska']") == 3 or getvar("$locat['Lariska']") == 19 or getvar("$locat['Lariska']") == 12>>
  31. <<set $text_home = 'Lariska is in the kitchen.'>>
  32. <<elseif getvar("$locat['Lariska']") == 13>>
  33. <<set $text_home = 'Lariska is in the shower. She should be out soon.'>>
  34. <<elseif getvar("$locat['Lariska']") == 20>>
  35. <<set $text_home = 'Lariska is cleaning in the bathroom.'>>
  36. <<elseif getvar("$locat['Lariska']") == 14 or getvar("$locat['Lariska']") == 16 or getvar("$locat['Lariska']") == 18>>
  37. <<set $text_home = 'Lariska is in the living room.'>>
  38. <<else>>
  39. <<set $text_home = 'Lariska is around here somewhere.'>>
  40. <</if>>
  41. You knock on Lariska''s apartment door.
  42. <<if getvar("$LariskaQW['metAnna']") == 0>>
  43. You knock on Lariska''s apartment door and a smart looking brunette opens the door. You look helplessly into her impressive cleavage and let out an involuntary sigh.
  44. <p>"Hello, are you looking for Lariska?" the woman asks with a smile.</p>
  45. <p>"Yes, I'm $pc.name_nick." you reply tearing your eyes away from her nearly exposed breasts.</p>
  46. <p>"Ah, $pc.name_nick, Lariska has told me all about you. I'm Anna, Lariska's mother. My bunny has been so joyous lately, I am so glad she has found such a good friend! She needed someone to help get her back on her feet."</p>
  47. <p>"$text_home"</p>
  48. <<setinit $LariskaQW['metAnna'] = 1>>
  49. <<else>>
  50. <p>Lariska's mother opens the door. "Hello, $pc.name_nick. Come inside, $text_home"</p>
  51. <</if>>
  52. <<actCLA 'Enter the apartment'>>
  53. <<gt 'LariskaHome' 'hallway'>>
  54. <</actCLA>>
  55. <</if>>
  56. <<else>>
  57. <<if getvar("$locat['Lariska']") == 9>>
  58. <<set $text_home = 'Lariska is at the Community Center around this time.'>>
  59. <<elseif getvar("$locat['Lariska']") == 6>>
  60. <<set $text_home = 'Lariska is at cheerleading practice right now.'>>
  61. <<elseif getvar("$locat['Lariska']") == 7>>
  62. <<set $text_home = 'Lariska is a cheerleader, so she is at the friday game.'>>
  63. <<elseif getvar("$locat['Lariska']") == 5 or getvar("$locat['Lariska']") == 4>>
  64. <<set $text_home = 'Lariska is at school right now.'>>
  65. <<elseif getvar("$locat['Lariska']") == 21>>
  66. <<set $text_home = 'Lariska is at the volleyball game.'>>
  67. <<elseif getvar("$locat['Lariska']") == 1>>
  68. <<set $text_home = 'Lariska is asleep right now. She should be up around 9am.'>>
  69. <<elseif getvar("$locat['Lariska']") == 13>>
  70. <<set $text_home = 'Lariska is unable to answer the door right now.'>>
  71. <<elseif getvar("$locat['Lariska']") == 15>>
  72. <<set $text_home = 'Lariska is in bed about this time.'>>
  73. <<else>>
  74. <<set $text_home = 'I am not sure where Lariska is right now.'>>
  75. <</if>>
  76. <<if $time.weekday >= 6>>
  77. <<image "characters/pavlovsk/school/girl/lariska/lariskamother.jpg">>
  78. <<if getvar("$LariskaQW['metAnna']") == 0>>
  79. You knock on Lariska''s apartment door and a smart looking brunette opens the door. You look helplessly into her impressive cleavage and let out an involuntary sigh.
  80. <p>"Hello, are you looking for Lariska?" the woman asks with a smile.</p>
  81. <p>"Yes, I'm $pc.name_nick." you reply tearing your eyes away from her nearly exposed breasts.</p>
  82. <p>"Ah, $pc.name_nick, Lariska has told me all about you. I'm Anna, Lariska's mother. My bunny has been so joyous lately, I am so glad she has found such a good friend! She needed someone to help get her back on her feet."</p>
  83. <p>"$text_home"</p>
  84. <<setinit $LariskaQW['metAnna'] = 1>>
  85. <<else>>
  86. <p>Lariska's mother opens the door. "Hello, $pc.name_nick. $text_home"</p>
  87. <</if>>
  88. <<else>>
  89. <<image "characters/pavlovsk/school/girl/lariska/lariska_door.jpg">>
  90. You knock on Lariska''s door, but nobody answers.
  91. <<$text_home>>
  92. <</if>>
  93. <<actCLA 'Go back to town'>>
  94. <<gt 'pav_residential'>>
  95. <</actCLA>>
  96. <</if>>
  97. <</if>>
  98. <<if $location_var[$here][0] == 'hallway'>>
  99. <<set $loc = 'LariskaHome'>>
  100. <<set $loc_arg = 'hallway'>>
  101. <<set $menu_loc = 'LariskaHome'>>
  102. <<set $menu_arg = 'hallway'>>
  103. <<set $location_type = 'private'>>
  104. <<set $menu_off = 0>>
  105. <<set $time.minutes += 1>>
  106. <<gs 'themes' 'indoors'>>
  107. <<gs 'lariska_schedule'>>
  108. <center><b><font color="DeepSkyBlue">Hallway</font></b></center>
  109. <<image "characters/pavlovsk/school/girl/lariska/home_1.jpg">>
  110. You stand in the main hallway of the japanese styled apartment. Everything looks clean, and the air smells nice.
  111. <<if getvar("$locat['Lariska']") == 1 or getvar("$locat['Lariska']") == 2 or getvar("$locat['Lariska']") == 8 or getvar("$locat['Lariska']") == 15 or getvar("$locat['Lariska']") == 22>>
  112. <<set $text_home = 'is in her bedroom'>>
  113. <<elseif getvar("$locat['Lariska']") == 3 or getvar("$locat['Lariska']") == 19 or getvar("$locat['Lariska']") == 12 or getvar("$locat['Lariska']") == 11>>
  114. <<set $text_home = 'is in the kitchen'>>
  115. <<elseif getvar("$locat['Lariska']") == 13>>
  116. <<set $text_home = 'is in the shower'>>
  117. <<elseif getvar("$locat['Lariska']") == 8>>
  118. <<set $text_home = 'is in the bathroom, cleaning'>>
  119. <<elseif getvar("$locat['Lariska']") == 14 or getvar("$locat['Lariska']") == 16 or getvar("$locat['Lariska']") == 18>>
  120. <<set $text_home = 'should be in the living room'>>
  121. <<else>>
  122. <<set $text_home = 'is no longer home.'>>
  123. <</if>>
  124. <p>Lariska $text_home.</p>
  125. <<actCLA 'Go back to town'>>
  126. <<gt 'pav_residential'>>
  127. <</actCLA>>
  128. <<actCLA 'Living Room'>>
  129. <<gt 'LariskaHome' 'livingroom'>>
  130. <</actCLA>>
  131. <<actCLA 'Kitchen'>>
  132. <<gt 'LariskaHome' 'kitchen'>>
  133. <</actCLA>>
  134. <<actCLA 'Bathroom'>>
  135. <<gt 'LariskaHome' 'bathroom'>>
  136. <</actCLA>>
  137. <<actCLA 'Lariska`s Bedroom'>>
  138. <<gt 'LariskaHome' 'lariska_bedroom'>>
  139. <</actCLA>>
  140. <<if getvar("$LariskaQW['metAnna']") >= 1>>
  141. <<actCLA 'Anna`s Bedroom'>>
  142. <<gt 'LariskaHome' 'anna_bedroom'>>
  143. <</actCLA>>
  144. <</if>>
  145. <</if>>
  146. <<if $location_var[$here][0] == 'livingroom'>>
  147. <<set $loc_arg = 'livingroom'>>
  148. <<set $loc = 'LariskaHome'>>
  149. <<set $menu_loc = 'LariskaHome'>>
  150. <<set $menu_arg = 'livingroom'>>
  151. <<set $menu_off = 0>>
  152. <<set $location_type = 'private'>>
  153. <<set $locclass = 'livingr'>>
  154. <<set $time.minutes += 1>>
  155. <<gs 'themes' 'indoors'>>
  156. <<gs 'lariska_schedule'>>
  157. <center><b><font color="DeepSkyBlue">Living Room</font></b></center>
  158. <<image "characters/pavlovsk/school/girl/lariska/lariska_livingroom.jpg">>
  159. A spacious room with a comfy looking couch and a nice tv hanging on the wall. Various plants adorn the room.
  160. <<if getvar("$locat['Lariska']") == 14>>
  161. <<link "Lariska">><<gt 'LariskaHome' 'livingroom_tv_1'>><</link>> is curled up on the couch, watching tv.
  162. <</if>>
  163. <<if getvar("$locat['Lariska']") == 16>>
  164. <<link "Lariska">><<gt 'LariskaHome' 'livingroom_exercise_1'>><</link>> is here working out.
  165. <</if>>
  166. <<if getvar("$locat['Lariska']") == 18>>
  167. You see <<link "Lariska">><<gt 'LariskaHome' 'livingroom_clean_1'>><</link>> cleaning.
  168. <</if>>
  169. <<actCLA 'Return to the hallway'>>
  170. <<gt 'LariskaHome' 'hallway'>>
  171. <</actCLA>>
  172. <</if>>
  173. <<if $location_var[$here][0] == 'livingroom_tv_1'>>
  174. <<set $menu_off = 1>>
  175. <<image "characters/pavlovsk/school/girl/lariska/lariska_tv_1.jpg">>
  176. You decide to join Lariska on the couch, and watch some tv with her.
  177. <<set $time.minutes += 30>>
  178. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  179. <<set $pc.mood += 20>>
  180. <<actCLA 'Continue'>>
  181. <<gt 'LariskaHome' 'livingroom'>>
  182. <</actCLA>>
  183. <</if>>
  184. <<if $location_var[$here][0] == 'livingroom_exercise_1'>>
  185. <<set $menu_off = 1>>
  186. <<image "characters/pavlovsk/school/girl/lariska/lariska_exercise_1.jpg">>
  187. You find Lariska stretching in front of her tv. Since you don't feel like working out right now, you simply keep her company for awhile.
  188. <<set $time.minutes += 20>>
  189. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  190. <<set $pc.mood += 5>>
  191. <<actCLA 'Continue'>>
  192. <<gt 'LariskaHome' 'livingroom'>>
  193. <</actCLA>>
  194. <</if>>
  195. <<if $location_var[$here][0] == 'livingroom_clean_1'>>
  196. <<set $menu_off = 1>>
  197. <<image "characters/pavlovsk/school/girl/lariska/lariska_cleaning_3.jpg">>
  198. You find Lariska dusting and doing some general cleaning. Sitting nearby, you strike up a conversation.
  199. <<set $time.minutes += 15>>
  200. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  201. <<set $pc.mood += 5>>
  202. <<actCLA 'Continue'>>
  203. <<gt 'LariskaHome' 'livingroom'>>
  204. <</actCLA>>
  205. <</if>>
  206. <<if $location_var[$here][0] == 'kitchen'>>
  207. <<set $loc_arg = 'kitchen'>>
  208. <<set $loc = 'LariskaHome'>>
  209. <<set $menu_loc = 'LariskaHome'>>
  210. <<set $menu_arg = 'kitchen'>>
  211. <<set $menu_off = 0>>
  212. <<set $location_type = 'private'>>
  213. <<set $locclass = 'kitr'>>
  214. <<set $time.minutes += 1>>
  215. <<gs 'kit_din'>>
  216. <<gs 'themes' 'indoors'>>
  217. <<gs 'lariska_schedule'>>
  218. <center><b><font color="DeepSkyBlue">Kitchen</font></b></center>
  219. <<image "characters/pavlovsk/school/girl/lariska/lariska_kitchen.jpg">>
  220. The kitchen in Lariska''s apartment is impressive, there are several small machines meant for cooking laid out, though you have no idea what most of them do.
  221. <<if getvar("$lariskalove") >= 6>>
  222. <p>Like your <<=$npcs.get('A29','nickname')>> does at home, somebody living here makes large batches of food, ready to eat anytime. You know you are welcome to anything in here though, so you look around, trying to decide what sounds good.</p>
  223. <<else>>
  224. <p>Like your <<=$npcs.get('A29','nickname')>> does at home, somebody living here makes large batches of food, ready to eat anytime. You don't feel comfortable eating a full meal uninvited, but you know nobody will mind if you just have a snack.</p>
  225. <</if>>
  226. <<if getvar("$locat['Lariska']") == 3>>
  227. Have <<link "breakfast">><<gt 'LariskaHome' 'kitchen_meal_1'>><</link>> with Lariska.
  228. <</if>>
  229. <<if getvar("$locat['Lariska']") == 11>>
  230. <<if getvar("$LariskaQW['story']") == 11 and $time.weekday < 6 and $LariskaBoyDay <= $time.daystart>>
  231. <<link "Lariska">><<gt 'lariska_storyline' 'Boyfriend_2'>><</link>> is cooking dinner.
  232. <<else>>
  233. <<link "Lariska">><<gt 'LariskaHome' 'kitchen_cooking_1'>><</link>> is cooking dinner.
  234. <</if>>
  235. <</if>>
  236. <<if getvar("$locat['Lariska']") == 12>>
  237. Have <<link "dinner">><<gt 'LariskaHome' 'kitchen_meal_1'>><</link>> with Lariska.
  238. <</if>>
  239. <<if getvar("$locat['Lariska']") == 19>>
  240. <<link "Lariska">><<gt 'LariskaHome' 'kitchen_cleaning_1'>><</link>> is here cleaning.
  241. <</if>>
  242. <<actCLA 'Return to the hallway'>>
  243. <<gt 'LariskaHome' 'hallway'>>
  244. <</actCLA>>
  245. <<if getvar("$lariskalove") >= 6>>
  246. <<actCLA 'Eat a hearty meal (0:20)'>>
  247. <<gt 'beverage' 'l_meal'>>
  248. <</actCLA>>
  249. <<actCLA 'Eat a normal meal (0:15)'>>
  250. <<gt 'beverage' 'm_meal'>>
  251. <</actCLA>>
  252. <<actCLA 'Eat a light meal (0:10)'>>
  253. <<gt 'beverage' 's_meal'>>
  254. <</actCLA>>
  255. <</if>>
  256. <<edasnack>>
  257. <<sandwich>>
  258. <<driwater>>
  259. <<dritea>>
  260. <<fill_bottle>>
  261. $inventory.get("foodDiet")
  262. <<pranik>>
  263. <<fatdel>>
  264. <<lekarstvo>>
  265. $inventory.get("vitamin")
  266. <</if>>
  267. <<if $location_var[$here][0] == 'kitchen_meal_1'>>
  268. <<set $menu_off = 1>>
  269. <<image "characters/pavlovsk/school/girl/lariska/lariska_meal.jpg">>
  270. You grab a plate of food and join Lariska at the table. The two of you chat about random things as you eat. When you're done you place the dishes in the sink.
  271. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  272. <<set $pc.frost = 0>>
  273. <<set $time.minutes += 20>>
  274. <<set $pc.pcs_health += 10>>
  275. <<set $pc.fat += 8>>
  276. <<set $pc.pcs_energy += 60>>
  277. <<if $pc.pcs_hydra >= 100>>
  278. <<set $pc.pcs_hydra += 30>>
  279. <<else>>
  280. <<set $pc.pcs_hydra += 60>>
  281. <</if>>
  282. <<set $cumspclnt = 2>>
  283. <<gs 'cum_cleanup'>>
  284. <<set $pc.pcs_breath = 0>>
  285. <<set $pc.mood += 25>>
  286. <<actCLA 'Finish eating'>>
  287. <<gt 'LariskaHome' 'kitchen'>>
  288. <</actCLA>>
  289. <</if>>
  290. <<if $location_var[$here][0] == 'kitchen_cooking_1'>>
  291. <<set $menu_off = 1>>
  292. <<image "characters/pavlovsk/school/girl/lariska/lariska_cooking_1.jpg">>
  293. You find Lariska in the kitchen, cooking dinner. Leaning up against the counter, you start chatting with her about random things, just passing the time.
  294. <<set $time.minutes += 10>>
  295. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  296. <<set $pc.mood += 5>>
  297. <<actCLA 'Finish the conversation'>>
  298. <<gt 'LariskaHome' 'kitchen'>>
  299. <</actCLA>>
  300. <</if>>
  301. <<if $location_var[$here][0] == 'kitchen_cleaning_1'>>
  302. <<set $menu_off = 1>>
  303. <<image "characters/pavlovsk/school/girl/lariska/lariska_cleaning_2.jpg">>
  304. You find Lariska in the kitchen, cleaning. You keep her company while she wipes down counters and mops the floor.
  305. <<set $time.minutes += 15>>
  306. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  307. <<set $pc.mood += 5>>
  308. <<actCLA 'Continue'>>
  309. <<gt 'LariskaHome' 'kitchen'>>
  310. <</actCLA>>
  311. <</if>>
  312. <<if $location_var[$here][0] == 'bathroom'>>
  313. <<set $loc_arg = 'bathroom'>>
  314. <<set $loc = 'LariskaHome'>>
  315. <<set $locM = 'LariskaHome'>>
  316. <<set $locM_arg = 'bathroom'>>
  317. <<set $menu_loc = 'LariskaHome'>>
  318. <<set $menu_arg = 'bathroom'>>
  319. <<set $menu_off = 0>>
  320. <<set $location_type = 'bathroom'>>
  321. <<set $bathtype = 'bathtub shower'>>
  322. <<set $time.minutes += 1>>
  323. <<gs 'themes' 'indoors'>>
  324. <<gs 'lariska_schedule'>>
  325. <center><b><font color="DeepSkyBlue">Bathroom</font></b></center>
  326. <<image "characters/pavlovsk/school/girl/lariska/lariska_bathroom.jpg">>
  327. The room is clean, and even smells like sage.
  328. 'There is a shower, toilet, sink, <<link 'brush'>><<gt 'mirror' 'start'">mirror</a> where you can ' + iif(pcs_hairbsh < 1 '<a href="exec:gt 'mirror' 'brush'>><</link>>','brush') + ' your hair, and even a separate bath tub.'
  329. <<if getvar("$locat['Lariska']") == 13>>
  330. Since <<link "Lariska">><<gt 'LariskaHome' 'bathroom_join_1'>><</link>> didn''t lock the door, you are able to enter unnoticed. Maybe you can join her...
  331. <</if>>
  332. <<if getvar("$locat['Lariska']") == 20>>
  333. <<link "Lariska">><<gt 'LariskaHome' 'bathroom_cleaning_1'>><</link>> is here, cleaning the bathroom.
  334. <</if>>
  335. <<actCLA 'Return to the hallway'>>
  336. <<gt 'LariskaHome' 'hallway'>>
  337. <</actCLA>>
  338. <<if getvar("$locat['Lariska']") != 13>>
  339. <<gs 'din_van' 'private'>>
  340. <<gs 'din_van' 'prvt_pee'>>
  341. <</if>>
  342. <</if>>
  343. <<if $location_var[$here][0] == 'bathroom_cleaning_1'>>
  344. <<image "characters/pavlovsk/school/girl/lariska/lariska_cleaning_1.jpg">>
  345. Leaning up against wall, you have short conversation with Lariska while she cleans.
  346. <<set $time.minutes += 15>>
  347. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  348. <<set $pc.mood += 5>>
  349. <<actCLA 'Continue'>>
  350. <<gt 'LariskaHome' 'bathroom'>>
  351. <</actCLA>>
  352. <</if>>
  353. <<if $location_var[$here][0] == 'bathroom_join_1'>>
  354. <<set $menu_off = 1>>
  355. <<image "locations/pavlovsk/school/gym/shower/watchlar.jpg">>
  356. <<if getvar("$lariskalove") >= 6>>
  357. You take a minute to watch Lariska. She still hasn''t seen you yet, so you could leave without her knowing you were even there.
  358. Where would the fun be in that though.
  359. <<arouse 'voyeur' 3 `['lesbian']`>>
  360. <<actCLA 'Tear yourself away and leave the room'>>
  361. <<arousalEnd>>
  362. <<gt 'LariskaHome' 'hallway'>>
  363. <</actCLA>>
  364. <<actCLA 'Join her'>>
  365. <<gt 'LariskaHome' 'bathroom_join_2'>>
  366. <</actCLA>>
  367. <<else>>
  368. You take a minute to watch Lariska, but know you need to break down a few more barriers between you two before you attempt to join her.
  369. <<arouse 'voyeur' 3 `['lesbian']`>>
  370. <<actCLA 'Tear yourself away and leave the room'>>
  371. <<arousalEnd>>
  372. <<gt 'LariskaHome' 'hallway'>>
  373. <</actCLA>>
  374. <</if>>
  375. <</if>>
  376. <<if $location_var[$here][0] == 'bathroom_join_2'>>
  377. <<set $menu_off = 1>>
  378. <<image "characters/pavlovsk/school/girl/lariska/lariska_shower_2.jpg">>
  379. You quickly strip your clothing off, and gently tap on the shower door. Startled, she turns to see you standing there, before smiling shyly and opening the door for you.
  380. <<actCLA 'Finish the shower'>>
  381. <<set $noShampoo = 1>>
  382. <<showerdin>>
  383. <<set $time.minutes += 15>>
  384. <<set $pc.horny += 10>>
  385. <<set $pc.pcs_hairbsh = 1>>
  386. <<set $pc.pcs_makeup = 1>>
  387. <<if $pc.deodorant_on == 1>>
  388. <<gs 'sweat' 'remove_deo'>>
  389. <</if>>
  390. <<arouse 'erotic_nudity' -8 `['lesbian']`>>
  391. <<arousalEnd>>
  392. <<gt 'LariskaHome' 'bathroom'>>
  393. <</actCLA>>
  394. <<if getvar("$lariskalove") >= 9>>
  395. <<actCLA 'Offer to wash her back'>>
  396. <<arouse 'massage_give' -8 `['lesbian']`>>
  397. <<gt 'LariskaHome' 'bathroom_join_3'>>
  398. <</actCLA>>
  399. <</if>>
  400. <</if>>
  401. <<if $location_var[$here][0] == 'bathroom_join_3'>>
  402. <<set $menu_off = 1>>
  403. <<image "characters/pavlovsk/school/girl/lariska/lariska_shower_3.jpg">>
  404. Doesn''t take long before long before washing her back leads to kissing her neck. She turns and wraps her arms around you, and kisses your lips. You tease each other for awhile, taking your time.
  405. Pulling back she smiles sweetly at you and goes to her knees in front of you. She starts by kissing your feet softly, keeping her eyes locked on yours as she slowly works her way up your legs.
  406. <<set $time.minutes += 10>>
  407. <<set $pc.horny += 10>>
  408. <<arouse 'kiss' -8 `['lesbian']`>>
  409. <<actCLA 'Spread your legs'>>
  410. <<image "characters/pavlovsk/school/girl/lariska/lariska_shower_4.jpg">>
  411. She kisses and licks her way up your thighs until she reaches your honeypot. Still going slowly, she licks your outer lips for a bit, before spreading them with her fingers and starts licking your inner lips.
  412. Throwing your head back, you thrust your hips against her face, as she works her way in until she is fucking you with her tongue. Waves of pleasure are flowing through you, an orgasm is not far away.
  413. <<set $time.minutes += 10>>
  414. <<set $pc.horny += 10>>
  415. <<set $orgasm_or = 'yes'>>
  416. <<arouse 'cuni' -8 `['lesbian']`>>
  417. <<arousalEnd>>
  418. <p>As your body comes down from its high, she stands back up and kisses you some more. You taste yourself on her lips, you taste great! Eventually you break away to continue the shower.</p>
  419. <<actCLA 'Finish your shower'>>
  420. <<set $noShampoo = 1>>
  421. <<showerdin>>
  422. <<set $time.minutes += 5>>
  423. <<set $pc.horny += 10>>
  424. <<set $pc.pcs_hairbsh = 1>>
  425. <<set $pc.pcs_makeup = 1>>
  426. <<if $pc.deodorant_on == 1>>
  427. <<gs 'sweat' 'remove_deo'>>
  428. <</if>>
  429. <<gt 'LariskaHome' 'bathroom'>>
  430. <</actCLA>>
  431. <</actCLA>>
  432. <</if>>
  433. <<if $location_var[$here][0] == 'anna_bedroom'>>
  434. <<set $loc = 'LariskaHome'>>
  435. <<set $loc_arg = 'anna_bedroom'>>
  436. <<set $location_type = 'private'>>
  437. <<set $locclass = 'bedr'>>
  438. <<set $menu_loc = 'LariskaHome'>>
  439. <<set $menu_arg = 'anna_bedroom'>>
  440. <<set $menu_off = 0>>
  441. <<set $time.minutes += 1>>
  442. <<gs 'themes' 'indoors'>>
  443. <<gs 'lariska_schedule'>>
  444. <center><b><font color="DeepSkyBlue">Anna''s Bedroom</font></b></center>
  445. <<image "characters/pavlovsk/school/girl/lariska/lariska_mom_bedroom.jpg">>
  446. The japanese styled bedroom is clean and orderly. You see an extra door off to one side.
  447. There is not much for you to do here at this time.
  448. <<actCLA 'Return to the hallway'>>
  449. <<gt 'LariskaHome' 'hallway'>>
  450. <</actCLA>>
  451. <<actCLA 'Go into the side room'>>
  452. This door seems to big to be a closet, but it is locked right now.
  453. <<actCLA 'Continue'>>
  454. <<gt 'LariskaHome' 'anna_bedroom'>>
  455. <</actCLA>>
  456. <</actCLA>>
  457. <</if>>
  458. <<if $location_var[$here][0] == 'bdsm_room'>>
  459. <<set $loc = 'LariskaHome'>>
  460. <<set $loc_arg = 'bdsm_room'>>
  461. <<set $location_type = 'private'>>
  462. <<set $menu_loc = 'LariskaHome'>>
  463. <<set $menu_arg = 'bdsm_room'>>
  464. <<set $menu_off = 0>>
  465. <<set $time.minutes += 1>>
  466. <<gs 'themes' 'indoors'>>
  467. <<gs 'lariska_schedule'>>
  468. <center><b><font color="DeepSkyBlue">BDSM Room</font></b></center>
  469. <<image "characters/pavlovsk/school/girl/lariska/home_2.jpg">>
  470. This room is full of all kinds of scary looking equipment.
  471. Until you get to know Anna better, you shouldn''t mess with anything here.
  472. <<actCLA 'Leave the room'>>
  473. <<gt 'LariskaHome' 'anna_bedroom'>>
  474. <</actCLA>>
  475. <</if>>
  476. <<if $location_var[$here][0] == 'lariska_bedroom'>>
  477. <<set $loc = 'LariskaHome'>>
  478. <<set $loc_arg = 'lariska_bedroom'>>
  479. <<set $location_type = 'private'>>
  480. <<set $locclass = 'bedr'>>
  481. <<set $menu_loc = 'LariskaHome'>>
  482. <<set $menu_arg = 'lariska_bedroom'>>
  483. <<set $menu_off = 0>>
  484. <<set $time.minutes += 1>>
  485. <<gs 'themes' 'indoors'>>
  486. <<gs 'lariska_schedule'>>
  487. <center><b><font color="DeepSkyBlue">Lariska''s Bedroom</font></b></center>
  488. <<image "characters/pavlovsk/school/girl/lariska/lariska_bedroom.jpg">>
  489. The bedroom has hints of japanese style, although not as overwhelming as the rest of the apartment. Against the wall is a <<link "wardrobe">><<gt 'wardrobe' 'start'>><</link>> where you can choose outfits and organise your clothing.
  490. <<if getvar("$lariskalove") >= 12>>
  491. Her <<link "bed">><<gt 'bed2'>><</link>> sits directly on the floor, without space underneath.
  492. <<else>>
  493. Her bed sits directly on the floor, without space underneath.
  494. <</if>>
  495. '<table><tr><td valign="top">Your <<link 'ON'>><<gt 'budilnik' 'start'">phone alarm</a> is set to <b>'+iif(timer < 10 '0<<timer>>' '<<timer>>')+':'+iif(timerM < 10 '0<<timerM>>' '<<timerM>>')+'</b> during the week and <b>'+iif(timerEnd < 10 '0<<timerEnd>>' '<<timerEnd>>')+':'+iif(timerEndM < 10 '0<<timerEndM>>' '<<timerEndM>>')+'</b> during the weekend. It is currently turned '+iif(budilnikOn = 0 '<<link "OFF">><<set $budilnikOn = 1>> <<gt $loc>><</link>>.' '<a href="exec: budilnikOn = 0 & gt $loc>><</link>>.')
  496. <<if getvar("$locat['Lariska']") == 1>>
  497. <<link "Lariska">><<gt 'LariskaHome' 'lariska_asleep_1'>><</link>> is sound asleep, curled up and wrapped in blankets.
  498. <</if>>
  499. <<if getvar("$locat['Lariska']") == 2>>
  500. <<link "Lariska">><<gt 'LariskaHome' 'lariska_dressing_1'>><</link>> is getting dressed right now.
  501. <</if>>
  502. <<if getvar("$locat['Lariska']") == 8>>
  503. Lariska is doing on her school work.
  504. <</if>>
  505. <<if getvar("$locat['Lariska']") == 15>>
  506. <<link "Lariska">><<gt 'LariskaHome' 'lariska_reading_1'>><</link>> is reading in bed.
  507. <</if>>
  508. <<if getvar("$locat['Lariska']") == 17>>
  509. <<link "Lariska">><<gt 'LariskaHome' 'lariska_cleaning_1'>><</link>> is here cleaning.
  510. <</if>>
  511. <<if getvar("$locat['Lariska']") == 22>>
  512. Lariska is here, doing various things.
  513. <</if>>
  514. <<if getvar("$locat['Lariska']") == 9>>
  515. <<gt 'LariskaHome' 'community_center_invite'>>
  516. <</if>>
  517. <<actCLA 'Return to the hallway'>>
  518. <<gt 'LariskaHome' 'hallway'>>
  519. <</actCLA>>
  520. <<if getvar("$locat['Lariska']") == 2 or getvar("$locat['Lariska']") == 8 or getvar("$locat['Lariska']") == 22 or getvar("$locat['Lariska']") == 15 or getvar("$locat['Lariska']") == 17>>
  521. <<actCLA 'Chat with Lariska'>>
  522. <<gt 'LariskaHome' 'chat'>>
  523. <</actCLA>>
  524. <</if>>
  525. <<if getvar("$q.school.homeworkLeft") > 0>>
  526. <<actCLA 'Do homework'>>
  527. <<gt 'LariskaHome' 'homework'>>
  528. <</actCLA>>
  529. <</if>>
  530. <<if getvar("$lariskaTrain") > 5 and getvar("$LariskaQW['volleyball']") == 0 and (getvar("$locat['Lariska']") == 8 or (getvar("$locat['Lariska']") == 22 and $time.hour < 16 and $time.weekday <= 5))>>
  531. <<actCLA 'Talk to Lariska about becoming a pro volleyball player'>>
  532. <<set $time.minutes += 5>>
  533. <<image "characters/shared/headshots_main/big13.jpg">>
  534. You decided to talk to Lariska about joining the professional volleyball team.
  535. <p>"Lariska, you are an excellent volleyball player. Coach Mikheil Nikolayevich has a professional team, why don't you ask to join it?" you ask your friend.</p>
  536. "Well, I guess I'm afraid he'll tell me I'm not good enough. I've seen him tell other good players they aren''t good enough to play for him."
  537. <<if $pc.skillLevel("volleyball") < 60 and getvar("$volleysostav") < 2>>
  538. <<actCLA 'Drop the subject'>>
  539. <<gt 'LariskaHome' 'lariska_bedroom'>>
  540. <</actCLA>>
  541. <<actCLA 'Tell her you`ll go with her for support.'>>
  542. <<set $lariskaTrenerTalk = 1>> <<set $time.minutes += 15>> <<gt 'Voltrener' 'start'>>
  543. <</actCLA>>
  544. <<elseif $pc.skillLevel("volleyball") >= 60 and getvar("$volleysostav") == 1>>
  545. <<actCLA 'Drop the subject'>>
  546. <<gt 'LariskaHome' 'lariska_bedroom'>>
  547. <</actCLA>>
  548. <<actCLA 'Tell her you`ll go with her for support.'>>
  549. <<set $lariskaTrenerTalk = 2>> <<set $time.minutes += 15>> <<gt 'Voltrener' 'start'>>
  550. <</actCLA>>
  551. <<elseif $pc.skillLevel("volleyball") >= 60 and getvar("$volleysostav") == 0>>
  552. <<actCLA 'Drop the subject'>>
  553. <<gt 'LariskaHome' 'lariska_bedroom'>>
  554. <</actCLA>>
  555. <<actCLA 'Tell her that you should both try to get on the team.'>>
  556. <<set $lariskaTrenerTalk = 3>> <<set $time.minutes += 15>> <<gt 'Voltrener' 'start'>>
  557. <</actCLA>>
  558. <<elseif getvar("$volleysostav") >= 2>>
  559. <<actCLA 'Drop the subject'>>
  560. <<gt 'LariskaHome' 'lariska_bedroom'>>
  561. <</actCLA>>
  562. <<actCLA 'Tell her you'll go with her and since you're already on the team, you can help convince the coach.'>>
  563. <<set $lariskaTrenerTalk = 4>> <<set $time.minutes += 15>> <<gt 'Voltrener' 'start'>>
  564. <</actCLA>>
  565. <<else>>
  566. <<actCLA 'Drop the subject'>>
  567. <<gt 'LariskaHome' 'lariska_bedroom'>>
  568. <</actCLA>>
  569. <<actCLA 'Tell her you`ll go with her for support.'>>
  570. <<set $lariskaTrenerTalk = 1>> <<set $time.minutes += 15>> <<gt 'Voltrener' 'start'>>
  571. <</actCLA>>
  572. <</if>>
  573. <</actCLA>>
  574. <</if>>
  575. <<if $lariskaroomfun != $time.daystart and getvar("$LariskaQW['story']") >= 8 and $npcs.get('A13','rel') >= 80 and (getvar("$locat['Lariska']") == 2 or getvar("$locat['Lariska']") == 8 or getvar("$locat['Lariska']") == 22 or getvar("$locat['Lariska']") == 15 or getvar("$locat['Lariska']") == 17)>>
  576. <<actCLA 'Flirt with her'>>
  577. <<set $menu_off = 1>>
  578. <<if getvar("$LariskaQW['story']") == 8>>
  579. <<setinit $LariskaQW['story'] = 9>>
  580. <</if>>
  581. <<set $lariskaroomfun = $time.daystart>>
  582. <<set $pc.horny += 5>>
  583. <<video "characters/pavlovsk/school/girl/lariska/sex/home/kiss_1.mp4">>
  584. You slide closer to her so your legs are touching and gently place your left hand on her shoulder.
  585. <<if getvar("$lariskalove") == 0>>
  586. <<if $q.christina?.get('fight') == 1 or $q.christina?.get('blackmail') == 2>>
  587. Startled, her body stiffens up and she refuses to look anywhere but straight down. After what you did to <<npc 'A18'>><</npc>>, she knows she is no match for you and is probably terrified of having traded one Mistress for another. You take your time, slowly running your hand across her back until she calms down a bit and suprisingly leans against you, still looking down. You reach across with your right hand and place it on top of hers and start softly running your fingers across it. You do this for a few minutes before she finally looks up and leans her face in, a happy look in her eye. Tilting your head to one side a bit, you close the distance left between your lips until they touch. She shivers a bit in pleasure, obviously not used to such a gentle touch, before pulling away, her face bright red.
  588. <<else>>
  589. Startled, her body stiffens up and she refuses to look anywhere but straight down. You take your time, slowly running your hand across her back until she calms down a bit and suprisingly leans against you, still looking down. You reach across with your right hand and place it on top of hers and start softly running your fingers across it. You do this for a few minutes before she finally looks up and leans her face in, a happy look in her eye. Tilting your head to one side a bit, you close the distance left between your lips until they touch. She shivers a bit in pleasure, obviously not used to such a gentle touch, before pulling away, her face bright red.
  590. <</if>>
  591. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  592. <<set $lariskalove = 1>>
  593. <<arouse 'kiss' 3 `['lesbian']`>>
  594. <<elseif getvar("$lariskalove") <= 5>>
  595. She reacts better this time, cuddling up against you with a shy smile on her face. You let your left hand trail its way down her back until you reach her hips, then slide it around her waist. The two of you sit like that for a few minutes, enjoying each other company and the closeness it's bringing. Eventually she sits up a bit, cheeks blushed, and puts her face next to yours, obviously hoping for another kiss. You lean the rest of the way in until your lips touch hers. The kiss lasts longer than the first time, by the time she pulls back you are both a little breathless. Suddenly she seems to realize what the two of you were just doing and gets nervous, standing up she starts moving around the room trying to come to terms with the feelings racing through her. Wisely, you decide to give her space for now.
  596. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  597. <<set $lariskalove += 1>>
  598. <<arouse 'kiss' 5 `['lesbian']`>>
  599. <<else>>
  600. No longer shy around you, she wraps her hands around your waist and starts kissing you. You move your left hand down to the top of her butt while putting your right on her stomach and start rubbing in circular motions. You slowly start leaning back, pulling her with you until you are both laying on your sides, and her tongue slips between your lips and starts playing with yours. You feel her left hand slide down from your waist and starts rubbing your butt before working its way down from there to your thigh. Hooking her hand around it, she pulls your leg up and over her own before going back to massaging your butt again. Eventually she pulls back from your tongue fight, face flushed a deep red and panting from lack of breath. She gives you a long, hungry look, telling you without words she wants, no, NEEDS, to keep going.
  601. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  602. <<set $lariskalove += 1>>
  603. <<if getvar("$LariskaQW['story']") == 9>>
  604. <<setinit $LariskaQW['story'] = 10>>
  605. <</if>>
  606. <<arouse 'kiss' 5 `['foreplay','lesbian']`>>
  607. <</if>>
  608. <<if getvar("$lariskalove") >= 6>>
  609. <<actCLA 'Go further'>>
  610. <<gt 'LariskaSex' 'undressed1'>>
  611. <</actCLA>>
  612. <</if>>
  613. <<actCLA 'Stop for now'>>
  614. <<arousalEnd>>
  615. <<gt 'LariskaHome' 'lariska_bedroom'>>
  616. <</actCLA>>
  617. <</actCLA>>
  618. <</if>>
  619. <</if>>
  620. <<if $location_var[$here][0] == 'lariska_asleep_1'>>
  621. <<set $menu_off = 1>>
  622. <<image "characters/pavlovsk/school/girl/lariska/lariska_sleeping_1.jpg">>
  623. She is fast asleep in her bed, uncovered and nude. You cannot stop yourself from staring at her for a few minutes, before ripping your eyes away and deciding what you should do next.
  624. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  625. <<set $time.minutes += 10>>
  626. <<actCLA 'Move away from the bed'>>
  627. <<gt 'LariskaHome' 'lariska_bedroom'>>
  628. <</actCLA>>
  629. <</if>>
  630. <<if $location_var[$here][0] == 'lariska_dressing_1'>>
  631. <<set $menu_off = 1>>
  632. <<image "characters/pavlovsk/school/girl/lariska/lariska_dressing_1.jpg">>
  633. She blushes a bit when she realizes you are looking at her, but does not stop. You just sit and watch, while chatting with her.
  634. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  635. <<set $time.minutes += 10>>
  636. <<actCLA 'Finish this conversation'>>
  637. <<gt 'LariskaHome' 'lariska_bedroom'>>
  638. <</actCLA>>
  639. <</if>>
  640. <<if $location_var[$here][0] == 'lariska_cleaning_1'>>
  641. <<set $menu_off = 1>>
  642. <<image "characters/pavlovsk/school/girl/lariska/lariska_cleaning_1.jpg">>
  643. Sitting on the bed, you have short conversation with Lariska while she cleans.
  644. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  645. <<set $time.minutes += 15>>
  646. <<actCLA 'Finish this conversation'>>
  647. <<gt 'LariskaHome' 'lariska_bedroom'>>
  648. <</actCLA>>
  649. <</if>>
  650. <<if $location_var[$here][0] == 'lariska_reading_1'>>
  651. <<set $menu_off = 1>>
  652. <<image "characters/pavlovsk/school/girl/lariska/lariska_reading_1.jpg">>
  653. You lay next to her, your bodies pressed together, and chat aimlessly with her while she keeps reading.
  654. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  655. <<set $time.minutes += 20>>
  656. <<actCLA 'Finish this conversation'>>
  657. <<gt 'LariskaHome' 'lariska_bedroom'>>
  658. <</actCLA>>
  659. <</if>>
  660. <<if $location_var[$here][0] == 'homework'>>
  661. <<set $menu_off = 1>>
  662. <<image "characters/shared/headshots_main/big13.jpg">>
  663. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  664. <<if getvar("$LariskaQW['story']") == 6>>
  665. <<setinit $LariskaQW['story'] = 7>>
  666. <</if>>
  667. <<run $q.school.func('homework','yes',1,1,'A13')>>
  668. <<set $lern += 1>>
  669. <<set $time.minutes += 30>>
  670. <<if getvar("$class['school_grade_average']") >= 80>>
  671. You did your homework with Lariska and figured out the hard parts together.
  672. <<else>>
  673. You did your homework together and Lariska explained the hard parts to you.
  674. <</if>>
  675. <<actCLA 'Finish up'>>
  676. <<gt 'LariskaHome' 'lariska_bedroom'>>
  677. <</actCLA>>
  678. <</if>>
  679. <<if $location_var[$here][0] == 'chat'>>
  680. <<set $menu_off = 1>>
  681. <<image "characters/shared/headshots_main/big13.jpg">>
  682. <<gs 'npc_relationship' 'modify' 'A13' 'like'>>
  683. <<set $time.minutes += 10>>
  684. <<if getvar("$LariskaQW['story']") == 7>>
  685. <<gt 'lariska_storyline' 'GettingToKnow'>>
  686. <<elseif getvar("$LariskaQW['story']") == 10>>
  687. <<gt 'lariska_storyline' 'Boyfriend_1'>>
  688. <<elseif getvar("$LariskaQW['story']") == 13 and $LariskaBoyDay <= $time.daystart>>
  689. <<gt 'lariska_storyline' 'Boyfriend_4'>>
  690. <<elseif getvar("$LariskaQW['story']") == 15>>
  691. <<gt 'lariska_storyline' 'Boyfriend_6'>>
  692. <<elseif getvar("$LariskaQW['story']") == 16 and $LariskaBoyDay <= $time.daystart>>
  693. <<gt 'lariska_storyline' 'Boyfriend_7'>>
  694. <<elseif getvar("$LariskaQW['story']") == 17 and $LariskaBoyDay <= $time.daystart>>
  695. <<gt 'lariska_storyline' 'Boyfriend_8'>>
  696. <<elseif getvar("$LariskaQW['story']") == 18 and $LariskaBoyDay <= $time.daystart>>
  697. <<gt 'lariska_storyline' 'Boyfriend_9'>>
  698. <<else>>
  699. You spend some time chatting with Lariska about whatever comes to mind.
  700. <<actCLA 'Finish this conversation'>>
  701. <<gt 'LariskaHome' 'lariska_bedroom'>>
  702. <</actCLA>>
  703. <</if>>
  704. <</if>>
  705. <<if $location_var[$here][0] == 'community_center_invite'>>
  706. <<image "characters/shared/headshots_main/big13.jpg">>
  707. Lariska looks at her watch and says, "It's time to go to the sports club."
  708. <<actCLA 'Say goodbye and leave'>>
  709. <<gt 'pav_residential'>>
  710. <</actCLA>>
  711. <<actCLA 'Go with Lariska'>>
  712. <<if getvar("$lariskaTrain") < 6 and getvar("$LariskaQW['volleyball']") == 0>>
  713. <<setn $lariskaTrain += 1>>
  714. <</if>>
  715. <<set $time.minutes += 10>>
  716. <<gt 'gdksport' 'start'>>
  717. <</actCLA>>
  718. <</if>>