univer.qsrc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. # univer
  2. if $ARGS[0] = 'start':
  3. $sexloc = 'univer'
  4. $location_type = 'public_indoors'
  5. cla & *clr
  6. minut += 5
  7. $menu_loc = 'univer'
  8. $menu_arg = 'start'
  9. menu_off = 0
  10. gs 'stat'
  11. gs 'themes', 'indoors'
  12. '<center><b><font color="maroon">The University</font></b></center>'
  13. '<center><img <<$set_imgh>> src="images/locations/city/island/university/univer.jpg"></center>'
  14. if func('uniutil', 'student_status') = 0 and abiturient = 0:'You can take preparatory classes at the University for 15,000 <b>₽</b>.'
  15. 'Admission examinations for the University are held in <b>August</b>.'
  16. 'The lectures begin at <b>08:00</b>. You won''t be allowed to attend if late.'
  17. 'First semester: September, October, November.'
  18. 'Second semester: February, March, April.'
  19. if func('uniutil', 'student_status') > 0:'You have completed <<kurs>> assignments for <<semestr>>.'
  20. if abiturient = 1:'You''ve enrolled in the preparatory classes.'
  21. act 'Leave':
  22. cla
  23. minut += 5
  24. gt 'city_island'
  25. end
  26. if func('uniutil', 'student_status') = 0 and abiturient = 0 and money >= 15000 and month < 9 and diplom = 0 and (age >= 17 or fakepassport = 1):
  27. ''
  28. act 'Pay for the preparatory classes (15,000 <b>₽</b>)':
  29. cla
  30. minut += 5
  31. money -= 15000
  32. abiturient = 1
  33. menu_off = 1
  34. 'You paid 15,000 <b>₽</b> for the preparatory classes. They are held every weekday at <b>21:00</b>.'
  35. act 'Move away':gt 'univer', 'start'
  36. end
  37. elseif abiturient >= 1 and month < 9 and hour < 21 and week < 6:
  38. act 'Attend preparatory class (1:00)':
  39. cla
  40. *clr
  41. minut += 60
  42. abiturient += 1
  43. intel_exp += 1 + (mentats_dose - rand(0,mentats_dose))
  44. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom.jpg"></center>'
  45. 'You attend the preparatory class for an hour, you pay close attention to what is being said and make notes for the entrance examination later on.'
  46. act 'Leave class':gt 'univer', 'start'
  47. end
  48. end
  49. if month = 8 and func('uniutil', 'student_status') = 0 and diplom = 0 and (age >= 17 or fakepassport = 1):
  50. 'You can try to take an entrance exam.'
  51. act 'Take the entrance exam (1:00)':
  52. cla
  53. *clr
  54. minut += 60
  55. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom.jpg"></center>'
  56. if pcs_intel + abiturient >= 60:
  57. gs 'uniutil', 'enroll_university'
  58. 'You have successfully passed the entrance exam and can attend the University in September.'
  59. else
  60. 'You have failed the entrance exam. You need to study harder...'
  61. end
  62. act 'Leave class':gt 'univer', 'start'
  63. end
  64. end
  65. if week < 6 and func('uniutil', 'student_status') > 0 and month > 8 and month < 12:
  66. !! 1st semester
  67. act 'Visit the Dean':
  68. cla
  69. if semestr = 2 and examen = 0:examen = 2
  70. gt 'univer', 'dekanat'
  71. end
  72. elseif week < 6 and func('uniutil', 'student_status') > 0 and month > 1 and month < 5:
  73. !! 2nd semester
  74. act 'Visit the Dean':
  75. cla
  76. if semestr = 1 and examen = 0:examen = 2
  77. gt 'univer', 'dekanat'
  78. end
  79. elseif week < 6 and func('uniutil', 'student_status') > 0 and month = 12 and examen = 0 and semestr = 1:
  80. !! 1st semester exams
  81. act 'Do the exam':gt 'univer', 'examen'
  82. elseif week < 6 and func('uniutil', 'student_status') > 0 and month = 5 and examen = 0 and semestr = 2:
  83. !! 2nd semester exams
  84. act 'Do the exam':gt 'univer', 'examen'
  85. end
  86. end
  87. if $ARGS[0] = 'dekanat':
  88. $sexloc = 'univer'
  89. cla & *clr
  90. minut += 5
  91. if examen = 1:
  92. examen = 0
  93. if semestr = 2:
  94. semestr = 1
  95. kurs += 1
  96. elseif semestr = 1:
  97. semestr = 2
  98. end
  99. elseif examen = 2:
  100. gs 'uniutil', 'expel'
  101. 'You got expelled from the University.'
  102. end
  103. if kurs = 2:
  104. gs 'uniutil', 'graduate'
  105. 'Congratulations, you''ve earned your degree!'
  106. end
  107. gs 'stat'
  108. '<center><b><font color="maroon">Dean</font></b></center>'
  109. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dekanat.jpg"></center>'
  110. 'You have completed <<kurs>> assignments for <<semestr>>.'
  111. 'Before the semester ends you must at least complete <<kurs>> of classes. It is positively looked upon if you manage to complete more.'
  112. if kursovikD > 0:'You''ve passed <<kursovikD>> assignments.'
  113. act 'Leave the Dean''s office':gt 'univer', 'start'
  114. if hour < 8 and func('uniutil', 'student_status') > 0:
  115. act 'Attend the lecture (6:00)':
  116. cla
  117. *clr
  118. minut += 360
  119. hour = 14
  120. minut = 0
  121. lektor += 1
  122. intel_exp += 1 + (mentats_dose - rand(0,mentats_dose))
  123. menu_off = 1
  124. gs 'stat'
  125. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom1.jpg"></center>'
  126. 'You attend the lecture, taking notes as the professor calmly goes through the course material.'
  127. zanrand = rand(0, 9)
  128. if zanrand = 0:
  129. minut += 60
  130. 'During the lecture the professor asks you a question that you do not have the answer for, he asks that you stay behind after the class.'
  131. 'As the class finishes, you stay behind.'
  132. !!expanded this scene a lot, check code.
  133. act 'Remain in the classroom':
  134. cla
  135. *clr
  136. gs 'stat'
  137. '<center><img <<$set_imgh>> src="images/locations/city/island/university/krupin.jpg"></center>'
  138. 'The professor patiently explains some of the material he went through in the class, in an effort to help you better understand, so you don''t fall too far behind.'
  139. act 'Leave':gt 'univer', 'dekanat'
  140. act 'Seduce':
  141. cla
  142. *clr
  143. gs 'npcgeneratec', 0, 'professor Krupin', 51
  144. dick = 15
  145. $dick_girth = 'well proportioned'
  146. gs 'boyStat', $npclastgenerated
  147. '<center><img <<$set_imgh>> src="images/locations/city/island/university/sex/gradepay.jpg"></center>'
  148. 'Feeling pressured, you move over to his desk and take a seat on it, making sure he has a good view of your legs and short skirt. You grab his scarf and slide it back and forth across his neck as you open your legs, giving him a glimpse up your skirt, "This is all so "hard" to understand, but maybe if I do you a favor, you can repay me by giving me a passing grade." You don''t have a lot of time to be subtle, as you need to make sure you''re going to pass the class before you leave.'
  149. 'For a moment he seems insecure, as he looks around the room, "Well what do you have in mind?"'
  150. 'You bite your lower lip seductively and you know you have him trapped. You pull him by his scarf till he is standing, while you get on all fours. You look up at him, "Let me show you, professor Krupin."'
  151. gs 'arousal', 'foreplay', 5
  152. gs 'stat'
  153. act 'Give him a blow job':
  154. cla
  155. *clr
  156. '<center><img <<$set_imgh>> src="images/locations/city/island/university/sex/gradepay1.jpg"></center>'
  157. 'You undo his belt and pants, letting them drop down to his knees. You start stroking his cock and it doesn''t take long until it''s grown hard in your hand. You lick up and down along the shaft until you wrap your lips around his cock and you start bobbing your head up and down the shaft while stroking it with your hand as well.'
  158. 'He reaches over you and pulls up your skirt, pulling aside your panties. He rubs your pussy till he gets it wet and then he slips is fingers inside of you and starts finger fucking your pussy while you suck on his cock, causing you to moan in pleasure.'
  159. gs 'arousal', 'vaginal_finger', 10
  160. gs 'arousal', 'bj', 10
  161. minut -= 10
  162. gs 'stat'
  163. act 'A for sure':
  164. cla
  165. *clr
  166. gs 'cum_call', 'face', $boy, 1, '', '', 20
  167. gs 'cum_call', 'breasts', $boy, 1, '', '', 20
  168. gs 'arousal', 'end'
  169. '<center><img <<$set_imgh>> src="images/locations/city/island/university/sex/gradepay2.jpg"></center>'
  170. 'He begins pulling off your clothes, and you present no resistance as he gets you completely naked. Either your mouth or hand is constantly pleasuring his cock, often using both ways at once. Once you are completely naked and back in place he goes back to fingering your pussy.'
  171. 'You know he is yearning to fuck you, but you want to save that in case you start doing even worse in class and need to raise your grades again. So you intensify your efforts on sucking him off and start to deep throating him, all while fondling his balls.'
  172. 'He starts groaning, as he''s edging but trying to hold back. Suddenly he says, "I''m about to cum, I want to cum all over your face." At those words you let go of his cock and instead start stroking him with your hand. Soon he is spurting loads of sperm all over your face and some of it splattering on your perky breasts, once the last spurt has splattered on your body, you sit up to give him a perfect view of your naked body, covered in his cum. You grin at him. "So about my grades..."'
  173. 'He collapses back in his chair and nods his head, "Yes yes, don’’t worry you did well this time, you little minx." With a final smile and wink you gather you stuff and get dressed and head out of classroom.'
  174. gs 'arousal', 'hj', 5
  175. gs 'arousal', 'bj', 5, 'deepthroat'
  176. gs 'stat'
  177. minut -= 5
  178. act 'Leave':gt 'univer', 'dekanat'
  179. end
  180. end
  181. end
  182. end
  183. !!end of first scene expansion
  184. elseif zanrand = 1:
  185. minut += 60
  186. 'During the lecture the professor asks you a question that you do not have the answer for, you don''t know the answer but you hear someone smirking behind. Without any hesitation the professor calls the person out and tells the two of you to stay behind after the class.'
  187. 'As the class finishes, the two of you stay behind.'
  188. act 'Remain in the classroom':
  189. cla
  190. *clr
  191. gs 'stat'
  192. '<center><img <<$set_imgh>> src="images/locations/city/island/university/krupin.jpg"></center>'
  193. 'The professor patiently explains some of the material they went through in the class, in an effort to help you better understand, so you don''t fall too far behind. While he tells the other girl that it''s not polite to do that in class and she needs to properly behave.'
  194. act 'Leave':gt 'univer', 'dekanat'
  195. !!expanding scene two. check code.
  196. act 'Seduce':
  197. cla
  198. *clr
  199. gs 'npcgeneratec', 0, 'professor Krupin', 51
  200. dick = 15
  201. $dick_girth = 'well proportioned'
  202. gs 'boyStat', $npclastgenerated
  203. '<center><img <<$set_imgh>> src="images/locations/city/island/university/sex/gradepay.jpg"></center>'
  204. 'Feeling pressured, you move over to his desk and take a seat on it, making sure he has a good view of your legs and short skirt. You grab his scarf and slide it back and forth across his neck as you open your legs, giving him a glimpse up your skirt, "This is all so "hard" to understand, but maybe if I do you a favor, you can repay me by giving me a passing grade." You don''t have a lot of time to be subtle, as you need to make sure you''re going to pass the class before you leave.'
  205. 'For a moment he seems insecure, as he looks around the class, glancing at the other girl, "You should stop that..."'
  206. 'You bite your lower lip seductively and you know you have him trapped. You pull him by his scarf till he is standing, while you get on all fours. You look up at him, "Let me show you, professor Krupin."'
  207. 'The other girl''s eyes almost pop out as she realize what you are about to do, she looks at the professor and then the exit and seems unsure what to do.'
  208. gs 'arousal', 'foreplay', 5
  209. gs 'stat'
  210. act 'Give him a blow job':
  211. cla
  212. *clr
  213. gs 'arousal', 'bj', 10
  214. gs 'stat'
  215. '<center><img <<$set_imgh>> src="images/locations/city/island/university/sex/2forone.jpg"></center>'
  216. 'You undo his belt and pants, letting them drop down to his knees. You start stroking his cock and it doesn''t take long until it''s grown hard in your hand. You lick up and down along the shaft until you wrap your lips around his cock and you start bobbing your head up and down the shaft while stroking it with your hand as well.'
  217. 'The other girl is standing with her mouth open, seeing he is going along with it. Turned on, she kneels down beside you, giving you a little smile and joins in on the action.'
  218. act 'Share':
  219. cla
  220. *clr
  221. '<center><img <<$set_imgh>> src="images/locations/city/island/university/sex/2forone1.jpg"></center>'
  222. 'With her kneeling besides you, you suck on his cock for a bit, and pass it over to her as she eagerly locks her lips around it and slowly starts bobbing her head up and down. Perhaps she is trying to convince him to give her a free pass, well you can''t have that and you start sucking his balls as she continues sucking his cock.'
  223. gs 'arousal', 'bj', 5, 'group'
  224. gs 'stat'
  225. act 'A for sure':
  226. cla
  227. *clr
  228. gs 'cum_call', 'mouth', $boy, 1, '', '', 20
  229. '<center><img <<$set_imgh>> src="images/locations/city/island/university/sex/2forone2.jpg"></center>'
  230. 'The two of you trade back and forth, taking turns sucking it, each trying to outdo the other. Under this relentless tag team competition, he''s unable to outlast for long.'
  231. 'He starts groaning, as he''s edging but trying to hold back. Suddenly he says, "I''m about to cum, I''m going to cum in your mouth and then the two of you share it as you please." He says as the other girl happens to have him in her mouth, she dutifully sucks his cock until he cums in her mouth. Once he''s finished, she unlocks her mouth, as you lick his cock clean.'
  232. 'You then turn to her and french kiss her, the two of you cum swap cum in eachother mouths. As he collapses back into his chair, you stop kissing and you both swallow the remains of the sperm you ended up with. You turn to him, grinning, "So about my grades..."'
  233. 'He peacefully observes the two of you and waves his hand absently at the question, "Yes yes, I will make sure you get a passing grade, while you''re let off the hook, missy." The two of you smile at eachother, the two of you straighten your clothes up and give the professor a last little smile, as you leave the classroom.'
  234. gs 'arousal', 'bj', 10, 'group'
  235. gs 'arousal', 'kiss', 10, 'lesbian'
  236. minut -= 10
  237. gs 'arousal', 'end'
  238. gs 'stat'
  239. act 'Leave':gt 'univer', 'dekanat'
  240. end
  241. end
  242. end
  243. end
  244. end
  245. else
  246. act 'Leave':gt 'univer', 'dekanat'
  247. end
  248. end
  249. end
  250. !!end of secent scene expansion.
  251. if kursovik >= 100:
  252. act 'Hand in your assignment':
  253. cla
  254. *clr
  255. intel_exp += 1 + (mentats_dose - rand(0,mentats_dose))
  256. kursovik = 0
  257. kursovikD += 1
  258. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom1.jpg"></center>'
  259. 'You hand in your completed assignment.'
  260. act 'Leave the lecture hall':gt 'univer', 'dekanat'
  261. end
  262. end
  263. end
  264. if $ARGS[0] = 'examen':
  265. cla
  266. clr
  267. *clr
  268. minut += 60
  269. gs 'stat'
  270. '<center><b><font color="maroon">Exam</font></b></center>'
  271. '<center><img <<$set_imgh>> src="images/locations/city/island/university/examen.jpg"></center>'
  272. if lektor > 55 and kursovikD >= kurs:
  273. examen = 1
  274. kursovikD = 0
  275. stipuha = 1
  276. lektor = 0
  277. !!1200
  278. 'You completed all your examinations, passing them with honors, and on top of that you had outstanding attendance.'
  279. elseif ((pcs_intel >= 80) or (lektor > 40 and lektor <= 55)) and kursovikD >= kurs:
  280. examen = 1
  281. kursovikD = 0
  282. stipuha = 0
  283. lektor = 0
  284. 'You completed all your assignments and passed the exam.'
  285. elseif (pcs_intel >= 100) and kursovikD >= kurs + 10:
  286. examen = 1
  287. kursovikD = 0
  288. stipuha = 1
  289. lektor = 0
  290. 'Despite missing a lot of classes you still managed to complete all the assignments and somehow still managed to pass with honors.'
  291. elseif (pcs_intel < 70 and lektor <= 40) or kursovikD < kurs:
  292. examen = 2
  293. stipuha = 0
  294. 'You failed to pass the exam.'
  295. else
  296. examen = 2
  297. stipuha = 0
  298. 'You failed to pass the exam.'
  299. end
  300. act 'Leave the exam room':gt 'univer', 'dekanat'
  301. end
  302. --- univer ---------------------------------