3
0

history.tw 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. :: school_lesson_history
  2. <<switch $location_var[$here][0]>>
  3. <<case 'getData'>>
  4. <<set $result = {
  5. label:'History',
  6. varname:'his',
  7. teacherId:'A135',
  8. flags: {
  9. start: 'own',
  10. skills:{
  11. intelligence: 0.5
  12. }
  13. }
  14. }>>
  15. <<case 'start'>>
  16. <<image "locations/pavlovsk/school/classroom/history/classroom.jpg">>
  17. <p>
  18. You walk into the classroom and see <<npc _schoolClassEvent.teacherId>><</npc>> sitting by her desk.
  19. The rest of your classmates walk in one by one under her watchful eye.
  20. Some of the students get a friendly smile while others get a stern look.
  21. </p>
  22. <p>
  23. Without wasting time, she sternly tells the class to open their textbooks.
  24. "I hope you all have done your homework."
  25. <<npc _schoolClassEvent.teacherId>><</npc>> is a no nonsense teacher.
  26. She expects discipline and hard work and the ones able to abide by her rules are treated very kindly.
  27. </p>
  28. <</switch>>
  29. <!--<<if $location_var[$here][0] == 'history'>>
  30. <<set $menu_off = 1>>
  31. <<actCLA 'Listen attentively to Mrs. Sokoloff' undefined `{willpower:['choreSchool']}`>>
  32. <<run $quest('school').func('groupRelInc','gopniks',-1)>>
  33. <<run $quest('school').func('groupRelInc','nerds',1)>>
  34. <<run $pc.skillExperienceGain('intelligence',rand(0,1))>>
  35. <<run $quest('school').func('class_activity_attributes','his' $pc.skillLevel("intelligence"))>>
  36. <<run $pc.traitInc('nerd_lessons',1)>>
  37. <<if $pc.trait('nerd_status') < 3>>
  38. <<gs 'willpower' 'pay' 'self'>>
  39. <</if>>
  40. <<image "locations/pavlovsk/school/classroom/attention.jpg">>
  41. You listen attentively to Mrs. Sokoloff for the duration of the class. Today''s lesson was interesting and informative, and you feel you learned from taking part in class.
  42. <<actCLA 'Ask a question about the lesson'>>
  43. <<run $pc.skillExperienceGain('intelligence',rand(1,2))>>
  44. <<run $quest('school').func('class_activity_attributes','his' $pc.skillLevel("intelligence"))>>
  45. <<image "locations/pavlovsk/school/classroom/participation/ask.jpg">>
  46. Mrs. Sokoloff nods approvingly, always happy to see her students engaged in her class. She happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lessons now.
  47. <<actCLA 'Wait for the end of the lesson'>>
  48. <<gs 'gschool_lessonsev2' 'history'>>
  49. <</actCLA>>
  50. <</actCLA>>
  51. <<actCLA 'Wait for the end of the lesson'>>
  52. <<gs 'gschool_lessonsev2' 'history'>>
  53. <</actCLA>>
  54. <</actCLA>>
  55. <<actCLA 'Don`t pay attention in class'>>
  56. <<image "locations/pavlovsk/school/classroom/bored.jpg">>
  57. Mrs. Sokoloff''s lecture has fallen into a droning rhythm that has brought you, and most of your classmates, into something of a trance as you slowly approach the end of the class. That comes to an abrupt halt when a bang from the front desk nearly startles you out of your chair.
  58. Without any hesitation, Mrs. Sokoloff starts shouting at Radomir, who''s fast asleep. Her eyes sharpen as she approaches his desk. She slams her hand on his desk while Radomir struggles to act nonchalant as he works to quickly return to his senses.
  59. Mrs. Sokoloff scowls at him, and is about to offer a few stern words when the bell rings. He'll likely get a talking to, but as class is over, you won''t get to listen in. One of the girls whipsers that Radomir is in deep trouble now.
  60. <<actCLA 'Wait for the end of the lesson'>>
  61. <<gs 'gschool_lessonsev2' 'history'>>
  62. <</actCLA>>
  63. <<actCLA 'Take selfie'>>
  64. <<gs 'phone_selfies' 'Phone_selfie_totals'>>
  65. <<image "locations/pavlovsk/school/classroom/takeselfie.jpg">>
  66. <p>While looking at your phone, you decide now would be a good time to take a selfie, but what kind of selfie should you take?</p>
  67. <<actCLA 'Regular selfie'>>
  68. <<if getvar("$Enable_Android") == 1>>
  69. <<set temp_selfietot = $selfieClotot[arrpos(''$selfieLoc'', ''school_classroom'',1)]>>
  70. <<else>>
  71. <<set temp_selfietot = $selfieClotot[arrpos(1, ''$selfieLoc'', ''school_classroom'')]>>
  72. <</if>>
  73. <<set $i = rand(1,temp_selfietot)>>
  74. <<setinit $school_classroom_closelfie['+i+'] = 1>>
  75. <<image `'pc/activities/phone/selfies/school_classroom/clothed/'+$i+'.jpg'`>>
  76. Just a cute selfie. Nothing too daring, yet it gives you something to do. You take several selfies of yourself until you find one you like. You keep it and delete the rest of them, you manage to take them with out Mr. Yenotin even noticing.
  77. <<actCLA 'Wait for the end of the lesson'>>
  78. <<gs 'gschool_lessonsev2' 'history'>>
  79. <</actCLA>>
  80. <</actCLA>>
  81. <<actCLA 'Take bare breasts selfie' undefined `{willpower:['exhib','self','medium']}`>>
  82. <<gs 'willpower' 'exhib' 'self' 'medium'>>
  83. <<gs 'willpower' 'pay' 'self'>>
  84. <<arouse 'flash' -5 `['exhibitionism']`>>
  85. <<fame 'pav' 'sex' 3>>
  86. <<if getvar("$Enable_Android") == 1>>
  87. <<set temp_selfietot = $selfieTitflash[arrpos(''$selfieLoc'', ''school_classroom'',1)]>>
  88. <<else>>
  89. <<set temp_selfietot = $selfieTitflash[arrpos(1, ''$selfieLoc'', ''school_classroom'')]>>
  90. <</if>>
  91. <<set $i = rand(1,temp_selfietot)>>
  92. <<setinit $school_classroom_titflash['+i+'] = 1>>
  93. <<image `'pc/activities/selfies/phone/school_classroom/titflash/'+$i+'.jpg'`>>
  94. <!-- FAILED TO CONVERT
  95. 'Feeling particularily brash, you decide taking a selfie of your bare breasts in the middle of class is a great idea. Maybe you will share it, maybe not but either way it should be fun and might be useful for teasing someone later. You glance around and when everyone is busy, you pull open your shirt and expose your tits. You take a couple of quick selfies of your exposed breasts until you get one you really like.'+iif(pcs_cupsize >= 30, ' Your fight with your blouse to cover yourself back up. Once it is finally back in place you take a look around and see a few grinning faces among your classmates. ', '')+'You save that one to your phone and delete the rest.'
  96. -----
  97. <<set 'Feeling particularily brash, you decide taking a selfie of your bare breasts in the middle of class is a great idea. Maybe you will share it, maybe not but either way it should be fun and might be useful for teasing someone later. You glance around and when everyone is busy, you pull open your shirt and expose your tits. You take a couple of quick selfies of your exposed breasts until you get one you really like.' + ERROR: FAILED TO CONVERT LITERAL: """iif(pcs_cupsize >""" = 30, ' Your fight with your blouse to cover yourself back up. Once it is finally back in place you take a look around and see a few grinning faces among your classmates. ', '') + 'You save that one to your phone and delete the rest.'>>
  98. <<warn "CONVERSION ERROR 6990804e3ed5417f6fe1cfb060e6c514">>
  99. <<actCLA 'Wait for the end of the lesson'>>
  100. <<gs 'gschool_lessonsev2' 'history'>>
  101. <</actCLA>>
  102. <</actCLA>>
  103. <<if $wardrobe.isWearingPanties>>
  104. <<actCLA 'Take bare pussy selfie' undefined `{willpower:['exhib','self','medium']}`>>
  105. <<arouse 'flash' -5 `['exhibitionism']`>>
  106. <<fame 'pav' 'sex' 3>>
  107. <<if getvar("$Enable_Android") == 1>>
  108. <<set temp_selfietot = $selfiePussyflash[arrpos(''$selfieLoc'', ''school_classroom'',1)]>>
  109. <<else>>
  110. <<set temp_selfietot = $selfiePussyflash[arrpos(1, ''$selfieLoc'', ''school_classroom'')]>>
  111. <</if>>
  112. <<set $i = rand(1,temp_selfietot)>>
  113. <<setinit $school_classroom_pussyflash['+i+'] = 1>>
  114. <<image `'pc/activities/phone/selfies/school_classroom/pussyflash/'+$i+'.jpg'`>>
  115. You can feel the excitement in your pussy as you imagine yourself baring it in class to take a selfie of it. Maybe you will share it, maybe not, but either way it should be fun and could be fun to send to someone later to tease them with it. You glance around and when everyone is busy, you pull open up your skirt and pull your panties aside until your pussy is exposed. You take a couple of quick selfies of your exposed pussy until you get one you really like. You save that one to your phone and delete the rest.
  116. <<actCLA 'Wait for the end of the lesson'>>
  117. <<gs 'gschool_lessonsev2' 'history'>>
  118. <</actCLA>>
  119. <</actCLA>>
  120. <<else>>
  121. <<actCLA 'Take bare pussy selfie' undefined `{willpower:['exhib','self','medium']}`>>
  122. <<arouse 'flash' -5 `['exhibitionism']`>>
  123. <<fame 'pav' 'sex' 3>>
  124. <<if getvar("$Enable_Android") == 1>>
  125. <<set temp_selfietot = $selfiePussyflash[arrpos(''$selfieLoc'', ''school_classroom'',1)]>>
  126. <<else>>
  127. <<set temp_selfietot = $selfiePussyflash[arrpos(1, ''$selfieLoc'', ''school_classroom'')]>>
  128. <</if>>
  129. <<set $i = rand(1,temp_selfietot)>>
  130. <<setinit $school_classroom_pussyflash['+i+'] = 1>>
  131. <<image `'pc/activities/phone/selfies/school_classroom/pussyflash/'+$i+'.jpg'`>>
  132. You can feel yourself getting wet as you imagine taking a selfie of yourself while not wearing your panties. Maybe you will share it, maybe not, but either way it could be fun. You glance around and when everyone looks busy, you pull open up your skirt, exposing your already bare pussy. You take a couple of quick selfies of your pussy until you get one you really like. You save that one to your phone and delete the rest.
  133. <<actCLA 'Wait for the end of the lesson'>>
  134. <<gs _lecture_end_passage _lecture_end_argument>>
  135. <</actCLA>>
  136. <</actCLA>>
  137. <</if>>
  138. <</actCLA>>
  139. <<actCLA 'Tease Roman'>>
  140. <<image "locations/pavlovsk/school/classroom/tease.jpg">>
  141. FAILED TO CONVERT
  142. 'You get Roman''s attention by smiling at him when he looks in your direction before you lean back in your chair and stretch your arms back over your head, causing your <<$pc.titsize>> breasts to thrust out as you do.'+iif(pcs_cupsize >= 30, ' Your uniform stretches to its limits threatening to pop buttons. ', ' The stretch stretches your uniform around your smaller breasts to accent what you do have. ')+'He watches you intently while you bite your lower lip, looking all coy and seductive to him. Once you finish your stretch, you pretend to act all innocent, like you didn''t do anything.'
  143. -----
  144. <<set 'You get Roman's attention by smiling at him when he looks in your direction before you lean back in your chair and stretch your arms back over your head, causing your $pc.titsize breasts to thrust out as you do.' + ERROR: FAILED TO CONVERT LITERAL: """iif(pcs_cupsize >""" = 30, ' Your uniform stretches to its limits threatening to pop buttons. ', ' The stretch stretches your uniform around your smaller breasts to accent what you do have. ') + 'He watches you intently while you bite your lower lip, looking all coy and seductive to him. Once you finish your stretch, you pretend to act all innocent, like you didn't do anything.'>>
  145. <<warn "CONVERSION ERROR 060fa1a8945d75b2b58f4df2331c52c0">>
  146. <p>Roman glances around before leaning over. "Come on, don't be like that $pc.name_nick. Show me a little more."</p>
  147. Before you can decide what to do, Lera, who watched it all, gets your attention.
  148. <<actCLA 'Lera`s suggestion'>>
  149. <<image "locations/pavlovsk/school/classroom/teaseb1.jpg">>
  150. Lera leans over and whispers in your ear. "Flash him your tits," she says with a giggle.
  151. <p>You're taken aback by her words. "Why would I do that?" you ask.</p>
  152. <p>She grins. "To tease him of course, just like your stretch. Go on, do it! Or flash him your panties."</p>
  153. <<actCLA 'Refuse to flash' undefined `{willpower:['exhib','resist','medium']}`>>
  154. <<gs 'willpower' 'pay' 'resist'>>
  155. <<image "locations/pavlovsk/school/classroom/teaseb3.jpg">>
  156. You shake your head and Roman frowns. He obviously heard or guessed what Lera had tried to get you to do. After a few minutes, the class goes back to normal and you find yourself once more bored and waiting for the lesson to be over.
  157. <<actCLA 'Wait for the end of the lesson'>>
  158. <<gs 'gschool_lessonsev2' 'history'>>
  159. <</actCLA>>
  160. <</actCLA>>
  161. <<actCLA 'Flash your breasts'>>
  162. <<relationship 'A157' 'like'>>
  163. <<gs 'flash' 'tits' 'indoors' 1 1>>
  164. <<fame 'pav' 'sex' 5>>
  165. <<image "locations/pavlovsk/school/classroom/teaseb2.jpg">>
  166. <p>You glance around and wait until no one but the two of them are looking before you lean back and pull up your shirt to expose your bare $pc.titsize breasts. Your nipples get hard from the excitement. Roman stares at your bare tits, looking almost entranced by them.</p>
  167. <<actCLA 'Put them away'>>
  168. <<image "locations/pavlovsk/school/classroom/teaseb3.jpg">>
  169. You pull your shirt down quickly when another student looks over, which causes Lera to giggle and Roman to shake his head. Several other students look over as if they just realized they just missed something. You ignore their looks, Roman''s stare and Lera''s giggles and wait for class to end.
  170. <<actCLA 'Wait for the end of the lesson'>>
  171. <<gs 'gschool_lessonsev2' 'history'>>
  172. <</actCLA>>
  173. <</actCLA>>
  174. <</actCLA>>
  175. <<if $wardrobe.isWearingPanties>>
  176. <<actCLA 'Flash your panties'>>
  177. <<relationship 'A157' 'like'>>
  178. <<gs 'flash' 'panties' 'indoors' 1 1>>
  179. <<fame 'pav' 'sex' 1>>
  180. <<image "locations/pavlovsk/school/classroom/teasep1.jpg">>
  181. You turn towards Roman so you're sitting in your seat sideways while facing him. You pull your skirt up a little, showing off a glimpse of your panties, which makes him grin wide. He motions for you to pull your skirt up higher to give him a better view.
  182. <<actCLA 'Refuse' undefined `{willpower:['exhib','resist','medium']}`>>
  183. <<gs 'willpower' 'pay' 'resist'>>
  184. <<image "locations/pavlovsk/school/classroom/teaseb3.jpg">>
  185. You shake your head and Roman frowns as you pull your skirt back down and turn back to face the front of class. After a few minutes, the class goes back to normal and you find yourself once more bored and waiting for the lesson to be over.
  186. <<actCLA 'Wait for the end of the lesson'>>
  187. <<gs 'gschool_lessonsev2' 'history'>>
  188. <</actCLA>>
  189. <</actCLA>>
  190. <<actCLA 'Raise your skirt more'>>
  191. <<relationship 'A157' 'like'>>
  192. <<fame 'pav' 'sex' 1>>
  193. <<image "locations/pavlovsk/school/classroom/teasep2.jpg">>
  194. You pull your skirt up more so your panties are exposed to Roman, who grins wide as he stares at your panty covered pussy. You can tell he's hoping to see more by the way he's looking at you.
  195. <<actCLA 'Continue'>>
  196. <<image "locations/pavlovsk/school/classroom/teasep3.jpg">>
  197. <p>Just then, he reaches over, grabs the front of your panties and tries to pull them down to get a look at your pussy. You grab his hand just in time to stop him from doing it. "Come on $pc.name_nick, show me your pussy," he whispers at you as he keeps trying to tug your panties down.</p>
  198. <<actCLA 'Refuse' undefined `{willpower:['exhib','resist','medium']}`>>
  199. <<gs 'willpower' 'pay' 'resist'>>
  200. <<image "locations/pavlovsk/school/classroom/teasep5.jpg">>
  201. You forcefully pull his hand away and Roman frowns as you pull your skirt back down and then turn back to face the front of class. After a few minutes, the class goes back to normal and you find yourself once more bored and waiting for the lesson to be over.
  202. <<actCLA 'Wait for the end of the lesson'>>
  203. <<gs 'gschool_lessonsev2' 'history'>>
  204. <</actCLA>>
  205. <</actCLA>>
  206. <<actCLA 'Show him your pussy'>>
  207. <<relationship 'A157' 'like'>>
  208. <<fame 'pav' 'sex' 5>>
  209. <<gs 'flash' 'pussy' 'indoors' 3 1>>
  210. <<image "locations/pavlovsk/school/classroom/teasep4.jpg">>
  211. "Well let go and I'll show you," you tell him with a sly smile. He pauses, then lets go of your panties and keeps watching. You lean back and lift one leg as you reach down and pull your panties aside to reveal your pussy to Roman and anyone else who happens to look your way. Lera tries to sneak a peek as well as you see the bulge growing in Roman''s pants.
  212. <<actCLA 'Put your pussy away'>>
  213. <<image "locations/pavlovsk/school/classroom/teasep5.jpg">>
  214. After a few minutes, you pull your panties back in place, pull your skirt back down and turn to face the front of the class again. Roman looks crestfallen, obviously hoping for it to have lasted longer, but you ignore his pleading looks and look to the front of the class. The thrill of the events has sparked your arousal, the evidence of which is currently soaking your panties and poking through your shirt. This keeps the rest of class from being boring.
  215. <<actCLA 'Wait for the end of the lesson'>>
  216. <<gs 'gschool_lessonsev2' 'history'>>
  217. <</actCLA>>
  218. <</actCLA>>
  219. <</actCLA>>
  220. <</actCLA>>
  221. <</actCLA>>
  222. <</actCLA>>
  223. <</if>>
  224. <</actCLA>>
  225. <</actCLA>>
  226. <<if $wardrobe.isWearingPanties>>
  227. <<actCLA 'Remove panties' undefined `{willpower:['exhib','self','medium']}`>>
  228. <<strip 'panties'>>
  229. <<gs 'willpower' 'exhib' 'self' 'medium'>>
  230. <<gs 'willpower' 'pay' 'self'>>
  231. <<fame 'pav' 'sex' 5>>
  232. <<image "locations/pavlovsk/school/classroom/removepanties.jpg">>
  233. While sitting at your desk feeling bored, you notice no one is looking at you, so you decide to take your panties off. You reach under your skirt and pull them down slowly.
  234. At first you have to work against your own weight as you pull them past your ass. Much to your surprise, nobody notices the movement and you carry on. Once you get them past your knees, you open your legs slightly and your panties fall down around your ankles.
  235. You step out of them, but as you're bending over to pick them up, you realize a couple of the other students have noticed. You quickly pick up your panties, stuff them into your purse and ignore the stares.
  236. <<actCLA 'Wait for the end of the lesson'>>
  237. <<gs 'gschool_lessonsev2' 'history'>>
  238. <</actCLA>>
  239. <</actCLA>>
  240. <</if>>
  241. <</actCLA>>
  242. <<actCLA 'Daydream'>>
  243. <<set $time.daydream = rand(1,4)>>
  244. <<if getvar("$time.daydream") == 1>>
  245. <<image "locations/pavlovsk/school/classroom/sleeping.jpg">>
  246. <p>Today's lesson doesn't particularly interest you and you find yourself drifting off constantly. After a while, you notice Mrs. Sokoloff has stopped talking and is looking at you intently, asking you to pay attention. This is apparently the third time she has asked; you missed the first two while you were lost in your own thoughts. The whole class is looking at you.</p>
  247. <p>Mrs. Sokoloff sternly reminds you of the importance of todays lesson. "Pay attention, Miss $pc.name_nick, this is very important! Today's topic is going to be on the exam!"</p>
  248. <<actCLA 'Reluctantly pay attention'>>
  249. <<run $quest('school').func('class_activity_attributes','his' $pc.skillLevel("intelligence"))>>
  250. <<image "locations/pavlovsk/school/bathroom/angryteacher.jpg">>
  251. Mrs. Sokoloff gives you a disapproving glare and returns to her lesson. You roll your eyes and sit through the rest of the lesson in silence, pretending to pay attention.
  252. <<actCLA 'Wait for the end of the lesson'>>
  253. <<gs 'gschool_lessonsev2' 'history'>>
  254. <</actCLA>>
  255. <</actCLA>>
  256. <<actCLA 'Be a smart ass' undefined `{willpower:['misc','self','medium']}`>>
  257. <<gs 'willpower' 'pay' 'self'>>
  258. <<set $demerit += 5>>
  259. <<run $quest('school').func('groupRelInc','cool',1)>>
  260. <<run $quest('school').func('groupRelInc','gopniks',1)>>
  261. <<run $quest('school').func('groupRelInc','nerds',-1)>>
  262. <<image "locations/pavlovsk/school/classroom/bored.jpg">>
  263. <p>"Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.</p>
  264. The whole class is stunned into silence as an unimpressed Mrs. Sokoloff crosses her arms.
  265. <p>"Get out of my class NOW $pc.name_last!" she demands while pointing a finger at the door. "The principal will have a field day with you!"</p>
  266. <<actCLA 'Go to principal`s office'>>
  267. <<set $demerit += 10 + $school_bunk * 5>> <<gt 'gschool_office' 'principal'>>
  268. <</actCLA>>
  269. <</actCLA>>
  270. <<elseif getvar("$time.daydream") == 2>>
  271. <<if getvar("$class['school_his_grade']") >= 80>>
  272. <<image "locations/pavlovsk/school/classroom/sleeping.jpg">>
  273. You're far too tired to pay attention in class today. You don't even know what the lesson is about as you keep dozing off.
  274. You're snapped back to consciousness when you hear Mrs. Sokoloff call your name. Everyone looks at you expectantly, and you realize that you were just asked a question about the topic.
  275. Taking your best guess at what the teacher might be asking, the entire class is shocked as you somehow manage to produce the correct answer, since it must''ve been obvious to everyone that you were sleeping. "Very good, but keep your head up during class please." Mrs. Sokoloff replies.
  276. <<else>>
  277. <<set $pc.mood -= 5>>
  278. <<image "locations/pavlovsk/school/classroom/sleeping.jpg">>
  279. You're far too tired to pay attention in class today. You don't even know what the lesson is about since you keep dozing off.
  280. You're snapped back to consciousness when you hear Mrs. Sokoloff call your name. Everyone is looking at you expectantly, and you realize that you were just asked a question about the topic.
  281. You take your best guess at what they might be asking. Some of the other students snicker when you say something that's obviously wrong. Mrs. Sokoloff scolds you for sleeping in class and asks for someone else to inform you of the correct answer.
  282. It was an embarrassing experience, but the sudden adrenaline surge helps you to stay awake for the rest of the period.
  283. <</if>>
  284. <<actCLA 'Wait for the end of the lesson'>>
  285. <<gs 'gschool_lessonsev2' 'history'>>
  286. <</actCLA>>
  287. <<elseif getvar("$time.daydream") == 2>>
  288. <<image "locations/pavlovsk/school/classroom/sleeping.jpg">>
  289. You're far too tired to pay attention in class today. Mrs. Sokoloff is droning on about the Tsar''s family and their life.
  290. You close your eyes as you fantasize about living at that time as a noble. You're in a large room in your underwear while an entourage of women and girls run around presenting a number of dresses for you to wear to the party.
  291. <p>You're having a hard time picking out a specific dress as you really want to impress a certain duke. You turn to your head maiden with a dejected sigh. "So many choices, what should I wear?"</p>
  292. "The lady will look fabulous in whatever she chooses," the head maiden answers.
  293. As you're about to pick out a dress, you suddenly jolt awake while blurting out your choice. The person sitting closest to you looks at you confused, but luckily no one else hears what you said.
  294. <<actCLA 'Leave class'>><<gs 'school_schedule'>><</actCLA>>
  295. <<else>>
  296. <<image "locations/pavlovsk/school/classroom/sleeping.jpg">>
  297. You're far too tired to pay attention in class today. Mrs. Sokoloff is talking about a grand female leader from the Middle Ages. You're finding her story pretty boring and keep dozing off.
  298. All of a sudden, you find yourself on a battlefield riding a horse. You seem to be wearing a heavy suit of armor and you're riding up and down a flank as you're trying to amass the troops for an attack.
  299. You're just about to give a grandiose speech when everything goes quiet as you hear church bells ringing loudly in the distance.
  300. You twitch in your seat upon hearing the class bell ringing.
  301. <<actCLA 'Leave class'>><<gs 'school_schedule'>><</actCLA>>
  302. <</if>>
  303. <</actCLA>>
  304. <<actCLA 'Play with your phone'>>
  305. <<actCLA 'Wait for the end of the lesson'>><<gs 'school_schedule'>><</actCLA>>
  306. <<image "locations/pavlovsk/school/classroom/phone.jpg">>
  307. You take out your phone and begin to play a game, hoping the boring lesson will be over soon.
  308. <<set $playphone = rand(1,2)>>
  309. <<if getvar("$playphone") == 1>>
  310. <<image "locations/pavlovsk/school/classroom/phone.jpg">>
  311. You hear Mrs. Sokoloff clear her throat and glance up to see her looking at you sternly.
  312. <<actCLA 'Put your phone away'>>
  313. <<run $quest('school').func('groupRelInc','gopniks',-1)>>
  314. <<run $quest('school').func('groupRelInc','nerds',1)>>
  315. <<image "locations/pavlovsk/school/classroom/bored.jpg">>
  316. You decide not to aggravate the situation and put your phone away. Mrs. Sokoloff shakes her head disapprovingly and continues the lesson.
  317. <<actCLA 'Wait for the end of the lesson'>>
  318. <<gs 'gschool_lessonsev2' 'history'>>
  319. <</actCLA>>
  320. <</actCLA>>
  321. <<actCLA 'Keep using your phone' undefined `{willpower:['misc','self','medium']}`>>
  322. <<gs 'willpower' 'pay' 'self'>>
  323. <<run $quest('school').func('groupRelInc','gopniks',1)>>
  324. <<run $quest('school').func('groupRelInc','nerds',-1)>>
  325. <<set $demerit += 5>>
  326. <<image "locations/pavlovsk/school/classroom/phone.jpg">>
  327. You ignore her and continue using your phone as she walks over to your desk.
  328. <<actCLA 'Hand over the phone'>>
  329. <<run $quest('school').func('groupRelInc','gopniks',-1)>>
  330. <<run $quest('school').func('groupRelInc','nerds',1)>>
  331. <<image "locations/pavlovsk/school/classroom/bored.jpg">>
  332. You decide it's not worth it and silently hand your phone to Mrs. Sokoloff.
  333. <p>As she walks back to the front of the class, she says "You can have it back after class Miss $pc.name_last. Now pay attention!"</p>
  334. <<actCLA 'Wait for the end of the lesson'>>
  335. <<gs 'gschool_lessonsev2' 'history'>>
  336. <</actCLA>>
  337. <</actCLA>>
  338. <<actCLA 'Take photos under your skirt' undefined `{willpower:['exhib','self']}`>>
  339. <<gs 'willpower' 'exhib' 'self'>>
  340. <<gs 'willpower' 'pay' 'self'>>
  341. <<if $wardrobe.isWearingPanties>>
  342. <<gs 'flash' 'panties' 'indoors' 1 1>>
  343. <<image "locations/pavlovsk/school/classroom/upskirtselfie.jpg">>
  344. <<else>>
  345. <<gs 'flash' 'pussy' 'indoors' 1 1>>
  346. <<image "locations/pavlovsk/school/classroom/literature/nopanties_upskirt.jpg">>
  347. <</if>>
  348. You decide to have some fun. You quickly slide the phone between your legs and snap some photos under your skirt.
  349. <p>When the teacher arrives at your desk, arms folded. "And what could you be doing on your phone that's more important than paying attention Miss $pc.name_last? Hand it over."</p>
  350. <p>"Wouldn't you like to know!" you tease. You hand over your phone with the last picture you took still on the screen.</p>
  351. Mrs. Sokoloff looks at what''s on the screen and her face contorts in disgust as it turns bright red.
  352. She turns the screen off and returns to the front of the class while muttering to herself about the youth of today.
  353. <p>"We'll be having a little chat after class young lady!" she says as she places the phone in her desk drawer and continues her lesson.</p>
  354. <<actCLA 'Wait for the end of the lesson'>>
  355. <<gs 'gschool_lessonsev2' 'history'>>
  356. <</actCLA>>
  357. <</actCLA>>
  358. <<gs 'willpower' 'misc' 'self' 'medium'>>
  359. <<if $wardrobe.isWearingBra and $will_cost <= $pc.willpower>>
  360. <<actCLA 'Hide the phone in your bra (will_cost Willpower)'>>
  361. <<gs 'willpower' 'misc' 'self' 'medium'>>
  362. <<gs 'willpower' 'pay' 'self'>>
  363. <<set $demerit += 5>>
  364. <<image "locations/pavlovsk/school/classroom/nophone.jpg">>
  365. You deftly shove the phone in your bra and smile fiendishly as you see the disgruntled look on Mrs. Sokoloff''s face.
  366. <p>You pretend it's a perfectly normal place to store your phone and mock her in a cute voice. "Is there a problem, Mrs. Sokoloff? Go ahead, take my phone if it's not allowed." You thrust your chest forward, the outline of your phone visible through the fabric.</p>
  367. Mrs. Sokoloff isn''t impressed and just stands there, her bony hand outstretched. You soon realize that she isn''t going to leave you alone and so begrudgingly fish your phone out and hand it over. She quietly returns to the front of the class and continues the lesson.
  368. <<actCLA 'Wait for the end of the lesson'>>
  369. <<gs 'gschool_lessonsev2' 'history'>>
  370. <</actCLA>>
  371. <</actCLA>>
  372. <<elseif $wardrobe.isWearingBra and $will_cost > $pc.willpower>>
  373. <<actCLA `'Hide the phone in your bra ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  374. <</if>>
  375. <</actCLA>>
  376. <<else>>
  377. You play on your phone for the duration of class. You play a few games and text a few friends, all under Mrs. Sokoloff''s oblivious nose.
  378. <<actCLA 'Wait for the end of the lesson'>>
  379. <<gs 'gschool_lessonsev2' 'history'>>
  380. <</actCLA>>
  381. <</if>>
  382. <</actCLA>>
  383. <</if>> -->