podezdM.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. # podezdM
  2. if $ARGS[0] = 'start':
  3. minut += 15
  4. menu_off = 1
  5. gs 'stat'
  6. '<<$loverdesc[lover_number]>> turns to you and says, "Let''s go to the store and get some beer."'
  7. act 'Walk while embraced':
  8. cla
  9. if haraklover[lover_number] = 0:loverrelation[lover_number] += 2
  10. if haraklover[lover_number] = 1:loverrelation[lover_number] += 1
  11. if haraklover[lover_number] = 2:loverrelation[lover_number] -= 1
  12. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/boygo.jpg"></center>'
  13. 'You walk to the kiosk, your bodies close, his arm around your shoulders. Getting there, <<$loverdesc[lover_number]>> buys beer and some chips before you leave together.'
  14. gt 'podezdM', 'kiosk'
  15. end
  16. act 'Go holding hands':
  17. cla
  18. if haraklover[lover_number] = 0:loverrelation[lover_number] += 1
  19. if haraklover[lover_number] = 1:loverrelation[lover_number] += 2
  20. if haraklover[lover_number] = 2:loverrelation[lover_number] -= 1
  21. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/boygo1.jpg"></center>'
  22. 'You walk to the kiosk holding hands. Getting there, <<$loverdesc[lover_number]>> buys beer and some chips before you leave together.'
  23. gt 'podezdM', 'kiosk'
  24. end
  25. act 'Go':
  26. cla
  27. if haraklover[lover_number] = 0:loverrelation[lover_number] -= 1
  28. if haraklover[lover_number] = 1:loverrelation[lover_number] += 1
  29. if haraklover[lover_number] = 2:loverrelation[lover_number] += 2
  30. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/boygo2.jpg"></center>'
  31. 'You go up to the kiosk. There, <<$loverdesc[lover_number]>> buys beer and some chips before you leave together.'
  32. gt 'podezdM', 'kiosk'
  33. end
  34. end
  35. if $ARGS[0] = 'kiosk':
  36. cla
  37. *clr
  38. minut += 30
  39. fat += 1
  40. pcs_mood += 10
  41. pcs_willpwr += 10
  42. podrand = rand(5, 100)
  43. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/podezdm.jpg"></center>'
  44. 'As you leave he opens a bottle of beer and hands it to you.'
  45. act 'Drink a little':
  46. cla
  47. gs 'drugs', 'alcohol', 'beer'
  48. gs 'stat'
  49. if podrand < 9:
  50. xgt 'podezdM', 'kiosk1'
  51. elseif podrand >= 9:
  52. gt 'podezdM', 'grup'
  53. end
  54. end
  55. act 'Drink a bottle':
  56. cla
  57. gs 'drugs', 'alcohol', 'beer'
  58. gs 'stat'
  59. if podrand < 9:
  60. gt 'podezdM', 'kiosk1'
  61. elseif podrand >= 9:
  62. gt 'podezdM', 'grup'
  63. end
  64. end
  65. end
  66. if $ARGS[0] = 'kiosk1':
  67. cla
  68. *clr
  69. if loverdays[lover_number] > 15 and haraklover[lover_number] = 2:gs 'boylove', 'tits'
  70. if loverdays[lover_number] > 20 and haraklover[lover_number] = 1:gs 'boylove', 'tits'
  71. if loverdays[lover_number] > 25 and haraklover[lover_number] = 0:gs 'boylove', 'tits'
  72. if loverdays[lover_number] > 20 and haraklover[lover_number] = 2:gs 'boylove', 'figure'
  73. if loverdays[lover_number] > 25 and haraklover[lover_number] = 1:gs 'boylove', 'figure'
  74. if loverdays[lover_number] > 30 and haraklover[lover_number] = 0:gs 'boylove', 'figure'
  75. gs 'anekdot'
  76. 'While drinking beer and walking back, <<$loverdesc[lover_number]>> tells you "<<$anek>>."'
  77. act 'Laugh':
  78. cla
  79. SUB += 1
  80. loverrelation[lover_number] += 1
  81. gt 'podezdM', 'kiosk2'
  82. end
  83. act 'Smile':
  84. cla
  85. gt 'podezdM', 'kiosk2'
  86. end
  87. act 'Not funny':
  88. cla
  89. pcs_dom += 1
  90. loverrelation[lover_number] -= 1
  91. gt 'podezdM', 'kiosk2'
  92. end
  93. end
  94. if $ARGS[0] = 'kiosk2':
  95. cla
  96. *clr
  97. if home_owned[1] > 0:
  98. '<<$loverdesc[lover_number]>> drinks his beer and wraps his arm around you. "<<$pcs_nickname>> why don''t we go back to your place?"'
  99. act 'Invite him in':gt 'sexm', 'start'
  100. act 'Turn him down':gt 'podezdM', 'Walk'
  101. act 'I have to go, call you later':dynamic $go_home
  102. else
  103. '<<$loverdesc[lover_number]>> drinks his beer and wraps his arm around you. "<<$pcs_nickname>> why don''t you come back to my place?"'
  104. act 'Agree':gt 'sexm', 'start'
  105. act 'Turn him down':gt 'podezdM', 'Walk'
  106. act 'I have to go, call you later':dynamic $go_home
  107. end
  108. end
  109. if $ARGS[0] = 'Walk':
  110. '<<$loverdesc[lover_number]>> finishes his beer and tosses the bottle aside. "<<$pcs_nickname>>, you''re so hot, I want you!" and with that he pulls you into a tight embrace and kisses you, his hands reaching down to grab you by the ass and giving it a hard squeeze.'
  111. gs 'arousal', 'kiss', 3
  112. gs 'stat'
  113. act 'Break away':
  114. cla
  115. pcs_dom += 1
  116. loverrelation[lover_number] -= 1
  117. 'You push against him, hard, and finally manage to push him off you, making him stumble back a step. He seems confused that you pushed him away. "What the fuck?! Don''t think you can treat me like you please, I''m not as easy as you think!" With that, you turn and walk away.'
  118. act 'I have to go, maybe I''ll call you later':dynamic $go_home
  119. end
  120. if home_owned[1] > 0:
  121. act 'Kiss':
  122. cla
  123. 'You return his kiss and rub the crotch of his pants. "Why don''t we head over to my place?." you ask him.'
  124. gs 'arousal', 'kiss', 3, 'sub'
  125. gs 'arousal', 'foreplay', 3, 'sub'
  126. minut -=3
  127. gs 'stat'
  128. gt 'sexm', 'startPod'
  129. end
  130. else
  131. act 'Kiss':
  132. cla
  133. 'You return his kiss and rub the crotch of his pants. "How about we go to your place?." you ask him.'
  134. gs 'arousal', 'kiss', 3, 'sub'
  135. gs 'arousal', 'foreplay', 3, 'sub'
  136. minut -=3
  137. gs 'stat'
  138. gt 'sexm', 'startPod'
  139. end
  140. end
  141. act 'I want you':
  142. cla
  143. loverrelation[lover_number] += 1
  144. 'You return his kiss and rub the crotch of his pants. "I want you, I want you right now, I need you inside me so badly." you tell him.'
  145. gs 'arousal', 'kiss', 3, 'sub'
  146. gs 'arousal', 'foreplay', 3, 'sub'
  147. minut -=3
  148. gs 'stat'
  149. gt 'podezdM', 'Alleyway'
  150. end
  151. end
  152. if $ARGS[0] = 'grup':
  153. cla
  154. *clr
  155. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/podezdm1.jpg"></center>'
  156. 'A few guys are drinking in the stairwell. When you come in, they see <<$loverdesc[lover_number]>> and greet him loudly. They offer you both a drink from their bottle of vodka.'
  157. act 'Refuse to drink':
  158. cla
  159. if haraklover[lover_number] = 0:loverrelation[lover_number] += 1
  160. if haraklover[lover_number] = 1:loverrelation[lover_number] -= 1
  161. if haraklover[lover_number] = 2:loverrelation[lover_number] -= 2
  162. gt 'podezdM', 'grup1'
  163. end
  164. act 'Drink a little':
  165. cla
  166. gs 'drugs', 'alcohol', 'beer'
  167. gs 'stat'
  168. if haraklover[lover_number] = 0:loverrelation[lover_number] += 1
  169. if haraklover[lover_number] = 1:loverrelation[lover_number] += 2
  170. if haraklover[lover_number] = 2:loverrelation[lover_number] += 1
  171. gt 'podezdM', 'grup1'
  172. end
  173. act 'Drink with the guys':
  174. cla
  175. gs 'drugs', 'alcohol', 'beer'
  176. gs 'stat'
  177. if harakBoy = 0:loverrelation[lover_number] -= 1
  178. if harakBoy = 1:loverrelation[lover_number] += 1
  179. if harakBoy = 2:loverrelation[lover_number] += 2
  180. gt 'podezdM', 'grup2'
  181. end
  182. end
  183. if $ARGS[0] = 'grup1':
  184. cla
  185. *clr
  186. gs 'stat'
  187. '<<$loverdesc[lover_number]>> drinks with them, they tell sexist jokes and the boys all laugh, after a few minutes. <<$loverdesc[lover_number]>> tells them he needs to go and takes you up stairs.'
  188. act 'Go up stairs':gt 'sexm', 'start'
  189. end
  190. if $ARGS[0] = 'grup2':
  191. cla
  192. *clr
  193. gs 'stat'
  194. 'You feel yourself getting quite drunk and nearly fall as you start to slip from the railing you were leaning on. One of the boys quickly grabs hold of you and pulls you up onto his lap, another reaches over and starts pawing at your breasts.'
  195. if haraklover[lover_number] = 0:
  196. '<<$loverdesc[lover_number]>> petulantly mumbles, "Come on guys, that''s <i>my</i> girl."'
  197. 'The drunken guys just laugh at him and begin pulling off your clothes.'
  198. act 'Resist':gt 'sexm', 'gangrape'
  199. act 'Surrender':gt 'sexm', 'gangbang'
  200. elseif haraklover[lover_number] = 1:
  201. '<<$loverdesc[lover_number]>> stands up and yells, "Hey, not cool bro! That''s my chick, hands off!"'
  202. 'The guys let go of you and put up their hands. "No problem man, we was just having a little harmless fun, we didn''t mean anything by it."'
  203. act 'Go upstairs':gt 'sexm', 'start'
  204. act 'Ignore <<$loverdesc[lover_number]>> and kiss the guys':gt 'sexm', 'gangbang'
  205. elseif haraklover[lover_number] = 2 and izvrat = 0:
  206. '<<$loverdesc[lover_number]>> stands up and, without saying anything, steps over to the guy pawing at your breasts and breaks his bottle over the guy''s head. Dazed, the guy just falls to the ground, groaning in pain and confusion. Quietly and quite confidently, <<$loverdesc[lover_number]>> asks, "Who else wants some?"'
  207. 'The guys instantly release you and move aside.'
  208. act 'Go upstairs':gt 'sexm', 'start'
  209. act 'Or maybe all together ..?':gt 'sexm', 'gangbang'
  210. elseif haraklover[lover_number] = 2 and izvrat = 1:
  211. 'Seeing the guys starting to fool around with you, <<$loverdesc[lover_number]>> starts laughing and exclaims, "Lets have some fun with this little slut!"'
  212. 'The drunk guys are very enthusiastic about the proposal and start pulling your clothes off as fast as they can grab them.'
  213. act 'Resist':gt 'sexm', 'gangrape'
  214. act 'Surrender':gt 'sexm', 'gangbang'
  215. end
  216. end
  217. if $ARGS[0] = 'alleyway':
  218. cls
  219. gs 'boyStat', $lover[lover_number]
  220. if dick > pcs_vag: pcs_vag += 1
  221. gs 'stat'
  222. '<center><video autoplay loop src="images/characters/city/boyfriend/sex/alleyway.mp4"></video></center>'
  223. 'As soon as he hears this, he grabs you and drags you into the nearest alleyway, going past a dumpster and around the corner. Just out of view from the street, <<$loverdesc[lover_number]>> pushes you against the wall and pulls just enough of your clothes aside to expose your ass and give him free access to your pussy.'
  224. 'He quickly turns you to face the wall, reaches around and lifts your leg up in the air while holding you by your thigh, spreading your pussy wide open. He lines up his dick with his other hand, rubbing it between your pussy lips and getting the tip nice and wet. Satisfied that he''s all lubed up, he slides his dick into your pussy in one smooth motion and starts fucking you with gusto.'
  225. 'You grab onto a nearby chain hanging from the fire escape on the side of the building, trying to keep your balance while also pushing back against him, the thought of getting caught turns you on more than you care to admit. You can hear peoplepassing by on the sidewalk, out of view just a few meters away. You try to be as quiet as you can, but soon you can''t control yourself any longer and your moans start getting louder and louder. "Oh god yes <<$loverdesc[lover_number]>>, fuck me, fuck me harder!" You try to say it quietly but it was obviously much louder than you intended, as he gives your ass a slap and starts hammering your pussy as hard as he can, grunting as he does.'
  226. gs 'arousal', 'vaginal', 15, 'sub', 'rough'
  227. gs 'stat'
  228. act 'Continue':
  229. cls
  230. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/alleycum.jpg"></center>'
  231. 'At that pace it doesn''t take him much longer, he turns your head towards him and kisses you passionately. A few moments later, with a couple more grunts he quickly jerks his cock out of your pussy, barely making it in time as you feel hot spurts of his cum landing all over your ass, before slowly running down your crack.'
  232. 'After catching his breath, he turns you back to face him, giving you a passionate kiss while playing with your clit to make sure you get yours as well. After a minute or so, he stops and pulls up his pants, while you straighten out your clothes. The two you walk out of the alleyway like nothing had happened, he looks at you with a huge grin on his face and gives you another beer. After walking further for a ways you decide to go your separate ways for the day.'
  233. gs 'arousal', 'kiss', 5, 'sub'
  234. gs 'arousal', 'vaginal', 5, 'sub'
  235. gs 'arousal', 'vaginal_finger', 5, 'sub'
  236. minut -= 5
  237. gs 'arousal', 'end'
  238. gs 'cum_call', 'butt', $boy, 1
  239. gs 'stat'
  240. act 'Return':dynamic $go_home
  241. end
  242. end
  243. --- podezdM ---------------------------------