univer 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. # univer
  2. if $ARGS[0] = 'start':
  3. $sexloc = $CURLOC
  4. cla
  5. *clr
  6. set minut += 5
  7. '<center><b><font color="maroon">The University of</font></b></center>'
  8. '<center><img src="images/etogame/univer.jpg"></center>'
  9. clr
  10. gs 'stat'
  11. fcolor = rgb(0, 0, 0)
  12. bcolor = rgb(255, 255, 255)
  13. lcolor = rgb(106, 90, 205)
  14. if student = 0 and abiturient = 0:'Preparatory courses cost 15,000'
  15. 'Examinations for admission to the University are held in August.'
  16. 'All lectures begin with a 8:00, late for a lecture is not allowed.'
  17. if student > 0:'You learn how to <<semestr>> semester <<kurs>> course'
  18. if abiturient = 1:'You entrant.'
  19. act 'Leave':
  20. cla
  21. set minut += 5
  22. gt 'down'
  23. end
  24. if student = 0 and abiturient = 0 and money >= 15000 and month < 9 and diplom = 0 and age >= 17:
  25. ''
  26. act 'Pay for training course (15,000 rubles)':
  27. cla
  28. set minut += 5
  29. set money -= 15000
  30. set abiturient = 1
  31. 'You paid 15,000 for preparatory courses. Classes start in 21chas, on weekdays'
  32. act 'Move away':gt 'univer', 'start'
  33. end
  34. end
  35. if abiturient >= 1 and month < 9 and hour < 21 and week < 6:
  36. act 'Attend preparatory courses (1:00)':
  37. cla
  38. *clr
  39. set minut += 60
  40. set abiturient += 1
  41. set intel += 1
  42. '<center><img src="images/etogame/Classroom.jpg"></center>'
  43. 'You were engaged in preparatory courses within an hour.'
  44. act 'Get out of class':gt 'univer', 'start'
  45. end
  46. end
  47. if month = 8 and student = 0 and diplom = 0 and age >= 17:
  48. 'You can try to take an entrance exam.'
  49. act 'Take the entrance exam (1:00)':
  50. cla
  51. *clr
  52. set minut += 60
  53. '<center><img src="images/etogame/Classroom.jpg"></center>'
  54. 'You passed the entrance exam to university.'
  55. if intel + abiturient >= 100:
  56. set student = 1
  57. set kurs = 1
  58. set semestr = 1
  59. set abiturient = 0
  60. 'You have successfully passed the entrance exams and can start training in September.'
  61. else
  62. 'You failed the entrance exam.'
  63. end
  64. act 'Get out of class':gt 'univer', 'start'
  65. end
  66. end
  67. if week < 6 and student > 0 and month > 8 and month < 12:
  68. !! 1st semester
  69. act 'Go to the deanery':
  70. cla
  71. if semestr = 2 and examen = 0:set examen = 2
  72. gt 'univer', 'dekanat'
  73. end
  74. end
  75. if week < 6 and student > 0 and month > 1 and month < 5:
  76. !! 2nd semester
  77. act 'Go to the deanery':
  78. cla
  79. if semestr = 1 and examen = 0:set examen = 2
  80. gt 'univer', 'dekanat'
  81. end
  82. end
  83. if week < 6 and student > 0 and month = 12 and examen = 0 and semestr = 1:
  84. !! 1st semester exams
  85. act 'Go for exams':gt 'univer', 'examen'
  86. end
  87. if week < 6 and student > 0 and month = 5 and examen = 0 and semestr = 2:
  88. !! 2nd semester exams
  89. act 'Go for exams':gt 'univer', 'examen'
  90. end
  91. end
  92. if $ARGS[0] = 'dekanat':
  93. $sexloc = $CURLOC
  94. cla
  95. *clr
  96. if examen = 1:
  97. set examen = 0
  98. if semestr = 2:
  99. set semestr = 1
  100. set kurs += 1
  101. end
  102. if semestr = 1:set semestr = 2
  103. end
  104. if kurs = 2:
  105. set diplom = 1
  106. set student = 0
  107. set kurs = 0
  108. set semestr = 0
  109. set abiturient = 0
  110. set stipuha = 0
  111. 'You handed a diploma.'
  112. end
  113. if examen = 2:
  114. set student = 0
  115. set kurs = 0
  116. set semestr = 0
  117. set abiturient = 0
  118. set stipuha = 0
  119. set lektor = 0
  120. 'You are expelled from university.'
  121. end
  122. set minut += 5
  123. '<center><b><font color="maroon">Dean</font></b></center>'
  124. '<center><img src="images/etogame/dekanat.jpg"></center>'
  125. clr
  126. gs 'stat'
  127. 'You learn how to <<semestr>> semester <<kurs>> course'
  128. 'Prior to the session must pass <<kurs>> coursework. More welcomed and encouraged during the session.'
  129. if kursovikD > 0:'You passed <<kursovikD>> coursework.'
  130. act 'Escape from the dean´s office':gt 'univer', 'start'
  131. if hour < 8 and student > 0:
  132. act 'At the lecture':
  133. cla
  134. *clr
  135. set minut += 360
  136. set hour = 14
  137. set minut = 0
  138. set lektor += 1
  139. set intel += 1
  140. '<center><img src="images/etogame/Classroom1.jpg"></center>'
  141. 'You were sitting in lectures and recorded for teacher notes.'
  142. set zanrand = rand(0, 9)
  143. if zanrand = 0:
  144. set minut += 60
  145. 'During class lecturer starts you ask, but you did not really say you can not, and he says something to you stayed after school.'
  146. 'Classes are over, but you have to stay.'
  147. act 'Remain in the classroom':
  148. cla
  149. *clr
  150. zanpicrand = rand(1, 3)
  151. '<center><img src="images/img/oldtown/zan<<zanpicrand>>.jpg"></center>'
  152. 'After the class lecturer explains to you for an hour thing.'
  153. act 'Leave':gt 'univer', 'dekanat'
  154. act 'Seduce':
  155. cla
  156. *clr
  157. if zanpicrand = 1:set picrand = 44
  158. if zanpicrand = 2:set picrand = 45
  159. if zanpicrand = 3:set picrand = 46
  160. '<center><img src="images/img/oldtown/zan1<<zanpicrand>>.jpg"></center>'
  161. 'You grab his penis, he reflexively pulls away, but then relaxes and allows you to continue.'
  162. act 'Blow job':gt 'sex', 'minet'
  163. end
  164. end
  165. end
  166. if zanrand = 1:
  167. set minut += 60
  168. 'During class lecturer starts you ask, but you did not really say you can not, and he says something to you stayed after school.'
  169. 'Classes are over, but you have to stay.'
  170. act 'Remain in the classroom':
  171. cla
  172. *clr
  173. zanpicrand = rand(4, 6)
  174. '<center><img src="images/img/oldtown/zan<<zanpicrand>>.jpg"></center>'
  175. 'After exercising for an hour lecturer explains to you another girl the importance of its subject.'
  176. act 'Leave':gt 'univer', 'dekanat'
  177. act 'Seduce':
  178. cla
  179. *clr
  180. if zanpicrand = 4:set picrand = 20
  181. if zanpicrand = 5:set picrand = 21
  182. if zanpicrand = 6:set picrand = 22
  183. '<center><img src="images/img/oldtown/zan1<<zanpicrand>>.jpg"></center>'
  184. 'You go down on your knees and grab his penis, the other girl looks at you with round eyes, but then also starts to stick to the teacher to design, he resists a little at first, but then completely given into your hand.'
  185. act 'Blow job':gt 'podrsex', 'var'
  186. end
  187. end
  188. end
  189. act 'Exit from the audience':gt 'univer', 'dekanat'
  190. end
  191. end
  192. if kursovik >= 100:
  193. act 'Pass the course work':
  194. cla
  195. *clr
  196. set intel += 1
  197. set kursovik = 0
  198. set kursovikD += 1
  199. '<center><img src="images/etogame/Classroom1.jpg"></center>'
  200. 'You passed the course work.'
  201. act 'Exit from the audience':gt 'univer', 'dekanat'
  202. end
  203. end
  204. end
  205. if $ARGS[0] = 'examen':
  206. cla
  207. *clr
  208. set minut += 60
  209. '<center><b><font color="maroon">Exam</font></b></center>'
  210. '<center><img src="images/etogame/examen.jpg"></center>'
  211. clr
  212. gs 'stat'
  213. if lektor > 55 and kursovikD >= kurs:
  214. set examen = 1
  215. set kursovikD = 0
  216. set stipuha = 1
  217. set lektor = 0
  218. !!1200
  219. 'You are well attended classes and you have no outstanding coursework, exam so you put a gun.'
  220. jump 'exitexamem'
  221. end
  222. if ((intel >= 80) or (lektor > 40 and lektor <= 55)) and kursovikD >= kurs:
  223. set examen = 1
  224. set kursovikD = 0
  225. set stipuha = 0
  226. 'You answered all the questions in the ticket and you have no outstanding coursework, so you score? Exam.'
  227. set lektor = 0
  228. act 'Exit from the audience':gt 'univer', 'dekanat'
  229. exit
  230. end
  231. if (intel >= 100) and kursovikD >= kurs + 10:
  232. set examen = 1
  233. set kursovikD = 0
  234. set stipuha = 1
  235. 'You showed great zeal and independence in learning, so you put a gun exam.'
  236. set lektor = 0
  237. jump 'exitexamem'
  238. !!exit
  239. end
  240. if (intel < 70 and lektor <= 40) or kursovikD < kurs:
  241. set examen = 2
  242. set stipuha = 0
  243. 'You do not pass the exam.'
  244. end
  245. if examen = 0:
  246. set examen = 2
  247. set stipuha = 0
  248. 'You do not pass the exam.'
  249. end
  250. :exitexamem
  251. act 'Exit from the audience':gt 'univer', 'dekanat'
  252. end
  253. --- univer ---------------------------------