gdksport.qsrc 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973
  1. # gdksport
  2. !2021/05/02
  3. if $ARGS[0] = 'start':
  4. CLOSE ALL
  5. *clr & cla
  6. $loc_arg ='start'
  7. $locM_arg = 'start'
  8. $loc = 'gdksport'
  9. $locM = 'gdksport'
  10. $menu_loc = 'gdksport'
  11. $menu_arg = 'start'
  12. menu_off = 0
  13. $location_type = 'public_indoors'
  14. gs 'stat'
  15. gs 'themes', 'indoors'
  16. '<center><b><font color="maroon">community center</font></b></center>'
  17. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/gdksport.jpg"></center>'
  18. 'The community center sports club offers lessons in <a href="exec: gt ''gdksport'',''racing1''">Racing</a>, <a href="exec: gt ''gdksport'',''dance1''">Dance</a> and <a href="exec: gt ''gdksport'',''vball1''">Volleyball</a>. All lessons start before 18:00'
  19. *nl
  20. 'In the locker room is a <a href="exec: gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec: gt ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
  21. *nl
  22. if AlbinaQW['StarletsJoined'] > 0 and AlbinaQW['StarletsShutDown'] = 0 and npc_pregtalk['A23'] = 0 and cheerleaders_on = 1: 'Albina is at cheerleading, so there is no Starlets training today.'
  23. if kotovLoveQW > 0 and hour = 16:
  24. 'You see <a href="exec:minut += 3 & gt ''kotovEv''">Vitek Kotov</a> with a large sports bag entering the sports club.'
  25. elseif npc_rel['A3'] >= 60 and hour = 17 and ivansportday ! daystart:
  26. 'You see <a href="exec:minut += 3 & gt ''IvanEv''">Ivan Prokhorov</a> with a large sports bag entering the sports club.'
  27. end
  28. if npc_rel['A5'] >= 80 and fedorKozlovQW = 0 and hotcat >= 5 and fedorkozbreak < 2 and fame['pav_slut'] <= 75: gt 'gdksport', 'Fedor First Date'
  29. if week <= 5 and hour >= 16 and hour < 18 and fedorKozlovQW >= 20:
  30. 'You can see <a href="exec: gt ''FedorMisc'', ''Fedor Workout''">Fedor</a> on his phone next to some punching bags.'
  31. end
  32. if (temper < 15 or sunWeather ! 1) and hour > 8 and hour < 12 and week = 6 and bbpickupDay + 14 <= daystart and fbpickupDay ! daystart:
  33. *nl
  34. 'As you pass by the sports field you notice that most of the ''jocks'' have gathered around the <a href="exec:gt ''bbgamein'', ''start''">basketball court</a>.'
  35. end
  36. *nl
  37. if $clothingworntype ! 'danilovich_outfits': 'You are not dressed in sports clothes.'
  38. if $shoeworntype ! 'danilovich': 'You are not wearing training shoes.'
  39. act 'Go outside':
  40. if $clothingworntype = 'nude':
  41. msg'<b><font color = red>You need to get dressed before leaving.</font></b>'
  42. gt 'gdksport', 'start'
  43. elseif lariskaQwestStart <= daystart and lariskaQwestStart ! 0 and LariskaQW['LariskaHelp'] = 0:
  44. LariskaQW['LariskaHelp'] = 1
  45. gt 'LariskaStart', 'start'
  46. elseif LariskaQW['LariskaHelp'] = 1 and LariskaQW['LariskaHelpEnd'] = 0 and lariskaQwestDay <= daystart:
  47. LariskaQW['LariskaHelpEnd'] = 1
  48. gt 'LariskaStart', 'end'
  49. else
  50. gt 'pav_commcenter'
  51. end
  52. end
  53. act 'Go to the toilets':
  54. if $clothingworntype = 'nude':
  55. msg'<b><font color = red>You need to get dressed before leaving.</font></b>'
  56. gt 'gdksport', 'start'
  57. elseif lariskaQwestStart <= daystart and lariskaQwestStart ! 0 and LariskaQW['LariskaHelp'] = 0:
  58. LariskaQW['LariskaHelp'] = 1
  59. gt 'LariskaStart', 'start'
  60. elseif LariskaQW['LariskaHelp'] = 1 and LariskaQW['LariskaHelpEnd'] = 0 and lariskaQwestDay <= daystart:
  61. LariskaQW['LariskaHelpEnd'] = 1
  62. gt 'LariskaStart', 'end'
  63. else
  64. gt 'gdktoilet', 'start'
  65. end
  66. end
  67. act 'Change outfit in the locker room':
  68. cla
  69. gt 'wardrobe', 'start'
  70. end
  71. if shampoo > 0 or (StoryLine = 1 and (SchoolAtestat = 0 or SchoolBlock = 0)):
  72. act 'Take a shower': gt 'gdksport', 'shower'
  73. else
  74. '<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'
  75. end
  76. *nl
  77. if pcs_stam > 20 and $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and hour < 18:
  78. if gsAboBeg > 0 and npc_pregtalk['A131'] = 0:
  79. if pcs_energy >= 20:
  80. act 'Take a track lesson. You have <<gsAboBeg>> lessons remaining': gt 'gdksport', 'racing2'
  81. else
  82. act 'Take a track lesson. You have <<gsAboBeg>> lessons remaining': '<br><font color="red">You feel too hungry to do this.</font>'
  83. end
  84. end
  85. if gsAboVolley > 0 and volleysostav = 0 and npc_pregtalk['A69'] = 0:
  86. if pcs_energy >= 20:
  87. if week ! 5:
  88. act 'Take a volleyball lesson. You have <<gsAboVolley>> lessons remaining': gt 'gdksport', 'vball2'
  89. else
  90. act 'Take a volleyball lesson. You have <<gsAboVolley>> lessons remaining': gt 'gdksport', 'vball3'
  91. end
  92. else
  93. act 'Take a volleyball lesson. You have <<gsAboVolley>> lessons remaining': '<br><font color="red">You feel too hungry to do this.</font>'
  94. end
  95. end
  96. if volleysostav > 0:
  97. if week ! 6 and volkomday ! daystart:
  98. if pcs_energy >= 20:
  99. act 'Play with the team': gt 'gdksport', 'vball4'
  100. else
  101. act 'Play with the team': '<br><font color="red">You feel too hungry to do this.</font>'
  102. end
  103. elseif week = 6 and sorevday ! daystart and hour <= 18:
  104. if pcs_energy >= 20:
  105. act 'Play in Tournament': gt 'gdksport', 'vball5'
  106. else
  107. act 'Play in Tournament': '<br><font color="red">You feel too hungry to do this.</font>'
  108. end
  109. elseif week = 6 and sorevday ! daystart and hour > 18:
  110. 'As you look around, you don''t see anyone from the team. You suddenly realize that there was a tournament game today and you were supposed to be here at 18:00! You missed the bus and the coach is going to be furious!'
  111. gs 'npc_relationship', 'modify', 'A69', -20
  112. sorevday = daystart
  113. act 'Back': gt 'gdksport', 'start'
  114. elseif pregtime >= 90:
  115. act 'Play with the team': gt 'gdksport', 'vballreact'
  116. end
  117. end
  118. if gsAboDance > 0 and AlbinaQW['StarletsJoined'] = 0 and npc_pregtalk['A23'] = 0:
  119. if pcs_energy >= 20:
  120. act 'Take a dance lesson. You have <<gsAboDance>> lessons remaining':
  121. if rand(0, 5) = 0:
  122. gt 'danceGev'
  123. else
  124. gt 'gdksport', 'dance2'
  125. end
  126. end
  127. else
  128. act 'Take a dance lesson. You have <<gsAboDance>> lessons remaining': '<br><font color="red">You feel too hungry to do this.</font>'
  129. end
  130. elseif AlbinaQW['StarletsJoined'] > 0 and AlbinaQW['StarletsShutDown'] = 0 and npc_pregtalk['A23'] = 0 and AlbinaQW['startletsday'] ! daystart:
  131. if hour = 15 and starlets_on = 1:
  132. if pregtime >= 90 or grupTipe = 5 or starlets_missed = 1:
  133. if pregtime >= 90: act 'Train with Starlets': gt 'albina_starlets', 'Starletsreact'
  134. if grupTipe = 5: act 'Train with Starlets': gt 'albina_starlets', 'StarletsEnd'
  135. if starlets_missed = 1:
  136. act 'Train with Starlets':
  137. starlets_missed = 0
  138. starlet_practice_skipped += 1
  139. gt 'albina_starlets', 'StarletsPracticeMissed'
  140. end
  141. end
  142. else
  143. act 'Train with Starlets': gt 'albina_starlets', 'starlets'
  144. end
  145. 'Tell Albina you want to <a href="exec:gt ''albina_starlets'',''Quit''">quit</a> the Starlets.'
  146. end
  147. end
  148. elseif pcs_stam <= 20:
  149. *nl
  150. 'You are too tired to do any exercise. You need to rest and replenish your stamina.'
  151. end
  152. if deodorant > 0 and deodorant_on = 0:
  153. 'Your deodorant will last you for <b><<deodorant>></b> more '+iif(deodorant = 1, 'application.', 'applications.')
  154. act 'Apply deodorant (0:01)':
  155. *clr & cla
  156. menu_off = 1
  157. minut += 1
  158. deodorant -= 1
  159. gs 'sweat', 'deo'
  160. iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
  161. 'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
  162. act 'Continue': menu_off = 0 & gt $loc, $loc_arg
  163. end
  164. end
  165. end
  166. if $ARGS[0] = 'racing1':
  167. menu_off = 1
  168. *clr & cla
  169. gs 'stat'
  170. 'Race training cost 300 <b>₽</b> for 30 lessons.'
  171. act 'Leave': gt 'gdksport', 'start'
  172. if money >= 300 and gsAboBeg <= 0:
  173. act 'Buy 30 racing lessons (300 <b>₽</b>)':
  174. *clr & cla
  175. money -= 300
  176. gsAboBeg = 30
  177. gs 'stat'
  178. 'You paid for 30 racing lessons.'
  179. act 'Leave': gt 'gdksport', 'start'
  180. end
  181. end
  182. end
  183. if $ARGS[0] = 'dance1':
  184. menu_off = 1
  185. *clr & cla
  186. gs 'stat'
  187. 'Dance lessons cost 300 <b>₽</b> for 30 lessons.'
  188. act 'Leave': gt 'gdksport', 'start'
  189. if money >= 300 and gsAboDance <= 0:
  190. act 'Buy 30 dance lessons (300 <b>₽</b>)':
  191. *clr & cla
  192. money -= 300
  193. gsAboDance = 30
  194. gs 'stat'
  195. 'You paid for 30 dance lessons.'
  196. act 'Leave': gt 'gdksport', 'start'
  197. end
  198. end
  199. end
  200. if $ARGS[0] = 'vball1':
  201. menu_off = 1
  202. *clr & cla
  203. gs 'stat'
  204. 'Volleyball lessons cost 300 <b>₽</b> for 30 visits.'
  205. act 'Leave': gt 'gdksport', 'start'
  206. if money >= 300 and gsAboVolley <= 0:
  207. act 'Buy 30 volleyball lessons (300 <b>₽</b>)':
  208. *clr & cla
  209. money -= 300
  210. gsAboVolley = 30
  211. gs 'stat'
  212. 'You paid for 30 volleyball lessons.'
  213. act 'Leave': gt 'gdksport', 'start'
  214. end
  215. end
  216. end
  217. if $ARGS[0] = 'dance2':
  218. cla & *clr
  219. menu_off = 1
  220. gs 'stat'
  221. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dance_studio/fit1.jpg"></center>'
  222. if pcs_danc < 50:
  223. gsAboDance -= 1
  224. gs 'exercise', 'tier2', 120, 'agil_exp', 'danc_exp'
  225. if pcs_inhib < 40:inhib_exp += rand(1,2)
  226. 'You take a lesson in modern dance, which is very popular with people your age.'
  227. if pcs_danc < pcs_agil:
  228. 'Your skill still has a ways to go, but your agility helps you pull off some of the dance moves.'
  229. else
  230. 'Your body lacks the agility to perform the dance moves that you are being taught.'
  231. end
  232. !place for use in events
  233. gs 'stat'
  234. act 'Leave': gt 'gdksport', 'start'
  235. else
  236. gsAboDance -= 1
  237. gs 'exercise', 'tier2', 120, 'agil_exp'
  238. if pcs_inhib < 40:inhib_exp += rand(1,2)
  239. gs 'stat'
  240. 'You take a lesson in modern dance, which is very popular with people your age.'
  241. 'There is nothing you can learn from this dance class with your current skill. You need to find a new teacher or travel to the city to find better dance classes if you wish to improve further, it is still good exercise.'
  242. act 'Leave':
  243. if rand (0,4) = 0:
  244. if AlbinaQW['StarletsJoined'] = 0 and AlbinaQW['StarletsShutDown'] = 0 and StoryLine ! 0 and ( month < 10 or ( month = 10 and day < 18 )):
  245. if alterstrtimg = 13:
  246. gt 'albina_starlets', 'albina3'
  247. elseif grupTipe = 1 or grupTipe = 2:
  248. gt 'albina_starlets', 'albina2'
  249. else
  250. gt 'albina_starlets', 'albina1'
  251. end
  252. else
  253. gt 'gdksport', 'start'
  254. end
  255. else
  256. gt 'gdksport', 'start'
  257. end
  258. end
  259. end
  260. end
  261. if $ARGS[0] = 'racing2':
  262. *clr & cla
  263. menu_off = 1
  264. gsAboBeg -= 1
  265. gs 'exercise', 'tier2', 120, 'run_exp'
  266. gs 'stat'
  267. '<center><img <<$set_imgh>> src="images/locations/shared/park/parkbeg.jpg"></center>'
  268. 'You spend 20 minutes on warm up, run for 90 minutes then spend 10 minutes on your cool down.'
  269. act 'Leave': gt 'gdksport', 'start'
  270. end
  271. if $ARGS[0] = 'vball2':
  272. *clr & cla
  273. menu_off = 1
  274. gsAboVolley -= 1
  275. if alko < 2:
  276. npc_rel['A69'] += rand(0,2)
  277. gs 'exercise', 'tier2', 120, 'vball_exp', 'run_exp', 'agil_exp', 'stren_exp', 'vital_exp'
  278. else
  279. gs 'exercise', 'tier1', 120, 'run_exp'
  280. if pcs_inhib < 40:inhib_exp += rand(0,1)
  281. end
  282. gs 'stat'
  283. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/gdksport.jpg"></center>'
  284. if alko < 2:
  285. 'At the beginning of the workout you ran a few laps around the gym. After some sprints, you did abdominal exercises. Afterwards, you practiced volleying and serving the ball.'
  286. else
  287. npc_rel['A69'] -= rand(0,2)
  288. 'You tried to train, but your level of intoxication doesn''t let you focus. The coach sent you to spend the lesson doing laps.'
  289. end
  290. act 'Leave': gt 'gdksport', 'start'
  291. act 'Talk to the coach': gt 'Voltrener', 'start'
  292. end
  293. if $ARGS[0] = 'vball3':
  294. *clr & cla
  295. menu_off = 1
  296. gsAboVolley -= 1
  297. gs 'stat'
  298. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/gdksport.jpg"></center>'
  299. 'On Fridays they hold intramural competitions. Scouts for professional teams sometime come to see who the stronger and more talented players are.'
  300. if alko < 2:
  301. gs 'exercise', 'tier2', 120, 'vball_exp', 'run_exp', 'agil_exp', 'stren_exp', 'vital_exp'
  302. if pcs_vball < 25:
  303. 'You were an absolutely lousy player and made constant mistakes. Eventually, the coach had enough and he removed you from the court.'
  304. elseif pcs_vball < 50:
  305. 'You did not play very well. Sometimes you made some blunders. The coach was angry, but tolerated your antics.'
  306. elseif pcs_vball < 75:
  307. 'You played well on the court and rarely made any mistakes. The coach looked pleased with you.'
  308. else
  309. 'You played great on the court, and easily defeated your rivals. The coach looked pleased with your game.'
  310. if rand(0, 1) = 0:
  311. if andGevknow = 0:$nameAndGev = 'some guy'
  312. if andGevknow > 0:$nameAndGev = 'Andrei'
  313. 'During the game you got pushed by <a href="exec: gt ''volAndGev'', ''start''"><<$nameAndGev>></a>.'
  314. end
  315. end
  316. else
  317. minut += 120
  318. 'You took to the court, but kept missing plays because you were too drunk to focus. The coach noticed your state and removed you from the game.'
  319. end
  320. act 'Leave': gt 'gdksport', 'start'
  321. act 'Talk to the coach': gt 'Voltrener', 'start'
  322. end
  323. if $ARGS[0] = 'vball4':
  324. *clr & cla
  325. menu_off = 1
  326. volkomday = daystart
  327. gs 'exercise', 'tier2', 120, 'vball_exp', 'run_exp', 'agil_exp', 'stren_exp', 'vital_exp'
  328. npc_rel['A69'] += 1
  329. if pcs_inhib < 40:inhib_exp += rand(0,1)
  330. gs 'stat'
  331. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/gdksport.jpg"></center>'
  332. 'Number of games <<volsesongame>>, Win - <<volsesonwin>>, lesions - <<volsesonloss>>.'
  333. 'At the beginning of the workout you ran a few laps around the room. Afterwards the coach has you do push-ups and crunches. Then you practiced receiving and setting up plays and serving the ball. At the end of the workout you had a practice game.'
  334. act 'Leave': gt 'gdksport', 'start'
  335. if $pantyworntype = 'none' and rand(0,1) = 1 and (volleytanga = 1 or VoltrenerVoyeur >= 5):
  336. gs 'willpower', 'exhib', 'self'
  337. if will_cost <= pcs_willpwr:
  338. act 'Correct clothing (<<will_cost>> Willpower)':
  339. *clr & cla
  340. inhib_exp += rand(1,5)
  341. TrenerLust += 3
  342. Voltrenersee += 1 & ! setcheck on gg without panties
  343. gs 'willpower', 'exhib', 'self'
  344. gs 'willpower', 'pay', 'self'
  345. gs 'stat'
  346. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/game'+rand(1,2)+'.jpg"></center>'
  347. 'It seems the coach noticed you weren''t wearing any panties, his eyes lit up and he said turning away: "<<$pcs_lastname>>. Come see me after training. I need to show you UH... a few things" '
  348. act 'Leave':gs'stat'& gt 'gdksport', 'start'
  349. act 'Go to the coach''s office': gt 'Voltrenersex', 'start'
  350. end
  351. else
  352. act 'Correct clothing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  353. end
  354. else
  355. act 'Talk to the coach': gt 'Voltrener', 'start'
  356. end
  357. end
  358. if $ARGS[0] = 'vball5':
  359. *clr & cla
  360. menu_off = 1
  361. ! gs 'exercise', 'tier2', 120, 'vball_exp', 'run_exp', 'agil_exp', 'stren_exp', 'vital_exp'
  362. gs 'stat'
  363. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/gdksport.jpg"></center>'
  364. 'The tournament starts at 19:00. Your bus departs at 18:00. You gather your things together with the rest of the team and get on a bus that takes you to the out of town match.'
  365. act 'Leave': gt 'gdksport', 'start'
  366. act 'Get on bus and go to play':
  367. volltime = 0
  368. sorevday = daystart
  369. if hour < 18: hour = 18 & minut = 0
  370. timemult = 0
  371. npc_rel['A69'] += 2
  372. minut += 60 & !total time should be 4 hours, 2 hours for the game and 2 hours travel
  373. gt 'gdksport', 'volley'
  374. end
  375. end
  376. if $ARGS[0] = 'volley':
  377. menu_off = 1
  378. gs 'exercise', 'tier2', 30, 'vball_exp', 'run_exp', 'agil_exp', 'stren_exp', 'vital_exp'
  379. ! minut += 30
  380. gs 'stat'
  381. if volltime = 0:
  382. !! reset the scores
  383. volpoint = 0
  384. volpointv = 0
  385. 'The teams take to the court and start playing.'
  386. !! reserve player or you were caught drinking by the coach and he forbid you from playing
  387. if trener_Speak < 8 or seealko = 1:
  388. volleysostav = 1
  389. poverkomand = 50
  390. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/game3.jpg"></center>'
  391. 'You sit on the bench watching your team play.'
  392. !! starter
  393. else
  394. volleysostav = 2
  395. !! between 0 and 200 dependent on player skills
  396. poverkomand = ((pcs_vball*2) + ((pcs_stren + pcs_vital + pcs_agil + pcs_react)/2))/2
  397. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/game4.jpg"></center>'
  398. 'After warming up you run out on the court to join your teammates.'
  399. end
  400. !! opponent skill - between 0 and 200. A perfect player should be able to win every match.
  401. poverkomandV = rand(0, 200)
  402. if poverkomand > poverkomandV:
  403. volpoint = 1
  404. 'Your team plays better than your opponents.'
  405. elseif poverkomand < poverkomandV:
  406. volpointv = 1
  407. 'Your opponents play better than your team.'
  408. else
  409. 'The scoring varies one way, then the other, obviously the teams are evenly matched.'
  410. end
  411. act 'Continue':volltime = 1 & gt 'gdksport', 'volley'
  412. !! halftime
  413. elseif volltime = 1:
  414. 'During the break, both teams have a rest.'
  415. if volpointv = 0:
  416. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
  417. 'Coach tells the team that you can''t relax. "Although we''re winning, you still need to be focused! Don''t let the enemy back into the game!"'
  418. elseif volpoint = 0:
  419. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener2.jpg"></center>'
  420. 'Coach tells the team that losing the first half is bad, but it''s not a disaster. "You pick yourselves up and go out and kick their asses. You can still win this game in the second half."'
  421. else
  422. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener1.jpg"></center>'
  423. 'Coach tells the team that there is no draws in volleyball, he expects you to keep doing the things that you are doing well, but increase pressure. "With more discipline and toughness, you can win this game!"'
  424. end
  425. if volleysostav = 1:
  426. 'You are sitting on the bench.'
  427. act 'Ask to play':
  428. if seealko = 1:
  429. *clr & cla
  430. 'The coach refuses to let you play because he caught you drinking.'
  431. act 'Continue':volltime = 2 & gt 'gdksport', 'volley'
  432. else
  433. *clr & cla
  434. gs 'stat'
  435. if npc_rel['A69'] >= rand(0, 80):
  436. volleysostav = 2
  437. poverkomand = ((pcs_vball*2) + ((pcs_stren + pcs_vital + pcs_agil + pcs_react)/2))/2
  438. 'The coach agrees to let you play the second half.'
  439. act 'Continue':volltime = 2 & gt 'gdksport', 'volley'
  440. else
  441. 'You ask the coach to play, but he shakes his head and explains that it is not strategically right for the team.'
  442. act 'Continue':volltime = 2 & gt 'gdksport', 'volley'
  443. end
  444. end
  445. end
  446. end
  447. act 'Continue':volltime = 2 & gt 'gdksport', 'volley'
  448. !! 2nd half
  449. elseif volltime = 2:
  450. *clr & cla
  451. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/game5.jpg"></center>'
  452. 'Break is over and the team starts the second half.'
  453. if volleysostav = 1:'You sit on the bench watching your team play.'
  454. !! change the opponent skill a bit so both halves are not an entirely static affair.
  455. poverkomandV += rand(-50, 50)
  456. if poverkomand > poverkomandV:
  457. volpoint += 1
  458. 'Your team plays better than your opponents.'
  459. !! you came in and your team scored when they would not have without you
  460. if volleysostav = 2 and volpointv = 1:npc_rel['A69'] += 10
  461. elseif poverkomand < poverkomandV:
  462. volpointv += 1
  463. 'Your opponents play better than your team.'
  464. !! you came in and your team gave up a point they would not have without you
  465. if volleysostav = 2 and volpoint = 1:npc_rel['A69'] -= 5
  466. else
  467. 'The scoring varies one way, then the other. The teams are obviously evenly matched.'
  468. !! you came in and your team tied when they would have lost without you
  469. if volleysostav = 2 and volpointv = 1:npc_rel['A69'] += 5
  470. end
  471. act 'Continue':volltime = 3 & gt 'gdksport', 'volley'
  472. !! end of game
  473. elseif volltime = 3:
  474. *clr
  475. cla
  476. volsesongame += 1
  477. if rand (1, 100) < 3:
  478. if volpointv = 2:
  479. volpoint = 0
  480. volpointv = 2
  481. elseif volpoint = 2:
  482. volpoint = 2
  483. volpointv = 0
  484. end
  485. end
  486. 'Final whistle.'
  487. seealko = 0
  488. if volpoint > volpointv:
  489. volsesonwin += 1
  490. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/game6.jpg"></center>'
  491. 'Your team wins.'
  492. elseif volpoint < volpointv:
  493. volsesonloss += 1
  494. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/game8.jpg"></center>'
  495. 'Your team loses.'
  496. else
  497. if rand (0, 1) = 0:
  498. volsesonwin += 1
  499. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/game7.jpg"></center>'
  500. 'The match was very close, but in the end your team pulls off a win.'
  501. else
  502. volsesonloss += 1
  503. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/game7.jpg"></center>'
  504. 'The match was very close, but in the end your team still loses.'
  505. end
  506. end
  507. minut += 60 & !total time should be 4 hours, 2 hours for the game and 2 hours travel
  508. act 'Leave': gt 'gdksport', 'start'
  509. act 'Talk to the coach': gt 'Voltrener', 'start'
  510. end
  511. end
  512. if $ARGS[0] = 'shower':
  513. menu_off = 1
  514. *clr & cla
  515. $location_type = 'bathroom'
  516. if StoryLine = 1 and (SchoolAtestat = 0 or SchoolBlock = 0): noShampoo = 1
  517. dynamic $showerdin
  518. minut += 15
  519. pcs_horny += 1
  520. pcs_makeup = 1
  521. if frost > 0:frost = 0
  522. gs 'stat'
  523. '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
  524. if IvanShowerYes = 1 and rand(0,3) = 1 and ShowerIvan < 3:
  525. if ShowerIvan = 1: ShowerIvan = 2
  526. 'You enter the women''s shower, and turning the water on, you begin to lather up your body with a washcloth. Suddenly, you hear the door creak open and you remember that you agreed not to lock it for Ivan.'
  527. 'You look around and see Ivan standing there looking at you. "Hello <<$pcs_nickname>>. The men''s shower is full, so I thought I would join you instead." He smiles.'
  528. act 'Shower with Ivan': gt 'gdksport', 'ShowerWithIvan'
  529. gs 'willpower', 'bj', 'resist'
  530. if will_cost <= pcs_willpwr:
  531. act 'Not today (<<will_cost>> Willpower)':
  532. *clr & cla
  533. gs 'willpower', 'bj', 'resist'
  534. gs 'willpower', 'pay', 'resist'
  535. gs 'stat'
  536. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
  537. 'You cover your breasts with one hand and turn sideways crossing your legs while flashing Ivan your best smile.'
  538. '"How about another time Ivan? I''m not feeling it right now." Ivan just laughs and walk out of the shower room.'
  539. 'You quickly lock the door, before finishing your shower in peace.'
  540. act 'Get out of the shower': gt 'gdksport', 'start'
  541. end
  542. else
  543. act 'Not today (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  544. end
  545. !! We only set IvanShowerQW = 1 if the player showers with Ivan because the scene that uses this
  546. !! variable where the player talks to Ivan about the shower at school assumes the player did
  547. !! not run away or kick out Ivan before anything happened. This scene was initially a one-off,
  548. !! but was changed to make it repeatable because showering with Ivan here is non-obviously an
  549. !! intermediate step in becoming a starter on the volleyball team. If avoiding needing this
  550. !! scene to be repeatable is desired, someone with a better sense of Ivan as a character than
  551. !! me could add a version of the followup scene at school for when the player doesn''t shower
  552. !! with Ivan using IvanShowerQW = 2 at some point. If this is done, this scene can be made
  553. !! non-repeatable by removing the (IvanShowerQW = 2 and rand(0,3) = 1) part
  554. elseif (kotovVSprohorov = 1 or (IvanShowerQW = 2 and rand(0,3) = 1)) and ShowerIvan < 3:
  555. 'You enter the women''s shower and turning the water on, begin to lather your body with a washcloth. Suddenly, you hear the door creak open and you remember that you forgot to lock it.'
  556. 'You look around and see Ivan standing in the doorway looking at you. "Hi <<$pcs_nickname>>. Can I join you? The men''s shower is full' + iif(IvanShowerQW = 2, ' again', '') + '." He smiles.'
  557. kotovVSprohorov = 2
  558. IvanShowerQW = 2
  559. gs 'willpower', 'bj', 'resist'
  560. if will_cost <= pcs_willpwr:
  561. act 'Throw Ivan out (<<will_cost>> Willpower)':
  562. *clr & cla
  563. gs 'willpower', 'bj', 'resist'
  564. gs 'willpower', 'pay', 'resist'
  565. gs 'stat'
  566. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
  567. 'You cover your breasts with one hand and turn sideways crossing your legs as you hurl your washcloth at Ivan. He easily dodges the flying cloth and laughs as he exits the shower room.'
  568. 'You quickly lock the door, before finishing your shower in peace.'
  569. act 'Get out of the shower': gt 'gdksport', 'start'
  570. end
  571. else
  572. act 'Throw Ivan out (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  573. end
  574. act 'Uh, what?':
  575. *clr & cla
  576. gs 'stat'
  577. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/shower2.jpg"></center>'
  578. 'Completely surprised and confused by Ivan''s sudden appearance, you are struck speechless. Ivan takes your inaction and silence as consent, and he walks into the shower room and closes the door behind him.'
  579. gs 'willpower', 'bj', 'resist', 'hard'
  580. if will_cost <= pcs_willpwr:
  581. act 'Escape from the shower (<<will_cost>> Willpower)':
  582. *clr & cla
  583. gs 'willpower', 'bj', 'resist', 'hard'
  584. gs 'willpower', 'pay', 'resist'
  585. gs 'stat'
  586. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
  587. 'You cover your breasts with one hand as you quickly grab your towel and run from the shower. As you run into the changing room, you can hear Ivan laughing.'
  588. act 'Get out of the shower': gt 'gdksport', 'start'
  589. end
  590. else
  591. act 'Escape from the shower (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  592. end
  593. act 'Wash together':
  594. IvanShowerQW = 1
  595. IvanShowerYes = 0
  596. if ShowerIvan = 0: ShowerIvan = 1
  597. gt 'gdksport', 'ShowerWithIvan'
  598. end
  599. end
  600. else
  601. 'You enter the women''s shower and turning the water on begin to lather your body with a washcloth. After you rinse off the soap, you wash your hair. You then rinse your hair and feel completely clean.'
  602. if (trenerlust >= 40 or trenersex = 1) and rand(0,3) = 0 and VoltrenerVoyeur = 0:
  603. act 'Continue': gt 'VoltrenerSexShower', '0'
  604. elseif (trenerlust >= 40 or trenersex = 1) and rand(0,3) = 0 and VoltrenerVoyeur = 1:
  605. act 'Continue': gt 'VoltrenerSexShower', '1'
  606. elseif (trenerlust >= 40 or trenersex = 1) and rand(0,3) = 0 and VoltrenerVoyeur = 2 and IvanShowerYes = 0:
  607. act 'Continue': gt 'VoltrenerSexShower', '2'
  608. else
  609. 'After your shower, you get dressed.'
  610. act 'Get out of the shower': gt 'gdksport', 'start'
  611. end
  612. end
  613. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  614. end
  615. if $ARGS[0] = 'ShowerWithIvan':
  616. menu_off = 1
  617. *clr & cla
  618. '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
  619. 'Ivan walks over to you, pulling his boxer shorts down and stepping out of them as they fall around his ankles. Stepping into the shower with you, getting himself wet under the water. His muscular body is very close to yours.'
  620. 'You try not to look at him, but your eyes involuntarily drop to his groin where his thick cock swings as he moves. Ivan, seeing where you are looking winks. "Want to wash me?"'
  621. gs 'arousal', 'foreplay', 5
  622. gs 'stat'
  623. act 'Lather Ivan':
  624. *clr & cla
  625. gs 'boyStat', 'A3'
  626. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower.jpg"></center>'
  627. 'You take your washcloth and begin to lather Ivan''s body. As you move around him, you can''t help but notice his <<dick>>cm <<$dick_girth>> cock begin to rise up and get hard. You feel it brush against your thigh.'
  628. 'Ivan begins to rubs his hands over your body and caress you. After a few minutes, you feel his hands on your shoulders as he gently but firmly pushes you down to your knees.'
  629. gs 'arousal', 'foreplay', 5
  630. gs 'stat'
  631. act 'Give blowjob':
  632. *clr & cla
  633. if npc_Sex['A3'] = 0: npc_Sex['A3'] = 1 & guy += 1
  634. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shover.jpg"></center>'
  635. 'You slowly sink to your knees in front of Ivan and his <<dick>>cm <<$dick_girth>> cock is in front of your face. Ivan leans forward, probing impatiently with the head of his cock against your lips. Your mouth opens almost against your will and you let his cock slide in your mouth.'
  636. 'Your lips tightly wrap around Ivan''s solid rod and you suck him as the streams of warm water wash over you. Suddenly Ivan pulls his dick out of your mouth and takes you by the hand, pulling you back up to your feet. He brings his lips to your breast and begins to suck on your nipple.'
  637. 'Bliss sweeps over you as he suckles your stiff nipple. Releasing your nipple with a wet pop, Ivan pushes you back onto your knees and bends you backwards as he straddles your face, once again sliding his hot cock into your mouth. He begins pushing it deeper into your throat.'
  638. gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
  639. gs 'stat'
  640. act 'Allow him to continue':
  641. cla & *clr
  642. if pcs_throat < 15:
  643. '<center><video autoplay loop src="images/shared/sex/blowjob/shower6.mp4"></video></center>'
  644. 'Penetrating further and further into your mouth, then into your throat, his member blocks your breath, which causes a gag reflex, nearly causing you to vomit. Freeing your mouth from his dick and wiping your tears, you scream at him. "This isn''t some bottomless hole for you to shove your dick into, you know!" Ivan gives you a guilty look then pulls you back to your feet again as he begins to kiss you and caress your breasts and ass until you begin to moan with desire. He turns you around and bends you over.'
  645. else
  646. '<center><video autoplay loop src="images/shared/sex/blowjob/shower7.mp4"></video></center>'
  647. 'Penetrating further and further into your mouth, then into your throat, you take his member to the base without any problems and without causing you discomfort, bringing Ivan "heavenly delight" if his groans and moans are any indication. Feeling that your classmate would flood your throat with his seed at any moment, you pull your mouth off of his cock and turn and bend over, presenting your ass to him. You also want some satisfaction.'
  648. end
  649. if agape > 0:
  650. act 'Continue':
  651. *clr & cla
  652. if pcs_throat < dick:pcs_throat += 1
  653. spafinloc = 12
  654. gs 'cum_manage'
  655. gs 'stat'
  656. '<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
  657. 'Bent over, expecting to feel his <<dick>>cm <<$dick_girth>> cock against your pussy at any moment, you are momentarily surprised when you feel it pressed up against your asshole.'
  658. 'Thinking he is unaware you speak up. "Wrong hole Ivan!" Ivan just snorts in response. "Yeah I know." He then pushes the head of his <<dick>>cm <<$dick_girth>> cock into your ass. You moan in a mixture of pain and pleasure.'
  659. 'He takes it slow, giving you time to adjust to his dick invading your ass. Once your moans turn more to ones of pleasure then pain, he slips it in deeper, slowly working himself balls deep into your ass.'
  660. *nl
  661. 'Once there he begins stroking his <<dick>>cm <<$dick_girth>> cock faster and faster in your ass. Soon, his skin is slapping against your bare ass as he pounds you hard and fast.'
  662. 'One of your hands rubs your clit while the other one stays against the wall to brace yourself. He has amazing stamina in a seemingly endless supply. No matter how much you love him fucking your ass, after a while you feel your ass beginning to get sore, your moans of pleasure start to turn into grunts of pain.'
  663. 'Apparently sensing your growing discomfort, he makes one more powerful thrust with a grunt then pulls out of your ass. He pulls you around and pushes you back down to your knees before he slides his cock back in your mouth. You try to ignore the taste of his cock, considering just where it just was.'
  664. 'You do you best to suck him off quickly and within moments, he is shooting his sperm into your mouth. Once he is done, he goes back to showering, quickly finishing up and starting to get dressed. He watches you as you get dressed. "That was great <<$pcs_nickname>>, we should do that again sometime." Without waiting for a reply, he leaves the room.'
  665. gs 'arousal', 'anal', 5, 'sub', 'rough'
  666. gs 'arousal', 'clit_finger', 5
  667. minut -= 5
  668. gs 'arousal', 'end'
  669. gs 'stat'
  670. act 'Get out of the shower': gt 'gdksport', 'start'
  671. end
  672. else
  673. act 'Turn around and bend over':
  674. *clr & cla
  675. lubonus = 2
  676. spafinloc = 3
  677. gs 'Cum_Manage'
  678. if pcs_ass + lubonus + 2 < dick:
  679. if pcs_makeup > 1:pcs_makeup = 0
  680. pcs_horny -= 20
  681. pcs_mood -= 20
  682. if agape < 3:agape = 3
  683. elseif pcs_ass < dick:
  684. pcs_horny += 10
  685. if agape < 2 and lubonus = 0:agape = 2
  686. end
  687. gs 'stat'
  688. '<center><video autoplay loop src="images/shared/sex/vag/doggy/shover2.mp4"></video></center>'
  689. 'As you bend over, you feel Ivan''s hand stroking your ass and his finger starts to massage your anus. You are momentarily surprised when you feel his fingers pressed up against your asshole. Thinking he is unaware you speak up. "That''s my <i>other</i> hole Ivan..."'
  690. 'Ivan just snorts in response. "Yeah I know." He then pushes the head of his <<dick>>cm <<$dick_girth>> cock into your ass. You moan in a mixture of pain and pleasure. He takes it slow, giving you time to adjust to his dick invading your ass.'
  691. 'Once your moans turn more to ones of pleasure then pain, he slips it in deeper, slowly working himself balls deep in your ass. Once there he begins stroking his <<dick>>cm <<$dick_girth>> cock faster and faster in your ass. Soon, his skin is slapping against your bare ass as he pounds you hard and fast.'
  692. 'One of your hands rubs your clit while the other one stays against the wall to brace yourself. He has amazing stamina in a seemingly endless supply. For a while, you buck your hips back against him, fucking him as much as he is fucking you, but no matter how much you love him fucking your ass, after a while you feel your ass beginning to get sore.'
  693. gs 'arousal', 'anal', 5, 'sub', 'rough'
  694. gs 'arousal', 'clit_finger', 5
  695. minut -= 5
  696. gs 'stat'
  697. if VoltrenerVoyeur = 3:
  698. act 'Continue': gt 'VoltrenerSexShower', '3'
  699. elseif VoltrenerVoyeur = 4:
  700. act 'Continue': gt 'VoltrenerSexShower', '4'
  701. elseif VoltrenerVoyeur = 5:
  702. act 'Continue': gt 'VoltrenerSexShower', '5'
  703. else
  704. if pcs_horny >= 100:
  705. if stat['anal'] >= 10 and orgasm > 0:
  706. pcs_mood += 20
  707. $orgasm_or = 'custom'
  708. $orgasm_txt = 'Your whole body contracts and then you cry out in orgasm.'
  709. end
  710. end
  711. 'Your moans of pleasure start to turn into grunts of pain. Apparently sensing your growing discomfort, he makes one more powerful thrust with a grunt. His body spasms against yours as you feel him cumming in your ass. Once he is done he pulls out of you and goes back to showering, quickly finishing up and starting to get dressed.'
  712. 'He watches you as you get dressed. "That was great <<$pcs_nickname>>, we should do that again sometime." Without waiting for a reply, he leaves the room.'
  713. cumspclnt = 1
  714. gs 'cum_cleanup'
  715. gs 'arousal', 'end'
  716. gs 'stat'
  717. act 'Get out of the shower': gt 'gdksport', 'start'
  718. end
  719. end
  720. end
  721. end
  722. gs 'willpower', 'anal', 'resist', 'hard'
  723. if will_cost <= pcs_willpwr:
  724. act 'That''s enough for now (<<will_cost>> Willpower)':
  725. gs 'willpower', 'anal', 'resist', 'hard'
  726. gs 'willpower', 'pay', 'resist'
  727. gs 'stat'
  728. cla & *clr
  729. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
  730. 'Ivan pauses for a brief second and you use the chance to quickly stand up and jump out of the shower.'
  731. 'You look back at him and say "I think you''ve had enough of me for today. Maybe you can have more next time."'
  732. act 'Get out of the shower': gt 'gdksport', 'start'
  733. end
  734. else
  735. act 'That''s enough for now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  736. end
  737. end
  738. end
  739. end
  740. if $ARGS[0] = 'Ivan_bored':
  741. menu_off = 1
  742. *clr & cla
  743. minut += 5
  744. pcs_horny += 10
  745. gs'stat'
  746. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/school/ivan2.jpg"></center>'
  747. 'You look at Ivan for a long moment and bite your lower lip and then whisper just loud enough that he can barely hear you. "I''m bored..." He looks at you for a moment then smiles. He looks around, then takes you by the hand and leads you away from the others, into one of the lesser used areas of the school. He stops at one of the boys restrooms, going inside and leaving you outside. A few moments later, two younger boys are sent packing by Ivan. Once they round the corner, he pulls you into the bathroom.'
  748. gs 'willpower', 'anal', 'resist'
  749. if will_cost <= pcs_willpwr:
  750. act 'Leave (<<will_cost>> Willpower)':
  751. gs 'willpower', 'anal', 'resist'
  752. gs 'willpower', 'pay', 'resist'
  753. gs 'stat'
  754. gt 'gschool_lessons', 'short_break'
  755. end
  756. else
  757. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  758. end
  759. act 'Go into the bathroom with Ivan':
  760. *clr & cla
  761. pcs_horny += 20
  762. gs 'boyStat', 'A3'
  763. gs 'stat'
  764. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/school/bbivanbj.jpg"></center>'
  765. 'Once inside, Ivan starts to kiss you passionately while pulling your clothes off and tossing them all over. You return his kiss and help remove your clothes. He backs up, pulling you into one of the stalls. Once your clothes are removed he starts removing his own clothes, which you are only to happy to help with. Once you''re both fully naked, he sits down on the toilet and gently pushes you down to your knees.'
  766. 'He guides your head to his <<dick>>cm <<$dick_girth>> cock. Using one of your hands you grab his dick and start to stroke the shaft while you open your mouth and take his dick into your mouth. You wrap your lips tightly around his shaft and start sucking him, while using your tongue to tease the head. You alternate your hand from stroking him and fondling his balls.'
  767. 'He moans and grabs your hair, you can feel he is restraining himself from forcing your head down and jamming his dick down your throat. After a couple of minutes, he growls a bit and stands up, pulling you up as well. Without explaining he turns you around so quickly you almost stumble, only his strong hands on you keep you from falling into the stall wall. He roughly bends you over, using one hand to guide his cock while the other grabs your butt cheek to spread it open.'
  768. gs 'arousal', 'kiss', 5, 'sub'
  769. gs 'arousal', 'hj', 5, 'dom'
  770. gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
  771. minut -= 5
  772. gs 'stat'
  773. act 'Let him':
  774. *clr & cla
  775. lubonus = 2
  776. gs 'cum_call', 'anus', 'A3', 1
  777. if pcs_ass + lubonus + 2 < dick:
  778. if pcs_makeup > 1:pcs_makeup = 0
  779. pcs_horny -= 20
  780. pcs_mood -= 20
  781. if agape < 3:agape = 3
  782. elseif pcs_ass < dick:
  783. if agape < 2 and lubonus = 0:agape = 2
  784. end
  785. gs 'stat'
  786. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/school/schoolanal.jpg"></center>'
  787. 'He rubs the tip of his dick against your asshole for a couple of moments and then you feel a sharp pain as he pushes it in. With only your saliva as lubrication, it doesn''t slide in as easily. You bite your lip and cry out a little in pain. He relaxes a little and rubs your back as he takes it slow, giving you time to stretch and adjust to his cock invading your ass.'
  788. 'He slowly strokes his <<dick>>cm <<$dick_girth>> cock in your ass, with each stroke pushing it just a little deeper in your ass. Once he is about half way in your moans turn from pain to pleasure, while one of your hands starts rubbing your clit. You start moaning louder and panting, your pussy is now soaking wet. After a couple of minutes the pleasure is building up inside of your body so much you no longer even need to stimulate your clitorous any longer. "Fuck <<$pcs_nickname>>, you not only have the hottest ass of any girls in school, but the tightest one I have ever fucked." Ivan says as he can tell you''re getting into it, grabbing your hips with both hands. He drives himself balls deep into your ass, eliciting a squeak of pain from you, but sensation of pain is quickly overwhelmed by pleasure.'
  789. 'Holding onto your hips with both hands, he holds you steady and keeps you from pulling away, as he jack hammers his <<dick>>cm <<$dick_girth>> cock balls deep in your ass. You moan in pain and pleasure, mostly pleasure, the sounds of your moans, almost drowned out the sounds of his skin slapping against yours, his balls slapping against your wet pussy. You place your hands against the stall wall to keep him from driving your head into it, from his powerful and violent thrusts. As he abuses your poor little asshole, you find yourself loving every second of it.'
  790. *nl
  791. 'You have an intense orgasm that leaves your legs shaking and barely able to keep standing. You are almost to the point where you are unable to take it anymore, either from the intense pleasure or the growing burning sensation in your ass. Either way the matter is moot, as Ivan drives himself once more balls deep into your ass, but this time holds himself there. You feel his cock twitching as he shoots hot sperm deep in your ass, spurt after spurt filling you up with his semen in what seems an almost unending stream. Finally he takes a shuddering breath and pulls out of you, leaving you to almost collapse with out his support.'
  792. 'You both start to get dressed, him faster than you, as your still unsteady on your feet, from your shaky legs. Once he is done getting dressed he helps you gather the rest of your clothes from where he tossed them aside. As you are seeing to the final adjustments of your clothes he goes to the bathroom door and looks out both ways down the hall, motioning you over just as the class bell rings. Oh well, at least you have a good excuse to be a little late, you think to yourself with a smile.'
  793. 'As you start to go out the door, he stops you and squeezes your ass with his strong hand and says. "That was great <<$pcs_nickname>>, you are coolest chick in school, not to mention the hottest. Maybe we can do this again sometime soon, or maybe I will come see you in the shower at the community center some night, maybe even tonight." He grins and winks at you, giving your ass a hard slap, as he rushes off to class. You only have time to nod in agreement to his idea of doing this again, you bite your lip as you watch him go. You have mixed feelings about this, Ivan is a great guy and a lot of fun, but you know he doesn''t want a girlfriend. He just wants to be friends with benefits, but is that enough for you? You don''t have time to think on it more as you hurry to class.'
  794. $orgasm_or = 'yes'
  795. gs 'arousal', 'anal', 5, 'sub', 'rough'
  796. gs 'arousal', 'end'
  797. gs 'stat'
  798. act 'Continue': gt 'gschool_lessons', 'short_break'
  799. end
  800. end
  801. end
  802. if $ARGS[0] = 'Fedor First Date':
  803. menu_off = 1
  804. *clr & cla
  805. numnpc = 5
  806. gs 'stat'
  807. '<center><b><h4><font color="blue"><<"Fyodor [Fedor] Kozlov">></font></h4></b></center>'
  808. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big5.jpg"></center>'
  809. if fedorkozbreak = 1:
  810. 'You enter the sports club and see Fedor standing by the front door. He looks as though he is waiting for someone and as soon as he sees you, he flashes you a smile and he approaches with an affable smile on his face. "Hello <<$pcs_firstname>>." he says with a warm smile. He pauses for a moment, then reaches into his pockets and pulls out 2 tickets and says "Here is the deal. I know that we had a bit of a bumpy relationship before, but I would like to try again if you will. So what do you say? Wanna go on another date with me?"'
  811. else
  812. 'You enter the sports club and see Fedor standing by the front door. He looks as though he is waiting for someone and as soon as he sees you, his eyes light up and he approaches you with an affable smile on his face. "Hello <<$pcs_firstname>>." he says with a warm smile. He pauses for a moment, then reaches into his pockets and pulls out 2 tickets and says "Here is the deal. I have an extra ticket to the movies and I would like know if you would be up for a good comedy?"'
  813. end
  814. act 'Agree':
  815. *clr & cla
  816. minut += 15
  817. gs 'stat'
  818. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/park/walk.jpg"></center>'
  819. '"I would like that." you say with a smile and Fedor responds: "Good, I hear that this movie will have us in stiches." With a delighted look on his face, he wraps his arm around yours then walks you to the movie theater.'
  820. act 'Watch a movie':
  821. *clr & cla
  822. minut += 90
  823. pcs_mood += 90
  824. gs 'stat'
  825. '<center><img <<$set_imgh>> src="images/locations/shared/cinema/kino_1.jpg"></center>'
  826. 'Fedor presents the tickets at the entrance and together you walk into the theater. You look around and notice that the seats are mostly empty, so Fedor leads you to the front row and you both sit down. The lights dim and the movie starts. Fedor sits motionless and only occasionally glances at you. The movie was quite interesting and you couldn''t help but laugh occasionally at the wackiness of it. When the movie ends, the lights turn on and Fedor walks you out. "<<$pcs_firstname>>. You seem like a cool girl. Maybe we could go out together. What do you say?"'
  827. act 'Agree':
  828. *clr & cla
  829. npc_rel['A5'] += 20
  830. fedorKozlovQW = 10
  831. minut += 15
  832. gs 'stat'
  833. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/park/walk.jpg"></center>'
  834. '"Sure, I would love to go out with you." you reply and Fedor is visibly delighted. "Alright, I look forward to hanging out with you again. Whenever you are up for another date then meet me in the school yard, after school." Fedor says as he walks you back home. The two of you have fun discussing your favorite movies as you continue your way home.'
  835. act 'Leave': gt 'pav_residential'
  836. end
  837. act 'Refuse':
  838. *clr & cla
  839. if fedorkozbreak = 0:fedorKozlovQW = 0
  840. if fedorkozbreak = 1:fedorKozlovQW = -1
  841. npc_rel['A5'] = 70
  842. minut += 15
  843. gs 'stat'
  844. '<center><b><h4><font color="blue"><<"Fyodor [Fedor] Kozlov">></font></h4></b></center>'
  845. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/fedorsad.jpg"></center>'
  846. if fedorkozbreak = 1:
  847. 'You shake your head. "Sorry Fedor, but I don''t think that this is really working out. I''m sorry." Fedor looks visibly upset as he replies "I guess it was never meant to be, I''m sorry for wasting your time..." He then silently walks you home.'
  848. else
  849. 'You shake your head. "You seem like a cool guy, but I''m just not ready for a relationship right now." Fedor is visibly upset as he replies "I guess it wasn''t a good time. If you ever change your mind then pay me a visit at school." he says with a forced smile as he silently walks you home.'
  850. end
  851. act 'Leave': gt 'pav_residential'
  852. end
  853. end
  854. end
  855. act 'Refuse':
  856. *clr & cla
  857. npc_rel['A5'] = 70
  858. gs 'stat'
  859. '<center><b><h4><font color="blue"><<"Fyodor ">><<"[Fedor]">><<" Kozlov">></font></h4></b></center>'
  860. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/fedorsad.jpg"></center>'
  861. 'You shake your head. "I have too much that I need to do right now. Maybe some other time." Fedor lowers his head with a frown. "Okay. Maybe some other time."'
  862. act 'Leave': gt 'pav_residential'
  863. end
  864. end
  865. if $ARGS[0] = 'vballreact':
  866. cla
  867. menu_off = 1
  868. 'As you approach the team, your coach notices you and calls you aside. "<<$pcs_firstname>>, are you pregnant? I can''t let you play like that. Also, a pregnant teenager would definitely reflect poorly on me and the rest of the team. Sorry, but off the team." Tears welling in your eyes, you leave.'
  869. minut += 5
  870. gs 'stat'
  871. act 'Continue':npc_pregtalk['A69'] = 1 & gt 'pav_commcenter'
  872. end
  873. --- gdksport ---------------------------------