brosh.qsrc 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. # brosh
  2. menu_off = 1
  3. minut += 60
  4. gs 'stat'
  5. evgentipe = rand(0,3)
  6. if evgentipe = 0:
  7. 'During the break you are greeted by Zhendos, a friend of your brother "<<$pcs_nickname>>! My little pet, come with me."'
  8. act 'Go with him':
  9. cls
  10. gs'stat'
  11. 'You follow Zhendos behind the bike sheds.'
  12. act 'Suck Zhendos':
  13. cls
  14. gs'stat'
  15. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/sex/bs.jpg"></center>'
  16. 'You crouch down in front of Zhendos, take his cock out of his pants and bring your face toward it. You dutifully wrap your lips around it and begin to suck.'
  17. gs 'arousal', 'bj', 10, 'sub'
  18. gs 'stat'
  19. act 'Suck':
  20. cls
  21. gs 'cum_call', 'mouth', 'Zhendos', 1
  22. swallow += 1
  23. gs 'stat'
  24. '<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum50.jpg"></center>'
  25. 'Zhendos doesn''t last long and fills you mouth with sperm, you quickly swallow it down.'
  26. gs 'arousal', 'bj', 10, 'sub'
  27. gs 'arousal', 'end'
  28. gs 'stat'
  29. act 'Go back inside': gt 'gschool_lessons', 'short_break'
  30. end
  31. end
  32. end
  33. gs 'willpower', 'bj', 'resist'
  34. if will_cost <= pcs_willpwr:
  35. act 'Refuse (<<will_cost>> Willpower)':
  36. gs 'willpower', 'bj', 'resist'
  37. gs 'willpower', 'pay', 'resist'
  38. gs 'stat'
  39. gt 'gschool_lessons', 'short_break'
  40. end
  41. else
  42. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  43. end
  44. exit
  45. elseif evgentipe = 1:
  46. 'During the break you are greeted by Mishan, a friend of your brother "<<$pcs_nickname>>! Come with me, I have a treat for you."'
  47. act 'Go with him':
  48. cls
  49. gs'stat'
  50. 'You follow Mishan behind the bike sheds.'
  51. act 'Suck Mishanya':
  52. cls
  53. gs'stat'
  54. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/sex/bs1.jpg"></center>'
  55. 'You crouch down in front of Mishan, take his cock out of his pants and bring your face toward it. You dutifully wrap your lips around it and begin to suck.'
  56. gs 'arousal', 'bj', 10, 'sub'
  57. gs 'stat'
  58. act 'Suck':
  59. cls
  60. gs 'cum_call', 'mouth', 'Mishan', 1
  61. swallow += 1
  62. gs 'stat'
  63. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/sex/bscum'+rand(1,2)+'.jpg"></center>'
  64. 'Mishan doesn''t last long and fills you mouth with sperm, you quickly swallow it down.'
  65. gs 'arousal', 'bj', 10, 'sub'
  66. gs 'arousal', 'end'
  67. gs 'stat'
  68. act 'Go back inside': gt 'gschool_lessons', 'short_break'
  69. end
  70. end
  71. end
  72. gs 'willpower', 'bj', 'resist'
  73. if will_cost <= pcs_willpwr:
  74. act 'Refuse (<<will_cost>> Willpower)':
  75. gs 'willpower', 'bj', 'resist'
  76. gs 'willpower', 'pay', 'resist'
  77. gs 'stat'
  78. gt 'gschool_lessons', 'short_break'
  79. end
  80. else
  81. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  82. end
  83. exit
  84. elseif evgentipe = 2:
  85. 'During the break you see your brother Kolka "<<$pcs_nickname>>! Follow me, I need to relieve some tension."'
  86. act 'Go with him':
  87. cls
  88. gs'stat'
  89. 'You follow Kolka behind the bike sheds'
  90. gs 'boyStat', 'A34'
  91. act 'Suck Kolka':
  92. cls
  93. gs'stat'
  94. '<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bj43.jpg"></center>'
  95. 'You crouch down in front of Kolka, who takes his <<dick>> cm cock out of his pants and you bring your face toward it. You obediently wrap your lips around it and begin to suck.'
  96. gs 'arousal', 'bj', 10, 'sub', 'incest'
  97. gs 'stat'
  98. act 'Suck':
  99. cls
  100. gs 'cum_call', 'mouth', 'Kolka', 1
  101. swallow += 1
  102. gs 'stat'
  103. '<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum43.jpg"></center>'
  104. 'Kolka doesn''t last long and fills you mouth with sperm, you make a show of swallowing it.'
  105. gs 'arousal', 'bj', 10, 'sub', 'incest'
  106. gs 'arousal', 'end'
  107. gs 'stat'
  108. act 'Go back inside': gt 'gschool_lessons', 'short_break'
  109. end
  110. end
  111. if brotherSex > 6:
  112. act 'Bend over':
  113. cls
  114. pose = 1
  115. brosh_rand1 = rand(0,100)
  116. gs 'stat'
  117. 'You decide: For your brother that simply won''t do, he should have some pussy.'
  118. if brosh_rand1 < 5:'<center><img <<$set_imgh>> src="images/shared/sex/public/boysex.jpg"></center>'
  119. if brosh_rand1 >= 5 and brosh_rand1 < 30:'<center><video autoplay loop src="images/shared/sex/public/publ1,<<rand(0,2)>>.mp4"></video></center>'
  120. if brosh_rand1 >= 30:'<center><img <<$set_imgh>> src="images/shared/sex/public/publ1,<<rand(0,6)>>.jpg"></center>'
  121. 'You bend over and let your brother take you from behind.'
  122. gs 'dinSex', 'wear_condom'
  123. gs 'dinsex','vaginal_sex',10
  124. gs 'dinsex','sexcum'
  125. gs 'arousal', 'vaginal', 5, 'sub', 'incest'
  126. gs 'arousal', 'end'
  127. gs 'stat'
  128. gs 'brother', 'brotherSexEnd'
  129. act 'Go back inside': gt 'gschool_lessons', 'short_break'
  130. end
  131. end
  132. end
  133. gs 'willpower', 'bj', 'resist'
  134. if will_cost <= pcs_willpwr:
  135. act 'Refuse (<<will_cost>> Willpower)':
  136. gs 'willpower', 'bj', 'resist'
  137. gs 'willpower', 'pay', 'resist'
  138. gs 'stat'
  139. gt 'gschool_lessons', 'short_break'
  140. end
  141. else
  142. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  143. end
  144. exit
  145. elseif evgentipe = 3:
  146. 'During the break you are greeted by Zhendos and Mishan, friends of your brother. "<<$pcs_nickname>>! Come with ust."'
  147. act 'Go with them':
  148. cls
  149. gs'stat'
  150. 'You follow Zhendos and Mishan behind the bike sheds'
  151. act 'Suck Guys':
  152. cls
  153. gs 'cum_call', 'mouth', 'Zhendos', 1
  154. gs 'cum_call', 'mouth', 'Mishan', 1
  155. swallow += 2
  156. gs'stat'
  157. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/sex/bs2.jpg"></center>'
  158. 'You crouch down in front of the guys as they pull out their cocks, you take turns stroking and sucking each of them. The guys don''t last long and take turns finishing in your mouth, you swallow their seed hungrily.'
  159. gs 'arousal', 'bj', 10, 'sub', 'group'
  160. gs 'arousal', 'end'
  161. gs 'stat'
  162. act 'Go back inside': gt 'gschool_lessons', 'short_break'
  163. end
  164. end
  165. gs 'willpower', 'bj', 'resist', 'hard'
  166. if will_cost <= pcs_willpwr:
  167. act 'Refuse (<<will_cost>> Willpower)':
  168. gs 'willpower', 'bj', 'resist', 'hard'
  169. gs 'willpower', 'pay', 'resist'
  170. gs 'stat'
  171. gt 'gschool_lessons', 'short_break'
  172. end
  173. else
  174. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  175. end
  176. exit
  177. end
  178. !gt 'gschool_lessons', 'short_break'
  179. --- brosh ---------------------------------