Voltrener.qsrc 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. # Voltrener
  2. CLOSE ALL
  3. gs 'stat'
  4. if $ARGS[0] = 'start':
  5. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  6. *nl
  7. 'You enter the coach''s office. Cups, balls, sports equipment, a massage table, and a desk where the coach sometimes sits and does paperwork fill the room. Coach Mikhail Vlasov not only teaches amateur volleyball, but also coaches a professional volleyball team.'
  8. if npc_rel['A69'] <= 0:
  9. 'Mikhail hates you.'
  10. if volleysostav = 1:
  11. volleysostav = 0
  12. 'Menacingly he says, "<<$pcs_lastname>>, I''m sick of your attitude. You''re off the team!"'
  13. act 'Leave':gt 'gdksport', 'start'
  14. end
  15. elseif npc_rel['A69'] < 20:
  16. 'Mikhail seems to avoid you.'
  17. elseif npc_rel['A69'] < 40:
  18. 'Mikhail tolerates you.'
  19. elseif npc_rel['A69'] < 60:
  20. 'You have a normal relationship with Mikhail.'
  21. elseif npc_rel['A69'] < 80:
  22. 'You and Mikhail get on very well.'
  23. else
  24. 'You and Mikhail act more like best friends than coach and student.'
  25. end
  26. if trenersex > 0:
  27. 'You are in a sexual relationship with Mikhail.'
  28. else
  29. if trenerlust >= 80:
  30. 'Mikhail can''t take his eyes of you and he keeps making sexual references in your presence.'
  31. elseif trenerlust >= 60:
  32. 'Mikhail sometimes makes lewd comments around you and you often catch him ogling your body.'
  33. elseif trenerlust >= 40:
  34. 'Mikhail seems more interested in watching you practice than the other girls.'
  35. elseif trenerlust >= 20:
  36. 'Sometimes Mikhail looks your body up and down.'
  37. elseif trenerlust > 0:
  38. 'You occasionally catch Mikhail looking at you a second longer than he should.'
  39. end
  40. end
  41. if lariskaTrenerTalk > 0:gt'Voltrener', 'Lariska'
  42. act 'Leave':gt 'gdksport', 'start'
  43. act 'Talk with the coach':gt'Voltrener', 'talk'
  44. end
  45. if $ARGS[0] = 'Lariska':
  46. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  47. *nl
  48. '"Ah, <<$pcs_lastname>> and Gruzdev, what do you want?"'
  49. if lariskaTrenerTalk = 1:
  50. 'You and Lariska tried to persuade Mikhail to take Lariska, but he refuses to consider your arguments.'
  51. elseif lariskaTrenerTalk = 2:
  52. gs 'willpower', 'misc', 'force'
  53. if will_cost <= pcs_willpwr:
  54. act 'Convince Mikhail to let Lariska play (<<will_cost>> Willpower)':
  55. cla
  56. LariskaQW['volleyball'] = 1
  57. lariskalove += 1
  58. killvar 'lariskaTrain'
  59. npc_rel['A13'] += 20
  60. gs 'willpower', 'pay', 'force'
  61. gs'stat'
  62. *nl
  63. 'You manage to convince Mikhail to let Lariska join the team.'
  64. $npc_notes['A13'] = 'Lariska is an athletic girl, but she is very dependent on other people''s opinions. Lariska has changed a lot; she has a sparkle in her eyes, and is almost always in a good mood. After joining the team, she quickly got into playing and is now one of the best players.'
  65. 'When you came out of the coach''s office, Lariska hugs you and says, "Thank you, <<$pcs_nickname>>!"'
  66. act 'Leave':gt 'gdksport', 'start'
  67. end
  68. else
  69. act 'Convince Mikhail to let Lariska play (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You and Lariska tried to persuade the coach to take Lariska, but he refused.'
  70. end
  71. elseif lariskaTrenerTalk = 3:
  72. gs 'willpower', 'misc', 'force', 'hard'
  73. if will_cost <= pcs_willpwr:
  74. act 'Convince Mikhail to let both of you join the team (<<will_cost>> Willpower)':
  75. cla
  76. volleysostav = 1
  77. LariskaQW['volleyball'] = 1
  78. lariskalove += 1
  79. killvar 'lariskaTrain'
  80. npc_rel['A13'] += 20
  81. if npc_rel['A69'] > 30:npc_rel['A69'] = 30
  82. gs 'willpower', 'pay', 'force'
  83. gs 'stat'
  84. *nl
  85. 'You take an agressive approach, and although he doesn''t like it, you manage to convince Mikhail to let you both play.'
  86. $npc_notes['A13'] = 'Lariska is an athletic girl, but she is very dependent on other people''s opinions. Lariska has changed a lot; she has a sparkle in her eyes, and is almost always in a good mood. After joining the team, she quickly got into playing and is now one of the best players.'
  87. 'When you come out of the coach''s office, Lariska hugs you and says, "Thank you, <<$pcs_nickname>>!"'
  88. act 'Leave':gt 'gdksport', 'start'
  89. end
  90. else
  91. act 'Convince Mikhail to let both of you join the team (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You and Lariska tried to persuade the coach to give you both a place on the team, but he threw all of your arguments back in your faces.'
  92. end
  93. elseif lariskaTrenerTalk = 4:
  94. gs 'willpower', 'misc', 'force'
  95. if will_cost <= pcs_willpwr:
  96. act 'Convince Mikhail to let Lariska play (<<will_cost>> Willpower)':
  97. cla
  98. LariskaQW['volleyball'] = 1
  99. lariskalove += 1
  100. killvar 'lariskaTrain'
  101. npc_rel['A13'] += 20
  102. gs 'willpower', 'pay', 'force'
  103. gs 'stat'
  104. *nl
  105. 'You manage to convince Mikhail to let Lariska join the team.'
  106. $npc_notes['A13'] = 'Lariska is an athletic girl, but she is very dependent on other people''s opinions. Lariska has changed a lot; she has a sparkle in her eyes, and is almost always in a good mood. After joining the team, she quickly got into playing and is now one of the best players.'
  107. 'When you come out of the coach''s office, Lariska hugs you and says, "Thank you, <<$pcs_nickname>>!"'
  108. act 'Leave':gt 'gdksport', 'start'
  109. end
  110. else
  111. act 'Convince Mikhail to let Lariska play (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You tried to persuade Mikhail to take Lariska, but he refuses.'
  112. end
  113. end
  114. minut += 10
  115. gs 'stat'
  116. killvar 'lariskaTrenerTalk'
  117. act 'Leave':gt 'gdksport', 'start'
  118. end
  119. if $ARGS[0] = 'talk':
  120. *clr & cla
  121. gs 'stat'
  122. npc_rel['A69'] += rand(0,1)
  123. if pcs_apprnc >= 60: trenerlust += rand(0,1)
  124. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  125. *nl
  126. if volleysostav < 0:
  127. if trenerSex = 0:
  128. 'Mikhail looks up at you, "<<$pcs_lastname>>. Don''t even come near me. You''re no longer on the team!"'
  129. volleysostav = 0
  130. else
  131. 'Mikhail look up at you, "<<$pcs_lastname>>. Don''t even come near me. You''re off of the team!"'
  132. act '"Persuade" him':
  133. volleysostav = 1
  134. gt 'Voltrenersex', 'sex'
  135. end
  136. end
  137. elseif volleysostav = 0:
  138. if pcs_vball < 15:
  139. 'Mikhail looks at you and says, "I''m busy, girl, do not distract me from my coaching."'
  140. elseif pcs_vball < 30:
  141. 'Mikhail looks at you and says, "<<$pcs_lastname>>, you need to devote more time to training, you are a very bad player."'
  142. elseif pcs_vball < 40:
  143. 'Mikhail looks at you and says, "<<$pcs_lastname>>. You certainly don''t play bad, at least not for an amateur. With more work you could reach a higher level."'
  144. else
  145. 'Mikhail looks at you and says, "Ah, <<$pcs_lastname>>, you have the makings of an athlete, though I''m not sure if you are up to a professional level yet."'
  146. act 'Ask to join the team':
  147. *clr & cla
  148. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  149. gs 'stat'
  150. if pcs_vball > 75:
  151. 'You ask the coach about joining the team and Mikhail smiles and nods his head then giving you the thumbs up he says, "<<$pcs_lastname>>, you have very good skills. Umm... Okay, just about enough to make the team. I want to congratulate you as I''ve decided to make you a first string regular. From now on, you''ll be starting."'
  152. '"But," he adds, shaking his finger at you admonishingly. "You still need to keep practicing, and less drinking!"'
  153. act 'Accept the starter position':
  154. *clr & cla
  155. gs 'stat'
  156. grupvalue[2] += 5
  157. volleysostav = 2
  158. trener_Speak = 8
  159. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  160. 'You happily accept, "Oh Mikhail! Thank you so much, I won''t let you down." The coach grins at you and nods his head in confirmation.'
  161. '"Okay, welcome to the team <<$pcs_lastname>>. Remember, tournament matches are on Saturdays. Don''t forget to show up!"'
  162. act 'Leave':gt 'gdksport', 'start'
  163. end
  164. else
  165. if fame['pav_slut'] <= 125:
  166. if trenerSex = 1:
  167. volleysostav = 1
  168. 'You ask the coach about joining the team. He smiles and says, "<<$pcs_nickname>>, honey, I can do that, but you''ll have to start as a sub or people might be suspicious."'
  169. elseif pcs_vball < 60:
  170. 'You ask the coach about joining the team, but he just shakes his head. "<<$pcs_lastname>>, it''s not personal, you have good amateur skills. Just not enough to make the team."'
  171. else
  172. 'You ask the coach about joining the team. He thinks for a minute, then says "You have good skills for an amateur, but you''re still not good enough to start on the team. However, I have room for a substitute, and we can put you there. How does that sound?"'
  173. act 'Accept the substitute position':
  174. *clr & cla
  175. gs 'stat'
  176. grupvalue[2] += 3
  177. volleysostav = 1
  178. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  179. 'You accept the substitute position and the coach nods his head in confirmation.'
  180. '"Okay, welcome to the team <<$pcs_lastname>>. Remember, tournament matches are on Saturdays. Don''t forget to show up!"'
  181. act 'Leave':gt 'gdksport', 'start'
  182. end
  183. end
  184. elseif fame['pav_slut'] > 200:
  185. 'You ask the coach about joining the team. The coach thinks for a minute, "Hey <<$pcs_lastname>>, I hear loads of rumours about you. Such as you being a <<$gnikname>>. Is this true?"'
  186. act 'It''s all lies':
  187. *clr & cla
  188. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  189. 'You tell him it''s not true and that some of the kids have been spreading false rumours about you.'
  190. 'He doesn''t appear to be convinced, the only options are to go aggressive or drop it, for now.'
  191. act 'Drop it': gt 'gdksport', 'start'
  192. gs 'willpower', 'misc', 'self', 'hard'
  193. gs 'stat'
  194. if will_cost <= pcs_willpwr:
  195. act 'Persuade him to let you join the team (<<will_cost>> Willpower)':
  196. *clr & cla
  197. gs 'willpower', 'pay', 'self'
  198. gs 'stat'
  199. !!if volleysostav > 0:npc_rel['A69'] -= 1
  200. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  201. if npc_rel['A69'] > 20:
  202. npc_rel['A69'] = 20
  203. volleysostav = 1
  204. 'You try to prove to the coach that he should put you on the team, the coach tries to protest, and you get into an argument. Eventually you shout him down and he gives up. "Fine <<$pcs_lastname>>, I''ll put you in the team, but you''re on the bench and any more stunts like this and you''re out."'
  205. else
  206. 'You try to prove to the coach that he should put you on the team, but you are not forceful enough and the coach countered all your arguments, denying you a place on the team.'
  207. end
  208. act 'Leave':gt 'gdksport', 'start'
  209. end
  210. else
  211. act 'Persuade him to let you join the team (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to persuade him to join the team.'
  212. end
  213. end
  214. act 'Okay, it''s true. I am a <<$gnikname>>': gt'Voltrener', 'gorslut'
  215. else
  216. 'You ask the coach about joining the team. After thinking for a minute, he says "I have a spot for a substitute, but I don''t know if you have what it takes."'
  217. gs 'willpower', 'misc', 'self'
  218. if will_cost <= pcs_willpwr:
  219. act 'Persuade him (<<will_cost>> Willpower)':
  220. *clr & cla
  221. minut += rand(20,30)
  222. gs 'willpower', 'pay', 'self'
  223. gs 'stat'
  224. if npc_rel['A69'] >= 60:
  225. volleysostav = 1
  226. grupvalue[2] += 3
  227. 'You appeal to the coach and ask him to at least give you a chance to prove yourself. Since he likes you, he decides to give you a break. "Okay, <<$pcs_nickname>>, I do have an opening for a sub. You''re on the team as a substitute player.'
  228. act 'Leave':gt 'gdksport', 'start'
  229. else
  230. 'You try to prove to the coach that he should let you on the team, but he counters all your arguments, denying you a place on the team.'
  231. act 'Leave':gt 'gdksport', 'start'
  232. end
  233. end
  234. else
  235. act 'Persuade him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to persuade him to join the team.'
  236. end
  237. end
  238. act 'Leave':gt 'gdksport', 'start'
  239. end
  240. act 'Leave':gt 'gdksport', 'start'
  241. end
  242. end
  243. act 'Leave':gt 'gdksport', 'start'
  244. else
  245. if trenerSex = 0:
  246. trenerlust += 1
  247. 'Coach looks at you. "<<$pcs_lastname>>. Here''s your stats, now go out there and work harder."'
  248. '"Your volleyball skill is <<pcs_vball>>, the team has played <<volsesongame>> games: Won - <<volsesonwin>>, lost - <<volsesonloss>>."'
  249. else
  250. 'Coach looks at you. "Hey <<$pcs_nickname>>. Checking up on your stats?."'
  251. '"Your volleyball skill is <<pcs_vball>>, the team has played <<volsesongame>> games: Won - <<volsesonwin>>, lost - <<volsesonloss>>."'
  252. if pcs_sleep < 30 and $pantyworntype ! 'none':
  253. gt 'Voltrenersex', 'masaj'
  254. else
  255. act 'Put your hand on coach''s knee':
  256. *clr & cla
  257. gs 'stat'
  258. 'You lean forward slightly and put your palm on his knee. Coach grins when you whisper, "That''s not my only skill. Want to score this out of 100?"'
  259. 'Coach leans back in his chair, smiling. "I would like to see if you can keep up your perfect record."'
  260. gt 'Voltrenersex', 'bj'
  261. end
  262. end
  263. end
  264. n = 20 - volsesongame
  265. 'To qualify for the Junior Cup, we need:'
  266. r = volsesonloss - volsesonwin
  267. if volsesongame < 20:
  268. 'To play a minimum of 20 games, need to play at least <<n>> more games, and we need to win more matches than we lose.'
  269. elseif volsesongame => 20 and volsesonwin => volsesonloss:
  270. 'To keep doing what we are doing, we have good stats and have fulfilled the conditions, but we need to improve the chemistry of the team, or we''ll never get through the qualifiers.'
  271. elseif volsesongame => 20 and volsesonwin < volsesonloss:
  272. 'Win a <<r>> victories, and stop losing, so we need to get it together and to work alot harder.'
  273. end
  274. if rand(0,3) = 0:
  275. trenerlust +=1
  276. act 'Try to talk':gt 'Voltrener', 'trener_speak'
  277. end
  278. act 'Leave':gt 'gdksport', 'start'
  279. end
  280. act 'Leave':gt 'gdksport', 'start'
  281. end
  282. if $ARGS[0] = 'gorslut':
  283. gs 'stat'
  284. 'You reluctantly nod your head, "It''s true, I really am a <<$gnikname>>. What does this have to do with volleyball?"'
  285. 'Mikhail smiles, "Indirect correlation, very indirect, we''re discussing how you get onto my team. Now, I wonder what you can do. You know what I mean?"'
  286. act 'No':
  287. *clr & cla
  288. gs 'stat'
  289. 'You shake your head and tell him that you don''t understand. Mikhail sighs and says, "You''re not the smartest girl in the school, are you? Well, I''m a lonely man, and you are a pretty young girl. Do I need to draw you a picture?"'
  290. act 'Leave':gt 'gdksport', 'start'
  291. act 'Show you understand': gt 'Voltrenersex', 'bj'
  292. end
  293. act 'Put your hand on Mikhail''s knee':
  294. *clr & cla
  295. gs 'stat'
  296. 'You lean forward slightly and put your palm on his knee. Mikhail grins as you whisper, "I understand. Do you need a little demonstration of my other skills?" Mikhail leans back in his chair, "You''re a smart girl, <<$pcs_nickname>>, carry on."'
  297. gt 'Voltrenersex', 'bj'
  298. end
  299. end
  300. if $ARGS[0] = 'trener_speak':
  301. gs 'stat'
  302. cla
  303. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  304. *nl
  305. if npc_rel['A69'] > 40 and VoltrenerVoyeur = 2:
  306. '"Coach, don''t you like me? You like to spy on me in the shower, and cum on me, but do you like me?" You look at Mikhail adoringly, with big enthusiastic eyes.'
  307. 'Mikhail takes your hand in his and says, "<<$pcs_nickname>>, you are a very beautiful girl, and will be a great athlete someday, as long as you stay focused, but I told you I''m a married man, and I am worried about what we did."'
  308. 'You frown angrily, not expecting this.'+$OpenInnerThought+'"Well, at least he''s not dismissing or patronizing me. Maybe he just needs me to nudge him more in my direction? Maybe I should be the one who is jealous?"'+$CloseInnerThought
  309. VoltrenerVoyeur = 3 & ! flag start looking trainer for Ivan and you
  310. if pcs_horny > 80: npc_rel['A69'] += 3 & 'You decided to test his resolve.'
  311. act 'Test him':
  312. *clr & cla
  313. pcs_horny += 10
  314. gs 'stat'
  315. if Discoclose = 1 and $pantyworntype ! 'none':
  316. trenerlust += 5
  317. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak5.jpg"></center>'
  318. '"Coach, could you please help me?" You wait for an affirmative nod from the coach before leaning over, exposing your panties and say, "Please take a look, I think something was rubbing during training, and now it''s all sore."'
  319. 'Mikhail tries to look indifferent as he carefully inspects your butt. "Nothing there, but usually comfortable and well fitted underwear will prevent rubbing." Despite his efforts to remain objective, you see his dick straining to escape his pants.'
  320. elseif Discoclose = 1 and $pantyworntype = 'none':
  321. trenerlust += 5
  322. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak6.jpg"></center>'
  323. '"Coach, could you please help me?" You wait for an affirmative nod from the coach. You rest your upper body against the back of a chair and lean over arching your back. You aren''t wearing panties and the coach gets a perfect view of your bare pussy. "Please take a look, I think something was rubbing during training, and now it''s all sore."'
  324. 'Mikhail tries to look indifferent as he carefully inspects your holes. "Nothing there, but usually wearing panties and not showing off your bare ass will give you much better protection." Despite his efforts to remain objective, you see his dick straining to escape his pants.'
  325. else
  326. trenerlust += 5
  327. '<center><video autoplay loop src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak7.mp4"></video></center>'
  328. '"Coach, could you please help me?" You wait for an affirmative nod from the coach before getiing down on your knees and turning your ass to the coach. Lowering your shorts you say, "Please take a look, I think something was rubbing during training, and now it''s all sore."'
  329. 'Mikhail tries to look indifferent as he carefully inspects your butt, "Nothing there, but usually comfortable and well fitted underwear will prevent rubbing." Despite his efforts to remain objective, you see his dick straining to escape his pants.'
  330. end
  331. act 'Say goodbye':
  332. if Discoclose = 1:
  333. Discoclose = 0
  334. CLOSE ALL
  335. gt 'pod_ezd','etaj_1'
  336. else
  337. gt 'gdksport', 'start'
  338. end
  339. end
  340. end
  341. elseif npc_rel['A69'] >= 0 and trener_Speak = 0:
  342. trener_Speak += 1
  343. 'You decide to talk to the coach about the rumors that he played on the European championship winning team, but the subject seems to be painful. "<<$pcs_lastname>>, I don''t want to talk about that just to satisfy your curiosity," he begs you.'
  344. if pcs_horny > 80 or fame['pav_slut'] > 50:
  345. npc_rel['A69'] += 2
  346. trenerlust += 2
  347. '"You don''t want to satisfy my curiosity? How about just satisfying me?" you whisper suggestively. Coach looks uncertainly at you as if he were about to say something more, but turns away instead.'
  348. end
  349. elseif npc_rel['A69'] > 10 and trener_Speak = 1:
  350. trener_Speak = 2
  351. 'Seeing that the subject upset Mikhail, you attempt to cheer him up. Chirping all sorts of nonsense, you eventually asked if he has a girlfriend or wife. "<<$pcs_lastname>> do you have nothing better to do than ask me about stuff that doesn''t concern you?" You continued to pester him and say that you are very interested. Coach finally gives up and says, "Yes, I have a wife. She is the jealous type though, so if she sees you hanging around me, she''ll try to kill you. And probably me, too."'
  352. if pcs_horny > 80 or fame['pav_slut'] > 50:
  353. npc_rel['A69'] += 2
  354. '"I''m not afraid, and I doubt she is prettier than me," you retort, making Mikhail smile.'
  355. end
  356. elseif npc_rel['A69'] > 20 and trener_Speak = 2:
  357. trener_Speak = 3
  358. 'Studiously avoiding any mention of the European championship, you ask the coach to talk about volleyball. He tells you that being a competitive player means being focused. Responsible players do not go to dances and guzzle booze right before competitions. You were hoping to hear something actually interesting, but instead get a lecture and end up tuning him out.'
  359. if pcs_horny > 80 or fame['pav_slut'] > 50:
  360. npc_rel['A69'] += 3
  361. 'Quickly bored, you decide to interrupt his monologue with a bit of provocative action.'
  362. end
  363. act 'Interrupt':
  364. *clr & cla
  365. pcs_horny += 10
  366. gs 'stat'
  367. trenerlust += 2
  368. if Discoclose = 1:
  369. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak1.jpg"></center>'
  370. 'You spun around and your skirt flares up, giving Mikhail a glimpse of your upper thighs and even a bit of ass cheek. Coach''s eyes follow your ass and legs hungrily.'
  371. '"The ball is in your court, so watch carefully," you say, noticing his interest.'
  372. 'Mikhail looks confused and turns away. '+$OpenInnerThought+'"That should give him something else to think about."'+$CloseInnerThought
  373. else
  374. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak2.jpg"></center>'
  375. 'You go to the window and start playing with your hair, giving the coach ample opportunity to admire your flexible figure.'+$OpenInnerThought+' "Hopefully he will get the hint."'+$CloseInnerThought
  376. end
  377. act 'Say goodbye':
  378. if Discoclose = 1:
  379. Discoclose = 0
  380. CLOSE ALL
  381. gt 'pod_ezd','etaj_1'
  382. else
  383. gt 'gdksport', 'start'
  384. end
  385. end
  386. end
  387. elseif npc_rel['A69'] > 30 and trener_Speak = 3:
  388. trener_Speak = 4
  389. 'Once again you decide to talk about volleyball with Mikhail. His eyes become a bit unfocused as he begins his story. "When we arrived at the competition, the USSR teams settled into the hotel. I was not small, 194 cm in height, but while waiting for the lift I was quite impressed by the team of our Soviet athletes standing nearby. I felt like a pygmy next to these monumental figures from the great sport. We all piled into the elevator and began to head up. On one of the middle floors the elevator stopped, and two puny Asians wearing coaches'' caps got on and begin enthusiastically speaking to each other, looking at our girls butts. When the elevator stopped and the women got off, one of the Asians playfully slaps the last one on the ass. Without turning around, and by pure reflex, she thrusts her elbow back, catching the Asian right between the eyes. There was a dull thud and the unfortunate guy falls unconscious, sliding down the rear wall of the elevator while his friend just laughed. The woman slowly turns her head and utters the immortal phrase: - "Oh, exotics wanted..."'
  390. 'As the coach tells you this story, with its sexual overtones, you think,'+$OpenInnerThought+' "Maybe he''d be more into me if I made him jealous. What if he sees me with one of the other jocks? And if I don''t wear panties to training he might catch a glimpse of what he really wants."'+$CloseInnerThought
  391. !! flag start training without panties in gdksport - go to coaching
  392. volleytanga = 1
  393. act 'Check':
  394. *clr & cla
  395. pcs_horny += 10
  396. gs 'stat'
  397. trenerlust += 2
  398. if Discoclose = 1:
  399. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak3.jpg"></center>'
  400. 'You undo your top enough that your breasts fall out, then turn to the coach, arching your back and thrusting your juicy melons forward. Mikhail''s eyes immediately focused on them. Swallowing hard, the coach looks up from your tits.'+$OpenInnerThought+' "I''ll have to do something more to tease him, maybe not wearing panties during practice can help send him over the edge."'+$CloseInnerThought+' The thought flashes through your mind, followed by butterflies in your stomach.'
  401. else
  402. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak4.jpg"></center>'
  403. 'You pull on your shorts as if you were adjusting them, pulling them so hard that your pussy is clearly outlined in a camel-toe. From the way he stares at your crotch, you know your attempts to catch his interest were successful.'
  404. '"The ball is in your court, so watch carefully." you say with a mischievous smile. Mikhail, a bit confused, turns away.'
  405. $OpenInnerThought+'"I''ll have to do something more to tease him, maybe not wear panties during our next workout."'+$CloseInnerThought+' The thought flashes through your mind, followed by butterflies in your stomach.'
  406. end
  407. act 'Say goodbye':
  408. if Discoclose = 1:
  409. Discoclose = 0
  410. CLOSE ALL
  411. gt 'pod_ezd','etaj_1'
  412. else
  413. gt 'gdksport', 'start'
  414. end
  415. end
  416. end
  417. elseif ShowerIvan = 3 and trener_Speak = 4:
  418. trener_Speak = 5
  419. '"Coach, are you angry with me about Ivan? We aren''t serious, he only cares about his competitions. Besides, I like you better." Mikhail tries to gather himself but only manages to stare at you and cough.'
  420. 'You seize the initiative. "I wanted to ask you, do the coaches of the Junior volleyball teams get paid well? If so then I might also want to become a coach too. You have a car and you dress stylishly, but you, as a former international player and European championship winner, probably get paid extra."'
  421. act 'Humbly listen':
  422. cla & *clr
  423. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak20.jpg"></center>'
  424. '"<<$pcs_lastname>>, I will not be drawn into talking about the championship. And no, coaches don''t get paid a lot. I spend my Sunday mornings training rich women in the fitness center. One lesson there pays more than a month working as a coach in our town."'
  425. $OpenInnerThought+'"Didn''t get anything out of him there, <<$pcs_lastname>>. Although, the classes in the fitness center should be worth investigating."'+$CloseInnerThought
  426. npc_rel['A69'] += 3
  427. 'Seeing Mikhail a little upset by your questions, you decide to cheer him up.'
  428. !! the flag on the emergence of Turner in the center
  429. ShowerIvan = 4
  430. act 'Kiss':
  431. cla & *clr
  432. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak8.jpg"></center>'
  433. 'Wrapping your arms around Coach''s neck, you surprise him by kissing him full on the lips. The coach stands still, dumbfounded. Deciding this was a success, you slip your hand into his pants...'
  434. act 'Grab his cock':
  435. cla & *clr
  436. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/sex/voltrenerspeak9.jpg"></center>'
  437. 'Without wasting time, you pull his stiff cock out of his pants, squeezing it, and sliding your hand up and down his shaft...'
  438. act 'Take him in your mouth':
  439. cla & *clr
  440. pcs_horny += 10
  441. centr = 1
  442. gs 'stat'
  443. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/sex/voltrenerspeak10.jpg"></center>'
  444. 'As soon as your lips wrap around his hard cock, Mikhail seems to panic and pushes your head away, hastily tucking his dick back into his pants.'
  445. '"<<$pcs_nickname>>, stop trying to molest me. I explained everything already, so be good. I can''t allow this to happen, especially after what happened in the championship..." He abruptly breaks off and walks away.'
  446. 'You watch him walk with interest, while deciding that you need to go to the fitness center and try to learn something about this damned championship. Obviously something major happened there.'
  447. act 'Say goodbye':
  448. if Discoclose = 1:
  449. Discoclose = 0
  450. CLOSE ALL
  451. gt 'pod_ezd','etaj_1'
  452. else
  453. gt 'gdksport', 'start'
  454. end
  455. end
  456. end
  457. end
  458. end
  459. end
  460. elseif trener_Speak = 5 and ShowerIvan = 6:
  461. cla & *clr
  462. centr = 3 & ! to close the fitness center encounters
  463. trener_Speak = 6
  464. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak19.jpg"></center>'
  465. 'You take Mikhail''s hand in yours and say, "Coach, I want you to know that I would never betray you. I certainly like to gossip, but human relationships are not the reason for the chatter. I''m not like the girl from the national team." Blurting this out, you stare at the coach and wait for his reaction.'
  466. '"That damn Chinaman just can''t help but gossip." Mikhail says, smiling, "And you''re a stubborn wench, <<$pcs_lastname>>. I will think about it, now go home."'
  467. elseif trener_Speak = 6 and trenerSex >= 1:
  468. cla & *clr
  469. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak21.jpg"></center>'
  470. 'You decide to ask the coach if he will let you start for the team, while trying to look as sexy as possible. Mikhail just frowns, though, and says, "You''re not acting like a starter, <<$pcs_lastname>>. Starters work hard and don''t fool around."'
  471. 'You suck in your breath at the insult, you know you''ve been working your ass off and deserve it.'
  472. act 'Threaten to reveal the relationship':
  473. cla & *clr
  474. npc_rel['A69'] = 0
  475. volleysostav = 0
  476. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak22.jpg"></center>'
  477. '"Mikhail, I''ve been working as hard as anyone! I deserve to be a starter. If you make me a starter, I''ll make sure no one knows about us." you angrily retort without thinking.'
  478. '"<<$pcs_lastname>>, are you stupid? I didn''t think you could get so low. It seems I was mistaken about you. Don''t come near me, I''m done with you. And with coaching you, too. You''re off the team!"'
  479. act 'Leave':
  480. if Discoclose = 1:
  481. Discoclose = 0
  482. CLOSE ALL
  483. gt 'pod_ezd','etaj_1'
  484. else
  485. gt 'gdksport', 'start'
  486. end
  487. end
  488. end
  489. act 'Hold your temper':
  490. cla & *clr
  491. npc_rel['A69'] += 5
  492. trener_Speak = 7
  493. 'You really want to yell at him, but you resist. Still looking faithfully into his eyes, you say you''re ready for your good behavior to show. You bend over and present your ass.'
  494. if Discoclose = 1 and $pantyworntype ! 'none':
  495. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak25.jpg"></center>'
  496. 'You pull your clothes down, along with your panties. Mikhail looks at you with interest.'
  497. elseif Discoclose = 1 and $pantyworntype = 'none' and PCloSkirt > 0:
  498. '<center><video autoplay loop src="images/locations/pavlovsk/community/gym/volley/sex/voltrenerspeak24.mp4"></video></center>'
  499. 'You hike up the hem of your skirt and your naked ass and pussy peek out. Mikhail looks at you and then your ass, before lifting your hem even higher, completely exposing your ass from under your skirt.'
  500. elseif Discoclose = 1 and $pantyworntype = 'none' and PCloPants > 0:
  501. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/voltrenerspeak25.jpg"></center>'
  502. 'You slowly lower your pants revealing that you have no panties on underneath. Mikhail looks at you with interest as you wriggle your naked ass at him.'
  503. else
  504. '<center><video autoplay loop src="images/locations/pavlovsk/community/gym/volley/sex/voltrenerspeak23.mp4"></video></center>'
  505. 'Putting a hand on your ass, Mikhail pulls the crotch of your panties to the side and spread your ass. You feel his fingers, strong and rough from years of athletic training, massaging your holes.'
  506. end
  507. $OpenInnerThought+'"If it makes you horny, then I think it is good behaviour."'+$CloseInnerThought
  508. '"<<$pcs_nickname>>, I''m not talking about your training. Why does it always come to this with you?"'
  509. 'You chuckle and decide to be patient, you know the Mikhail''s quirks now and how far you can push him. Based on previous experience, it seems you won''t be getting him this time, but next time...'
  510. act 'Leave':
  511. if Discoclose = 1:
  512. Discoclose = 0
  513. gt 'pod_ezd','etaj_1'
  514. else
  515. gt 'gdksport', 'start'
  516. end
  517. end
  518. end
  519. elseif trener_Speak = 7 and npc_rel['A69'] > 85 and pcs_vball > 70:
  520. trener_Speak = 8
  521. cla
  522. *clr
  523. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener5.jpg"></center>'
  524. 'Mikhail smiles at you, gives a thumbs up, and says, "<<$pcs_nickname>>, I want to congratulate you, I think. I''ve decided to make you a first string regular. From now on, you''ll be starting."'
  525. '"But," he adds, shaking his finger at you admonishingly. "You still need to keep practicing, and less drinking!"'
  526. 'You squeal happily and threw your arms around the Mikhail''s neck. "Now we have them... I always... Yes we like..." The excitement of the unexpected announcement left you unable to speak and Mikhail just smiles at you and says "Go."'
  527. volleysostav = 2
  528. else
  529. npc_rel['A69'] += 1
  530. '"Seeing as you are showing some interest in volleyball, I''ll fill you in on some history:"'
  531. $volleyhistory[1]='"In 1895 Williaam J. Morgan, an instructor at a young men''s Christian Association (YMCA, Holyoke, Mass.(religion is the cradle of modern civilization)) decided to blend elements of basketball, baseball, tennis and handball, to create a new game called volleyball (at the time it was called mintonette). Morgan borrowed the net from tennis and installed it at the approximate height of 196 cm from the floor, slightly above the heads of the average person.'
  532. $volleyhistory[2]='"During a demonstration of the game Morgan noticed that the players volley the ball back and forth over the net, and decided Volleyball would be the most appropriate name for this sport. On 7 July 1896 in Springfield College, the first game of volleyball was played.'
  533. $volleyhistory[3]='"In 1916, the Philippines saw the first demonstration of combination pass and smash, with a high pass on a trajectory designed for another player to attack.'
  534. $volleyhistory[4]='"1920 saw the establishment of the rule of three touches of the ball by players of one team before the ball has to cross over the net, as well as the typical positioning of attackers and back line players. '
  535. $volleyhistory[5]='"In 1930 the first game of beach volleyball was played, with teams of two.'
  536. $volleyhistory[6]='"1934 brought about volleyball judges (before then the matches were refereed by a priest in a cassock of the young men''s Christian Association).'
  537. $volleyhistory[7]='"In 1947 the International volleyball Federation (FIVB) was formed.'
  538. $volleyhistory[8]='"In 1948 the first beach volleyball tournament was held.'
  539. $volleyhistory[9]='"In 1949 the first volleyball world championships took place, in Prague.'
  540. $volleyhistory[10]='"In 1964 Volleyball was introduced to the Olympics, at the Tokyo games.'
  541. *pl $volleyhistory[rand(1,10)]
  542. end
  543. act 'Say goodbye':
  544. if Discoclose = 1:
  545. Discoclose = 0
  546. gt 'pod_ezd','etaj_1'
  547. else
  548. gt 'gdksport', 'start'
  549. end
  550. end
  551. end
  552. --- Voltrener ---------------------------------