podezdM.qsrc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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. podrand = rand(5, 100)
  42. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/podezdm.jpg"></center>'
  43. 'As you leave he opens a bottle of beer and hands it to you.'
  44. act 'Drink a little':
  45. cla
  46. gs 'drugs', 'alcohol', 'beer'
  47. gs 'stat'
  48. if podrand < 9:
  49. xgt 'podezdM', 'kiosk1'
  50. elseif podrand >= 9:
  51. gt 'podezdM', 'grup'
  52. end
  53. end
  54. act 'Drink a bottle':
  55. cla
  56. gs 'drugs', 'alcohol', 'beer'
  57. gs 'stat'
  58. if podrand < 9:
  59. gt 'podezdM', 'kiosk1'
  60. elseif podrand >= 9:
  61. gt 'podezdM', 'grup'
  62. end
  63. end
  64. end
  65. if $ARGS[0] = 'kiosk1':
  66. cla
  67. *clr
  68. if loverdays[lover_number] > 15 and haraklover[lover_number] = 2:gs 'boylove', 'tits'
  69. if loverdays[lover_number] > 20 and haraklover[lover_number] = 1:gs 'boylove', 'tits'
  70. if loverdays[lover_number] > 25 and haraklover[lover_number] = 0:gs 'boylove', 'tits'
  71. if loverdays[lover_number] > 20 and haraklover[lover_number] = 2:gs 'boylove', 'figure'
  72. if loverdays[lover_number] > 25 and haraklover[lover_number] = 1:gs 'boylove', 'figure'
  73. if loverdays[lover_number] > 30 and haraklover[lover_number] = 0:gs 'boylove', 'figure'
  74. gs 'anekdot'
  75. 'While drinking beer and walking back, <<$loverdesc[lover_number]>> tells you "<<$anek>>."'
  76. act 'Laugh':
  77. cla
  78. SUB += 1
  79. loverrelation[lover_number] += 1
  80. gt 'podezdM', 'kiosk2'
  81. end
  82. act 'Smile':
  83. cla
  84. gt 'podezdM', 'kiosk2'
  85. end
  86. act 'Not funny':
  87. cla
  88. loverrelation[lover_number] -= 1
  89. gt 'podezdM', 'kiosk2'
  90. end
  91. end
  92. if $ARGS[0] = 'kiosk2':
  93. cla
  94. *clr
  95. if home_owned[1] > 0:
  96. '<<$loverdesc[lover_number]>> drinks his beer and wraps his arm around you. "<<$pcs_nickname>> why don''t we go back to your place?"'
  97. act 'Invite him in':gt 'sexm', 'start'
  98. act 'Turn him down':gt 'podezdM', 'Walk'
  99. act 'I have to go, call you later':gt 'din_npc', 'go_home'
  100. else
  101. '<<$loverdesc[lover_number]>> drinks his beer and wraps his arm around you. "<<$pcs_nickname>> why don''t you come back to my place?"'
  102. act 'Agree':gt 'sexm', 'start'
  103. act 'Turn him down':gt 'podezdM', 'Walk'
  104. act 'I have to go, call you later':gt 'din_npc', 'go_home'
  105. end
  106. end
  107. if $ARGS[0] = 'Walk':
  108. '<<$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.'
  109. gs 'arousal', 'kiss', 3
  110. gs 'stat'
  111. gs 'willpower', 'sex', 'resist', 'medium'
  112. if will_cost <= pcs_willpwr:
  113. act 'Break away (<<will_cost>> Willpower)':
  114. *clr & cla
  115. gs 'willpower', 'pay', 'resist'
  116. loverrelation[lover_number] -= 1
  117. gs 'stat'
  118. '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.'
  119. act 'I have to go, maybe I''ll call you later':gt 'din_npc', 'go_home'
  120. end
  121. else
  122. act 'Break away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  123. end
  124. if home_owned[1] > 0:
  125. act 'Kiss':
  126. cla
  127. 'You return his kiss and rub the crotch of his pants. "Why don''t we head over to my place?." you ask him.'
  128. gs 'arousal', 'kiss', 3, 'sub'
  129. gs 'arousal', 'foreplay', 3, 'sub'
  130. minut -=3
  131. gs 'stat'
  132. gt 'sexm', 'startPod'
  133. end
  134. else
  135. act 'Kiss':
  136. cla
  137. 'You return his kiss and rub the crotch of his pants. "How about we go to your place?." you ask him.'
  138. gs 'arousal', 'kiss', 3, 'sub'
  139. gs 'arousal', 'foreplay', 3, 'sub'
  140. minut -=3
  141. gs 'stat'
  142. gt 'sexm', 'startPod'
  143. end
  144. end
  145. act 'I want you':
  146. cla
  147. loverrelation[lover_number] += 1
  148. '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.'
  149. gs 'arousal', 'kiss', 3, 'sub'
  150. gs 'arousal', 'foreplay', 3, 'sub'
  151. minut -=3
  152. gs 'stat'
  153. gt 'podezdM', 'Alleyway'
  154. end
  155. end
  156. if $ARGS[0] = 'grup':
  157. cla
  158. *clr
  159. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/podezdm1.jpg"></center>'
  160. '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.'
  161. gs 'willpower', 'drink', 'resist', 'medium'
  162. if will_cost <= pcs_willpwr:
  163. act 'Refuse to drink (<<will_cost>> Willpower)':
  164. *clr & cla
  165. gs 'willpower', 'pay', 'resist'
  166. gs 'stat'
  167. if haraklover[lover_number] = 0:loverrelation[lover_number] += 1
  168. if haraklover[lover_number] = 1:loverrelation[lover_number] -= 1
  169. if haraklover[lover_number] = 2:loverrelation[lover_number] -= 2
  170. gt 'podezdM', 'grup1'
  171. end
  172. else
  173. act 'Refuse to drink (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  174. end
  175. act 'Drink a little':
  176. cla
  177. gs 'drugs', 'alcohol', 'beer'
  178. gs 'stat'
  179. if haraklover[lover_number] = 0:loverrelation[lover_number] += 1
  180. if haraklover[lover_number] = 1:loverrelation[lover_number] += 2
  181. if haraklover[lover_number] = 2:loverrelation[lover_number] += 1
  182. gt 'podezdM', 'grup1'
  183. end
  184. act 'Drink with the guys':
  185. cla
  186. gs 'drugs', 'alcohol', 'beer'
  187. gs 'stat'
  188. if harakBoy = 0:loverrelation[lover_number] -= 1
  189. if harakBoy = 1:loverrelation[lover_number] += 1
  190. if harakBoy = 2:loverrelation[lover_number] += 2
  191. gt 'podezdM', 'grup2'
  192. end
  193. end
  194. if $ARGS[0] = 'grup1':
  195. cla
  196. *clr
  197. gs 'stat'
  198. '<<$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.'
  199. act 'Go up stairs':gt 'sexm', 'start'
  200. end
  201. if $ARGS[0] = 'grup2':
  202. cla
  203. *clr
  204. gs 'stat'
  205. '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.'
  206. if haraklover[lover_number] = 0:
  207. '<<$loverdesc[lover_number]>> petulantly mumbles, "Come on guys, that''s <i>my</i> girl."'
  208. 'The drunken guys just laugh at him and begin pulling off your clothes.'
  209. gs 'willpower', 'gangbang', 'resist', 'medium'
  210. if will_cost <= pcs_willpwr:
  211. act 'Resist (<<will_cost>> Willpower)':
  212. *clr & cla
  213. gs 'willpower', 'pay', 'resist'
  214. gs 'stat'
  215. gt 'sexm', 'gangrape'
  216. end
  217. else
  218. act 'Resist (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  219. end
  220. act 'Surrender':gt 'sexm', 'gangbang'
  221. elseif haraklover[lover_number] = 1:
  222. '<<$loverdesc[lover_number]>> stands up and yells, "Hey, not cool bro! That''s my chick, hands off!"'
  223. 'The guys let go of you and put up their hands. "No problem man, we were just having a little harmless fun, we didn''t mean anything by it."'
  224. gs 'willpower', 'gangbang', 'resist', 'medium'
  225. if will_cost <= pcs_willpwr:
  226. act 'Go upstairs (<<will_cost>> Willpower)':
  227. *clr & cla
  228. gs 'willpower', 'pay', 'resist'
  229. gs 'stat'
  230. gt 'sexm', 'start'
  231. end
  232. else
  233. act 'Go upstairs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  234. end
  235. act 'Ignore <<$loverdesc[lover_number]>> and kiss the guys':gt 'sexm', 'gangbang'
  236. elseif haraklover[lover_number] = 2 and izvrat = 0:
  237. '<<$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?"'
  238. 'The guys instantly release you and move aside.'
  239. gs 'willpower', 'gangbang', 'resist', 'medium'
  240. if will_cost <= pcs_willpwr:
  241. act 'Go upstairs (<<will_cost>> Willpower)':
  242. *clr & cla
  243. gs 'willpower', 'pay', 'resist'
  244. gs 'stat'
  245. gt 'sexm', 'start'
  246. end
  247. else
  248. act 'Go upstairs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  249. end
  250. act 'Or maybe all together ..?':gt 'sexm', 'gangbang'
  251. elseif haraklover[lover_number] = 2 and izvrat = 1:
  252. 'Seeing the guys starting to fool around with you, <<$loverdesc[lover_number]>> starts laughing and exclaims, "Lets have some fun with this little slut!"'
  253. 'The drunk guys are very enthusiastic about the proposal and start pulling your clothes off as fast as they can grab them.'
  254. gs 'willpower', 'gangbang', 'resist', 'medium'
  255. if will_cost <= pcs_willpwr:
  256. act 'Resist (<<will_cost>> Willpower)':
  257. *clr & cla
  258. gs 'willpower', 'pay', 'resist'
  259. gs 'stat'
  260. gt 'sexm', 'gangrape'
  261. end
  262. else
  263. act 'Resist (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  264. end
  265. act 'Surrender':gt 'sexm', 'gangbang'
  266. end
  267. end
  268. if $ARGS[0] = 'alleyway':
  269. cls
  270. gs 'boyStat', $lover[lover_number]
  271. if dick > pcs_vag: pcs_vag += 1
  272. gs 'stat'
  273. '<center><video autoplay loop src="images/characters/city/boyfriend/sex/alleyway.mp4"></video></center>'
  274. '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.'
  275. '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.'
  276. *nl
  277. '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 people passing 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.'
  278. gs 'arousal', 'vaginal', 15, 'sub', 'rough'
  279. gs 'stat'
  280. act 'Continue':
  281. cls
  282. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/alleycum.jpg"></center>'
  283. '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.'
  284. *nl
  285. '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.'
  286. gs 'arousal', 'kiss', 5, 'sub'
  287. gs 'arousal', 'vaginal', 5, 'sub'
  288. gs 'arousal', 'vaginal_finger', 5, 'sub'
  289. minut -= 5
  290. gs 'arousal', 'end'
  291. gs 'cum_call', 'butt', $boy, 1
  292. gs 'stat'
  293. act 'Return':gt 'din_npc', 'go_home'
  294. end
  295. end
  296. --- podezdM ---------------------------------