podezdM 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. # podezdM
  2. if $ARGS[0] = 'start':
  3. minut += 15
  4. '<<$boydesc[i]>> turns to you and says, "Let''s go to the store and get some beer."'
  5. act 'Walk while embraced':
  6. cla
  7. if harakBoy[i] = 0:pcs_lovers_rel[i] += 2
  8. if harakBoy[i] = 1:pcs_lovers_rel[i] += 1
  9. if harakBoy[i] = 2:pcs_lovers_rel[i] -= 1
  10. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/boygo.jpg"></center>'
  11. 'You walk to the kiosk, your bodies close, his arm around your shoulders, once there <<$boydesc[i]>> buys beer and chips and you leave by the exit.'
  12. gt 'podezdM', 'kiosk'
  13. end
  14. act 'Go holding hands':
  15. cla
  16. if harakBoy[i] = 0:pcs_lovers_rel[i] += 1
  17. if harakBoy[i] = 1:pcs_lovers_rel[i] += 2
  18. if harakBoy[i] = 2:pcs_lovers_rel[i] -= 1
  19. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/boygo1.jpg"></center>'
  20. 'You walk to the kiosk holding hands, once there <<$boydesc[i]>> buys beer and chips and you leave by the exit.'
  21. gt 'podezdM', 'kiosk'
  22. end
  23. act 'Go':
  24. cla
  25. if harakBoy[i] = 0:pcs_lovers_rel[i] -= 1
  26. if harakBoy[i] = 1:pcs_lovers_rel[i] += 1
  27. if harakBoy[i] = 2:pcs_lovers_rel[i] += 2
  28. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/boygo2.jpg"></center>'
  29. 'You go up to the kiosk, there <<$boydesc[i]>> buys beer and chips and you leave by the exit.'
  30. gt 'podezdM', 'kiosk'
  31. end
  32. end
  33. if $ARGS[0] = 'kiosk':
  34. cla
  35. *clr
  36. minut += 30
  37. fat += 1
  38. pcs_mood += 10
  39. pcs_willpwr += 10
  40. podrand = rand(5, 100)
  41. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/podezdm.jpg"></center>'
  42. 'As you leave he opens a bottle of beer and hands it to you.'
  43. act 'Drink a little':
  44. cla
  45. alko += 1
  46. cumspclnt = 2
  47. gs 'cum_cleanup'
  48. pcs_breath = 0
  49. gs 'stat'
  50. if podrand < 9:
  51. xgt 'podezdM', 'kiosk1'
  52. elseif podrand >= 9:
  53. gt 'podezdM', 'grup'
  54. end
  55. end
  56. act 'Drink a bottle':
  57. cla
  58. alko += 2
  59. cumspclnt = 2
  60. gs 'cum_cleanup'
  61. pcs_breath = 0
  62. fat += 1
  63. pcs_mood += 10
  64. pcs_willpwr += 10
  65. gs 'stat'
  66. if podrand < 9:
  67. gt 'podezdM', 'kiosk1'
  68. elseif podrand >= 9:
  69. gt 'podezdM', 'grup'
  70. end
  71. end
  72. end
  73. if $ARGS[0] = 'kiosk1':
  74. cla
  75. *clr
  76. if pcs_lovers_days[i] > 15 and harakBoy[i] = 2:gs 'boylove', 'tits'
  77. if pcs_lovers_days[i] > 20 and harakBoy[i] = 1:gs 'boylove', 'tits'
  78. if pcs_lovers_days[i] > 25 and harakBoy[i] = 0:gs 'boylove', 'tits'
  79. if pcs_lovers_days[i] > 20 and harakBoy[i] = 2:gs 'boylove', 'figure'
  80. if pcs_lovers_days[i] > 25 and harakBoy[i] = 1:gs 'boylove', 'figure'
  81. if pcs_lovers_days[i] > 30 and harakBoy[i] = 0:gs 'boylove', 'figure'
  82. gs 'anekdot'
  83. 'While drinking beer and walking back, <<$boydesc[i]>> tells you "<<$anek>>."'
  84. act 'Laugh':
  85. cla
  86. SUB += 1
  87. pcs_lovers_rel[i] += 1
  88. gt 'podezdM', 'kiosk2'
  89. end
  90. act 'Smile':
  91. cla
  92. gt 'podezdM', 'kiosk2'
  93. end
  94. act 'Not funny':
  95. cla
  96. pcs_dom += 1
  97. pcs_lovers_rel[i] -= 1
  98. gt 'podezdM', 'kiosk2'
  99. end
  100. end
  101. if $ARGS[0] = 'kiosk2':
  102. cla
  103. *clr
  104. if housr = 1:
  105. '<<$boydesc[i]>> drinks his beer and wraps his arm around you. "<<$pcs_nickname>> why don''t we go back to your place?"'
  106. act 'Invite him':gt 'sexm', 'start'
  107. act 'Turn him down':gt 'podezdM', 'Walk'
  108. act 'I have to go, call you later':gt $loc, $metka
  109. else
  110. '<<$boydesc[i]>> drinks his beer and wraps his arm around you. "<<$pcs_nickname>> why don''t you come back to my place?"'
  111. act 'Agree':gt 'sexm', 'start'
  112. act 'Turn him down':gt 'podezdM', 'Walk'
  113. act 'I have to go, call you later.':gt $loc, $metka
  114. end
  115. end
  116. if $ARGS[0] = 'Walk':
  117. '<<$boydesc[i]>> drained the beer and threw the bottle aside. "<<$pcs_nickname>>, you''re so hot, I want you!" with these words he pulled you into a tight hug and kissed you, his hands reached down and grabbed you by the ass and gave it a hard squeeze.'
  118. gs 'arousal', 'kiss', 3
  119. gs 'stat'
  120. act 'Break away':
  121. cla
  122. pcs_dom += 1
  123. pcs_lovers_rel[i] -= 1
  124. 'You push against him and finally manage to push him off you, he stumbles back a step. He seems a bit confused you pushed him away. "What the fuck? Don''t treat me like that." With that you turn and walk away.'
  125. act 'I have to go, call you later':gt $loc, $metka
  126. end
  127. if housr = 1:
  128. act 'Kiss':
  129. cla
  130. 'You kiss him back and rub the crotch of his pants. "Lets go back to my place." you tell him.'
  131. gs 'arousal', 'kiss', 3, 'sub'
  132. gs 'arousal', 'foreplay', 3, 'sub'
  133. minut -=3
  134. gs 'stat'
  135. gt 'sexm', 'startPod'
  136. end
  137. else
  138. act 'Kiss':
  139. cla
  140. 'You kiss him back and rub the crotch of his pants. "Lets go back to your place." you tell him.'
  141. gs 'arousal', 'kiss', 3, 'sub'
  142. gs 'arousal', 'foreplay', 3, 'sub'
  143. minut -=3
  144. gs 'stat'
  145. gt 'sexm', 'startPod'
  146. end
  147. end
  148. act 'I want you':
  149. cla
  150. pcs_lovers_rel[i] += 1
  151. 'You kiss him back and rub the crotch of his pants. "I want you, I want you right now, I need you in me so badly." you tell him.'
  152. gs 'arousal', 'kiss', 3, 'sub'
  153. gs 'arousal', 'foreplay', 3, 'sub'
  154. minut -=3
  155. gs 'stat'
  156. gt 'podezdM', 'Alleyway'
  157. end
  158. end
  159. if $ARGS[0] = 'grup':
  160. cla
  161. *clr
  162. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/podezdm1.jpg"></center>'
  163. 'In a stairwell is a few guys drinking, when you come in they turn and see <<$boydesc[i]>> and greet him. They offer you both a drink from their bottle of vodka.'
  164. act 'Refuse to drink':
  165. cla
  166. if harakBoy[i] = 0:pcs_lovers_rel[i] += 1
  167. if harakBoy[i] = 1:pcs_lovers_rel[i] -= 1
  168. if harakBoy[i] = 2:pcs_lovers_rel[i] -= 2
  169. gt 'podezdM', 'grup1'
  170. end
  171. act 'Drink a little':
  172. cla
  173. alko += 1
  174. cumspclnt = 2
  175. gs 'cum_cleanup'
  176. pcs_breath = 0
  177. gs 'stat'
  178. if harakBoy[i] = 0:pcs_lovers_rel[i] += 1
  179. if harakBoy[i] = 1:pcs_lovers_rel[i] += 2
  180. if harakBoy[i] = 2:pcs_lovers_rel[i] += 1
  181. gt 'podezdM', 'grup1'
  182. end
  183. act 'Drink with the guys':
  184. cla
  185. alko += 2
  186. cumspclnt = 2
  187. gs 'cum_cleanup'
  188. pcs_breath = 0
  189. fat += 1
  190. pcs_mood += 10
  191. pcs_willpwr += 10
  192. gs 'stat'
  193. if harakBoy = 0:pcs_lovers_rel[i] -= 1
  194. if harakBoy = 1:pcs_lovers_rel[i] += 1
  195. if harakBoy = 2:pcs_lovers_rel[i] += 2
  196. gt 'podezdM', 'grup2'
  197. end
  198. end
  199. if $ARGS[0] = 'grup1':
  200. cla
  201. *clr
  202. gs 'stat'
  203. '<<$boydesc[i]>> drinks with them, they tell sexist jokes and the boys all laugh, after a few minutes. <<$boydesc[i]>> tells them he needs to go and takes you up stairs.'
  204. act 'Go up stairs':gt 'sexm', 'start'
  205. end
  206. if $ARGS[0] = 'grup2':
  207. cla
  208. *clr
  209. gs 'stat'
  210. 'You feel yourself getting drunk and slip off the rail you was leaning against and nearly fall. One of the boys catches you and pulls you into his lap, another one reaches over and paws at your breasts.'
  211. if harakBoy[i] = 0:
  212. '<<$boydesc[i]>> began to mumble, "Come on guys, that''s my girl."'
  213. 'The drunken guys just laughed at him and began pulling off your clothes.'
  214. act 'Resist':gt 'sexm', 'gangrape'
  215. act 'Surrender':gt 'sexm', 'gangbang'
  216. elseif harakBoy[i] = 1:
  217. '<<$boydesc[i]>> stands up and yells, "Hey, not cool bro! That''s my chick, hands off!"'
  218. '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."'
  219. act 'Go upstairs':gt 'sexm', 'start'
  220. act 'Ignore <<$boydesc[i]>> and kiss the guys':gt 'sexm', 'gangbang'
  221. elseif harakBoy[i] = 2 and izvrat = 0:
  222. '<<$boydesc[i]>> stood up and silently broke a bottle over the head guy who was pawing at your breasts, the guy fell to the floor and groaned. <<$boydesc[i]>> quietly and confidently said, "Who else wants some?"'
  223. 'The guys instantly release you and move aside.'
  224. act 'Go upstairs':gt 'sexm', 'start'
  225. act 'Or maybe all together ..?':gt 'sexm', 'gangbang'
  226. elseif harakBoy[i] = 2 and izvrat = 1:
  227. 'Seeing this <<$boydesc[i]>> laughs and announces, "Lets have some fun with this little slut!"'
  228. 'The drunk guys are enthusiastic about the proposal and start pulling off your clothes.'
  229. act 'Resist':gt 'sexm', 'gangrape'
  230. act 'Surrender':gt 'sexm', 'gangbang'
  231. end
  232. end
  233. if $ARGS[0] = 'alleyway':
  234. cls
  235. gs 'boyStat', $Boy[i]
  236. if dick > pcs_vag: pcs_vag += 1
  237. gs 'stat'
  238. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/alleyway.gif"></center>'
  239. 'At your words he grabs you and drags you into a nearby alleyway past a dumpster, around the corner. Just out of view of the street, pushes you up against the wall and pulls your clothes off just enough to expose your ass and give him access to your pussy.'
  240. 'He turns you to face the wall, while he reaches around with one hand and grabs your thigh and lifts your leg up in the air. With his other hand, he lines up his dick and rubs it against your pussy lips until the tip of his dick is nice and wet. Once it is, he slides his dick into you and starts fucking you.'
  241. 'You hold onto a chain hanging from the side of the building to help keep your balancing, the thought of getting caught turns you on more than you care to admit. You can hear people just a few meters away passing by on the sidewalk, just out of view. You try to be quiet, but soon your moans start getting louder and louder. "Oh god yes <<$boydesc[i]>>, fuck me, fuck me harder!" You tell him and he starts grunting hammering your pussy as hard as he can.'
  242. gs 'arousal', 'vaginal', 15, 'sub', 'rough'
  243. gs 'stat'
  244. act 'continue':
  245. cls
  246. '<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/alleycum.jpg"></center>'
  247. 'At that pace it doesn''t take him long, he reaches up and turns your head and gives you a passionate kiss. A few moments later he grunts a few more times then jerks his dick out of you, barely in time as you feel spurts of hot cum landing all over your ass and running down your crack.'
  248. 'He turns you around again to face him and he passionately kisses you, 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 for a ways further you go your separate ways for the day.'
  249. gs 'arousal', 'kiss', 5, 'sub'
  250. gs 'arousal', 'vaginal', 5, 'sub'
  251. gs 'arousal', 'vaginal_finger', 5, 'sub'
  252. minut -= 5
  253. gs 'arousal', 'end'
  254. gs 'cum_call', 'butt', $boy, 1
  255. gs 'stat'
  256. act 'Return':gt $loc, $metka
  257. end
  258. end
  259. --- podezdM ---------------------------------