sexm.qsrc 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193
  1. # sexm
  2. !2021/05/02
  3. if $ARGS[0] = 'start':
  4. menu_off = 1
  5. $location_type = 'event'
  6. *clr & cla
  7. if loverlove[lover_number] = 0 and loverrelation[lover_number] >= 100 and loverdays[lover_number] >= 30 and husband = 0: act 'Talk about cohabitation': gt 'love', 'start'
  8. '<center><img src = "images/characters/shared/headshots_generic/'+lover_picture[lover_number]+'.jpg"></center>'
  9. '<<$loverdesc[lover_number]>> stops at the entrance of your building.'
  10. if haraklover[lover_number] = 2:'"<<$pcs_nickname>>, can I come in for a cup of coffee?"'
  11. if haraklover[lover_number] = 1:'"Let me kiss you, love."'
  12. if haraklover[lover_number] = 0:'"Good night, <<$pcs_nickname>>. I cannot wait until our next date; I miss you already."'
  13. act 'Kiss him goodnight':
  14. cla
  15. if boyonce[lover_number] = 0:
  16. if haraklover[lover_number] = 2:
  17. if loverdays[lover_number] < 3:
  18. loverrelation[lover_number] += 1
  19. '<<$loverdesc[lover_number]>> kisses you on the lips, while his hand squeezes your ass.'
  20. elseif loverdays[lover_number] >= 3:
  21. loverrelation[lover_number] -= 2
  22. '<<$loverdesc[lover_number]>> kisses you on the lips and then pulls away mumbling irritably, "Not much happening, so far."'
  23. end
  24. elseif haraklover[lover_number] = 1:
  25. if loverdays[lover_number] < 10:
  26. loverrelation[lover_number] += 2
  27. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips, hugging your waist.'
  28. elseif loverdays[lover_number] >= 10:
  29. loverrelation[lover_number] -= 2
  30. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips and asks, "Maybe it''s time we took things to the next level?"'
  31. end
  32. elseif haraklover[lover_number] = 0:
  33. if loverdays[lover_number] < 20:
  34. loverrelation[lover_number] += 3
  35. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips and gently hugs your waist.'
  36. elseif loverdays[lover_number] >= 20:
  37. loverrelation[lover_number] -= 1
  38. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips and breaks away from the kiss looking at you with sad eyes.'
  39. end
  40. end
  41. elseif boyonce[lover_number] = 1:
  42. if haraklover[lover_number] = 2:
  43. if loverdays[lover_number] < 3:
  44. loverrelation[lover_number] -= 2
  45. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips while squeezing your ass with both hands.'
  46. elseif loverdays[lover_number] >= 3:
  47. loverrelation[lover_number] -= 3
  48. '<<$loverdesc[lover_number]>> kisses you on the lips, then pulls away from the kiss muttering in exasperation, "No sex today, huh?"'
  49. end
  50. elseif haraklover[lover_number] = 1:
  51. if loverdays[lover_number] < 10:
  52. loverrelation[lover_number] -= 1
  53. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips, hugging your waist.'
  54. elseif loverdays[lover_number] >= 10:
  55. loverrelation[lover_number] -= 2
  56. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips and says, "Okay, I can live one day without sex.".'
  57. end
  58. elseif haraklover[lover_number] = 0:
  59. if loverdays[lover_number] < 20:
  60. loverrelation[lover_number] += 1
  61. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips and gently hugs your waist.'
  62. elseif loverdays[lover_number] >= 20:
  63. loverrelation[lover_number] -= 1
  64. '<<$loverdesc[lover_number]>> kisses you goodbye on the lips and breaks away from the kiss looking at you with sad eyes.'
  65. end
  66. end
  67. end
  68. gs 'arousal', 'kiss', 5
  69. gs 'arousal', 'end'
  70. gs 'stat'
  71. act 'Close the door': gt 'din_npc', 'go_home'
  72. end
  73. act 'Say goodnight':
  74. cla
  75. if boyonce[lover_number] = 0:
  76. if haraklover[lover_number] = 2:
  77. if loverdays[lover_number] < 3:
  78. loverrelation[lover_number] -= 1
  79. '<<$loverdesc[lover_number]>> seems slightly annoyed. "What are you, a holy virgin?"'
  80. elseif loverdays[lover_number] >= 3:
  81. loverrelation[lover_number] -= 3
  82. '<<$loverdesc[lover_number]>> seems irritated. "So you do not even want to kiss? Oh well."'
  83. end
  84. elseif haraklover[lover_number] = 1:
  85. if loverdays[lover_number] < 10:
  86. loverrelation[lover_number] += 1
  87. '<<$loverdesc[lover_number]>> waves and leaves for the night.'
  88. elseif loverdays[lover_number] >= 10:
  89. loverrelation[lover_number] -= 2
  90. '<<$loverdesc[lover_number]>> waves goodbye irritably and walks away briskly.'
  91. end
  92. elseif haraklover[lover_number] = 0:
  93. if loverdays[lover_number] < 20:
  94. loverrelation[lover_number] += 2
  95. '<<$loverdesc[lover_number]>> waves goodbye with a smile.'
  96. elseif loverdays[lover_number] >= 20:
  97. loverrelation[lover_number] -= 1
  98. '<<$loverdesc[lover_number]>> waves goodbye, looking a bit sad.'
  99. end
  100. end
  101. elseif boyonce[lover_number] = 1:
  102. if haraklover[lover_number] = 2:
  103. if loverdays[lover_number] < 3:
  104. loverrelation[lover_number] -= 2
  105. '<<$loverdesc[lover_number]>> is annoyed and tells you to go fuck yourself.'
  106. elseif loverdays[lover_number] >= 3:
  107. loverrelation[lover_number] -= 4
  108. '<<$loverdesc[lover_number]>> is disappointed and asks, "What are you afraid of?"'
  109. end
  110. elseif haraklover[lover_number] = 1:
  111. if loverdays[lover_number] < 10:
  112. loverrelation[lover_number] -= 1
  113. '<<$loverdesc[lover_number]>> waves and walks out of the house.'
  114. elseif loverdays[lover_number] >= 10:
  115. loverrelation[lover_number] -= 3
  116. '<<$loverdesc[lover_number]>> irritably waves goodbye and walks quickly out of the house.'
  117. end
  118. elseif haraklover[lover_number] = 0:
  119. if loverdays[lover_number] < 20:
  120. loverrelation[lover_number] += 1
  121. '<<$loverdesc[lover_number]>> waves you goodbye and smiles at you.'
  122. elseif loverdays[lover_number] >= 20:
  123. loverrelation[lover_number] -= 2
  124. '<<$loverdesc[lover_number]>> waves you goodbye and looks at you with big sad eyes.'
  125. end
  126. end
  127. end
  128. act 'Close the door': gt 'din_npc', 'go_home'
  129. end
  130. if husband = 0:
  131. act 'Invite him in':
  132. cla
  133. gt 'sexm', 'room'
  134. end
  135. elseif husband > 0:
  136. if week < 6 and hour < 17 and hour > 7:
  137. act 'Invite him in':gt 'sexm', 'room'
  138. elseif week > 5 or week < 6 and hour > 16:
  139. act 'Tell him that your husband is home and you can''t invite him in':
  140. cla
  141. if haraklover[lover_number] = 0:
  142. gs 'lover', 'remove', lover_number
  143. '"What, you are married! You didn''t think to say anything earlier? I thought I loved you, you bitch!" he shouts and then runs away in tears.'
  144. act 'Go to your apartment': gt 'din_npc', 'go_straight_home'
  145. elseif haraklover[lover_number] = 1:
  146. '"Well then, see you, I''ll call you," he says quietly and leaves.'
  147. act 'Go to your apartment': gt 'din_npc', 'go_straight_home'
  148. elseif haraklover[lover_number] = 2:
  149. '"If your husband is in the apartment, maybe you can climb a little higher, perhaps up to the attic?" he says with a sly grin.'
  150. act 'Refuse':
  151. loverrelation[lover_number] -= 1
  152. gt 'din_npc', 'go_straight_home'
  153. end
  154. act 'Agree':
  155. loverrelation[lover_number] += 1
  156. boycherdaksex = 1
  157. gt 'sexm', 'room'
  158. end
  159. end
  160. end
  161. end
  162. end
  163. end
  164. !!harakHusb > 0
  165. if $ARGS[0] = 'room':
  166. clr
  167. minut += 20
  168. gs 'stat'
  169. gs 'themes', 'indoors'
  170. if boycherdaksex = 1:
  171. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/cherdak.jpg"></center>'
  172. 'You climb up into the attic with your boyfriend.'
  173. elseif boycherdaksex = 0:
  174. '<center><b><font color="maroon">Bedroom</font></b></center>'
  175. if rembedr = 0:'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/bedr.jpg"></center>'
  176. if rembedr = 1:'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/bedr2.jpg"></center>'
  177. 'You take off your shoes and lead your lover to your bedroom.'
  178. end
  179. if haraklover[lover_number] = 2:
  180. '<<$loverdesc[lover_number]>> grabs you and rudely pushes you on your back. He starts to kiss you passionately and tries to take off your clothes.'
  181. 'Finally, <<$loverdesc[lover_number]>> won the difficult battle with your bra straps.'
  182. gs 'arousal', 'kiss', 5, 'sub'
  183. gs 'stat'
  184. if boyonce[lover_number] = 1:
  185. sexrand = rand(0, 3)
  186. if sexrand = 0:
  187. '"Suck my big, fat dick."'
  188. act 'Give blowjob':
  189. cla
  190. loverrelation[lover_number] += 3
  191. gt 'sexm', 'minet'
  192. end
  193. elseif sexrand = 1:
  194. '"<<$pcs_nickname>>, I want your ass."'
  195. act 'Anal':
  196. cla
  197. loverrelation[lover_number] += 5
  198. gt 'sexm', 'anal'
  199. end
  200. elseif sexrand = 2:
  201. '"Lie down and spread those gorgeous long legs, <<$pcs_nickname>>."'
  202. act 'Spread her legs ':gt 'sexm', 'miss'
  203. elseif sexrand = 3:
  204. '"Get on your hands and knees, I want to fuck you like a bitch in heat."'
  205. act 'Doggy-Style':gt 'sexm', 'dog'
  206. end
  207. elseif boyonce[lover_number] = 0:
  208. '<<$loverdesc[lover_number]>> throws you on the bed and starts sucking on your breasts.'
  209. gs 'arousal','breasts', 1
  210. act 'Sex':gt 'sexm', 'miss'
  211. end
  212. act 'I don''t want to do this, let''s try something else':gt 'sexm', 'variant'
  213. elseif haraklover[lover_number] = 1:
  214. '<<$loverdesc[lover_number]>> gently hugs you and starts to cuddle.'
  215. 'You undress, and smoothly, <<$loverdesc[lover_number]>> asks you, "How do you want it, darling?"'
  216. act 'I want whatever you want sweetie':
  217. cla
  218. if boyonce[lover_number] = 1:
  219. sexrand = rand(0, 3)
  220. if sexrand = 0:
  221. '"<<$pcs_firstname>>, I want you to suck my cock."'
  222. act 'Give him a blowjob':
  223. cla
  224. loverrelation[lover_number] += 2
  225. gt 'sexm', 'minet'
  226. end
  227. elseif sexrand = 1:
  228. '"<<$pcs_firstname>>, I want to take you in the ass."'
  229. act 'Anal':
  230. cla
  231. loverrelation[lover_number] += 4
  232. gt 'sexm', 'anal'
  233. end
  234. elseif sexrand = 2:
  235. '"<<$pcs_firstname>>, I want you."'
  236. act 'Spread her legs ':gt 'sexm', 'miss'
  237. elseif sexrand = 3:
  238. '"<<$pcs_firstname>>, I want to take you from behind."'
  239. act 'Doggy-Style':gt 'sexm', 'dog'
  240. end
  241. elseif boyonce[lover_number] = 0:
  242. '<<$loverdesc[lover_number]>> throws you on the bed and starts sucking on your breasts.'
  243. gs 'arousal','breasts', 1
  244. act 'Sex':gt 'sexm', 'miss'
  245. end
  246. act 'I don''t want to do this, let''s try something else':gt 'sexm', 'variant'
  247. end
  248. act 'Propose options':gt 'sexm', 'variant'
  249. elseif haraklover[lover_number] = 0:
  250. '<<$loverdesc[lover_number]>> is shy and does not know what to do.'
  251. act 'Propose options':gt 'sexm', 'variant'
  252. end
  253. end
  254. if $ARGS[0] = 'variant':
  255. if haraklover[lover_number] = 0:loverrelation[lover_number] += 1
  256. if haraklover[lover_number] = 2:loverrelation[lover_number] -= 1
  257. '<img src = "images/characters/shared/headshots_generic/'+lover_picture[lover_number]+'.jpg">'
  258. '<<$loverdesc[lover_number]>> looks at you and waits for you to say something.'
  259. act 'Lie down and spread your legs':gt 'sexm', 'miss'
  260. act 'Doggy-Style':gt 'sexm', 'dog'
  261. act 'Anal':gt 'sexm', 'anal'
  262. act 'Give him a blowjob':gt 'sexm', 'minet'
  263. act 'Wank him off':gt 'sexm', 'hand'
  264. if kunday ! daystart:
  265. act 'Have him lick you out':gt 'sexm', 'kuni'
  266. end
  267. gs 'willpower', 'action', 'resist', 'medium'
  268. if will_cost <= pcs_willpwr and boyonce[lover_number] = 1 and haraklover[lover_number] = 0 and loverizvrat[lover_number] = 1 and strapon > 0:
  269. act 'Fuck him with your strapon (<<will_cost>> Willpower)':
  270. *clr & cla
  271. gs 'willpower', 'pay', 'force'
  272. gs 'stat'
  273. gt 'sexm', 'strapon'
  274. end
  275. elseif will_cost > pcs_willpwr and boyonce[lover_number] = 1 and haraklover[lover_number] = 0 and loverizvrat[lover_number] = 1 and strapon > 0:
  276. act 'Fuck him with your strapon (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  277. end
  278. end
  279. if $ARGS[0] = 'minet':
  280. *clr
  281. popolaini = 1
  282. loverrelation[lover_number] += 1
  283. bja += 1
  284. dick = loverdick[lover_number]
  285. harakBoy = haraklover[lover_number]
  286. gs 'boyStat', $lover[lover_number]
  287. gs 'brosok'
  288. gs 'stat'
  289. '<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bj24.jpg"></center>'
  290. 'You wrap your lips around <<$loverdesc[lover_number]>> ''s dick.'
  291. if stat['bj'] = 1:'You think, "Damn, now I am just sitting here sucking his dick."'
  292. gs 'arousal', 'bj', 15, 'sub'
  293. gs 'stat'
  294. act 'Continue to suck':
  295. *clr & cla
  296. swallow += 1
  297. spafinloc = 12
  298. gs 'cum_manage'
  299. loverrelation[lover_number] += 3
  300. '<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum30.jpg"></center>'
  301. 'A hot jet of sperm hits you in the mouth. You start to swallow his cum while <<$loverdesc[lover_number]>> continues to cum in your mouth. Finally, the flow of hot liquid with a pungent taste stops.'
  302. act 'Leave':gt 'sexm', 'endsex'
  303. end
  304. gs 'willpower', 'swallow', 'resist', 'medium'
  305. if will_cost <= pcs_willpwr:
  306. act 'Remove his cock before he cums(<<will_cost>> Willpower)':
  307. *clr & cla
  308. gs 'willpower', 'pay', 'resist'
  309. gs 'stat'
  310. if haraklover[lover_number] = 0:
  311. spafinloc = 13
  312. gs 'cum_manage'
  313. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hand.jpg"></center>'
  314. 'You remove his dick from your mouth and finish off <<$loverdesc[lover_number]>> with your hand.'
  315. elseif haraklover[lover_number] = 1:
  316. tiprand = rand(0, 3)
  317. if tiprand < 3:
  318. spafinloc = 13
  319. gs 'cum_manage'
  320. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hand.jpg"></center>'
  321. 'You remove his dick from your mouth and finish off <<$loverdesc[lover_number]>> with your hand.'
  322. elseif tiprand = 3:
  323. facial += 1
  324. spafinloc = 11
  325. gs 'cum_manage'
  326. loverrelation[lover_number] += 1
  327. '<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial16.jpg"></center>'
  328. 'You take his dick out of your mouth and point it right at your face. You are now covered with <<$loverdesc[lover_number]>>''s warm and sticky cum.'
  329. end
  330. elseif haraklover[lover_number] = 2:
  331. facial += 1
  332. spafinloc = 11
  333. gs 'cum_manage'
  334. loverrelation[lover_number] += 1
  335. '<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial16.jpg"></center>'
  336. '<<$loverdesc[lover_number]>> holds you by your hair. He takes his dick out of your mouth and cums on your face, covering it with warm and sticky cum.'
  337. end
  338. act 'Leave':gt 'sexm', 'endsex'
  339. end
  340. else
  341. act 'Remove his cock before he cums (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  342. end
  343. end
  344. if $ARGS[0] = 'hand':
  345. *clr
  346. popolaini = 1
  347. hja += 1
  348. gs 'brosok'
  349. gs 'stat'
  350. '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand1.jpg"></center>'
  351. 'You take his <<loverdick[lover_number]>> centimeter penis and begin to caress it gently, moving the skin on the purple head back and forth.'
  352. 'Soon, your skillful movements make the guy cum in your hands, covering them with warm and sticky sperm.'
  353. if haraklover[lover_number] = 0:loverrelation[lover_number] -= 1
  354. if haraklover[lover_number] = 1:loverrelation[lover_number] -= 5
  355. if haraklover[lover_number] = 2:loverrelation[lover_number] -= 10
  356. gs 'arousal', 'hj', 30, 'dom'
  357. gs 'stat'
  358. act 'Wipe your hands and walk him to the door':gt 'sexm', 'endsex'
  359. end
  360. if $ARGS[0] = 'kuni':
  361. *clr
  362. kunday = daystart
  363. gs 'brosok'
  364. gs 'stat'
  365. '<center><img <<$set_imgh>> src="images/shared/sex/kuni/kuni.jpg"></center>'
  366. 'You undress and go lie down on the bed. You ask him to use his tongue to pleasure you.'
  367. '<<$loverdesc[lover_number]>> lies down between your legs and begins to work his tongue on your pussy.'
  368. if haraklover[lover_number] = 0:loverrelation[lover_number] -= 1
  369. if haraklover[lover_number] = 1:loverrelation[lover_number] -= 5
  370. if haraklover[lover_number] = 2:loverrelation[lover_number] -= 10
  371. gs 'arousal', 'cuni', 30, 'dom'
  372. gs 'stat'
  373. act 'Further':
  374. cla
  375. if husband > 0 and hour < 17 and hour > 7 and boycherdaksex = 0:popolaini = 2 & gt 'sexm', 'popala'
  376. gt 'sexm', 'variant'
  377. end
  378. end
  379. if $ARGS[0] = 'strapon':
  380. *clr
  381. loverrelation[lover_number] += 5
  382. gs 'brosok'
  383. gs 'stat'
  384. '<center><video autoplay loop src="images/shared/sex/dom/pegging.mp4"></video></center>'
  385. 'You go to the drawer and put on your strapon. <<$loverdesc[lover_number]>> gets ready on all fours on the bed.'
  386. 'You use some lubrication on the guy''s anus and stick the strapon in. While you fuck his ass, he groans a lot and finally finishes. You remove the strapon from his ass and go to the bathroom.'
  387. gs 'arousal', 'anal_strap_give', 30, 'dom'
  388. gs 'stat'
  389. act 'Wipe your hands and walk him to the door':
  390. cla
  391. gs 'arousal', 'end'
  392. gt 'din_npc', 'go_straight_home'
  393. end
  394. end
  395. if $ARGS[0] = 'anal':
  396. *clr
  397. popolaini = 3
  398. loverrelation[lover_number] += 1
  399. anala += 1
  400. if loverdick[lover_number] < pcs_ass:pcs_ass += 1
  401. gs 'brosok'
  402. gs 'stat'
  403. '<center><img <<$set_imgh>> src="images/shared/sex/anal/doggy/anal29.jpg"></center>'
  404. if analplugin = 1 :
  405. analpluginbonus = 10
  406. analplugin = 0
  407. if pcs_ass < 16 :
  408. *p '<<$loverdesc[lover_number]>> pulls the butt plug out of your narrow and tight ass, '
  409. elseif pcs_ass >= 16 :
  410. *p ' <<$loverdesc[lover_number]>>pulls out your butt plug, '
  411. end
  412. 'and you feel his hard cock resting on your ass.'
  413. gs 'arousal', 'anal', 30, 'dom'
  414. gs 'stat'
  415. if pcs_ass + analpluginbonus < dick:
  416. 'You scream and bite your lip from the sharp pain you suddenly feel when his <<loverdick[lover_number]>> centimeter penis rips apart your ass when it enters.'
  417. elseif pcs_ass + analpluginbonus >= dick:
  418. 'You groan slightly when you feel his <<loverdick[lover_number]>> centimeter dick enter your ass.'
  419. end
  420. 'Finally, <<$loverdesc[lover_number]>> grabs your tight ass and starts slamming inside you fiercely. With one final thrust, he finishes balls deep inside you.'
  421. spafinloc = 4
  422. gs 'cum_manage'
  423. minut += 3
  424. spafinloc = 3
  425. gs 'cum_manage'
  426. gs 'stat'
  427. act 'Show him out':gt 'sexm', 'endsex'
  428. else
  429. if lubri = 0:
  430. lubonus = 2
  431. 'You do not have any lubricant, so <<$loverdesc[lover_number]>> spits on his fingers to lubricate your ass.'
  432. elseif lubri > 0:
  433. lubri -= 1
  434. lubonus = 10
  435. 'You take out a tube of lubricant and hand it to the guy. He squeezes a little on the palm of his hand and rubs your anus.'
  436. end
  437. '<<$loverdesc[lover_number]>> puts you on your stomach on the bed and begins to massage your buttocks and your anus with his fingers. First one, then two.'
  438. gs 'arousal', 'anal_finger', 10, 'dom'
  439. gs 'stat'
  440. if pcs_ass < 10:'When he adds a third finger, you involuntarily groan in pain.'
  441. if pcs_ass >= 10:'When he adds a third finger, you can feel your anus getting stretched out.'
  442. '<<$loverdesc[lover_number]>> pulls his fingers out of your buttocks, and you feel his hard cock resting on your ass.'
  443. gs 'arousal', 'anal', 15, 'dom'
  444. gs 'stat'
  445. if pcs_ass + lubonus < loverdick[lover_number]:
  446. 'You scream and bite your lip from the sharp pain you suddenly feel as his cock stretches your ass while he enters.'
  447. elseif pcs_ass + lubonus >= loverdick[lover_number]:
  448. 'You groan slightly when you feel his cock entering your ass.'
  449. end
  450. '<<$loverdesc[lover_number]>> stops for a moment to give your ass some time to adapt to the big dick inside. Then he starts moving again with a lot more force than before.'
  451. if pcs_ass + lubonus + 2 < loverdick[lover_number]:
  452. if pcs_makeup > 1:pcs_makeup = 0
  453. 'You cry and bite into the pillow when his <<loverdick[lover_number]>> centimeter cock begins to fuck your ass in full force.'
  454. elseif pcs_ass + lubonus + 2 >= loverdick[lover_number]:
  455. 'You start to moan rhythmically following the pace of the movements of the dick inside you.'
  456. end
  457. 'Finally, <<$loverdesc[lover_number]>> grabs your tight ass and starts slamming inside you with all his might. With one final thrust, he finishes balls deep inside you.'
  458. gs 'arousal', 'anal', 10, 'dom', 'rough'
  459. gs 'stat'
  460. if klismaday ! daystart:
  461. loverrelation[lover_number] -= 8
  462. '<<$loverdesc[lover_number]>> takes his dick out of your ass and sees some traces of excrement. He says, "Baby, I did not come here to watch Charlie and the Chocolate Factory. You should use an enema before we start."'
  463. elseif klismaday = daystart:
  464. loverrelation[lover_number] += 5
  465. spafinloc = 3
  466. gs 'cum_manage'
  467. '<<$loverdesc[lover_number]>> takes his dick out of you and gives you a kiss. You get up and use the bathroom.'
  468. end
  469. if pcs_ass < dick:pcs_ass += 1
  470. gs 'stat'
  471. act 'Show him out':lubonus = 0 & gt 'sexm', 'endsex'
  472. end
  473. end
  474. if $ARGS[0] = 'miss':
  475. *clr
  476. popolaini = 3
  477. loverrelation[lover_number] += 1
  478. sexa += 1
  479. pose = 0
  480. gs 'boyStat', $lover[lover_number]
  481. dick = loverdick[lover_number]
  482. silavag = loversilaVag[lover_number]
  483. gs 'brosok'
  484. gs 'cum_manage'
  485. gs 'stat'
  486. '<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
  487. '<<$loverdesc[lover_number]>> spreads your legs and begins to fondle your pussy with his fingers. Once he is satisfied that you are ready, he takes you vigorously.'
  488. gs 'arousal', 'vaginal_finger', 5
  489. gs 'arousal', 'vaginal', 25
  490. gs 'stat'
  491. act 'Show him out':gt 'sexm', 'endsex'
  492. end
  493. if $ARGS[0] = 'dog':
  494. *clr
  495. popolaini = 3
  496. loverrelation[lover_number] += 1
  497. sexa += 1
  498. pose = 1
  499. gs 'boyStat', $lover[lover_number]
  500. dick = loverdick[lover_number]
  501. silavag = loversilaVag[lover_number]
  502. gs 'brosok'
  503. gs 'cum_manage'
  504. gs 'stat'
  505. '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/dog1.jpg"></center>'
  506. '<<$loverdesc[lover_number]>> makes you get on all fours and spread your pussy before he enters.'
  507. gs 'arousal', 'vaginal', 30, 'dom'
  508. gs 'stat'
  509. act 'Show him out':gt 'sexm', 'endsex'
  510. end
  511. if $ARGS[0] = 'startPod':
  512. podrand = rand(0, 1)
  513. if podrand = 0:
  514. '<<$loverdesc[lover_number]>> whispers to you, "Take it in your mouth."'
  515. gs 'willpower', 'bj', 'resist', 'medium'
  516. if will_cost <= pcs_willpwr:
  517. act 'Fuck off! (<<will_cost>> Willpower)':
  518. *clr & cla
  519. gs 'willpower', 'pay', 'resist'
  520. gs 'stat'
  521. gs 'lover', 'remove', lover_number
  522. gt 'din_npc', 'go_straight_home'
  523. end
  524. else
  525. act 'Fuck off! (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  526. end
  527. act 'Use your mouth':gt 'sexm', 'blow'
  528. elseif podrand = 1:
  529. '<<$loverdesc[lover_number]>> begins to strip off your clothes.'
  530. gs 'willpower', 'sex', 'resist', 'medium'
  531. if will_cost <= pcs_willpwr:
  532. act 'Fuck off! (<<will_cost>> Willpower)':
  533. *clr & cla
  534. gs 'willpower', 'pay', 'resist'
  535. gs 'stat'
  536. gs 'lover', 'remove', lover_number
  537. gt 'din_npc', 'go_straight_home'
  538. end
  539. else
  540. act 'Fuck off! (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  541. end
  542. act 'Doggy-Style':gt 'sexm', 'doggy'
  543. end
  544. end
  545. if $ARGS[0] = 'doggy':
  546. loverrelation[lover_number] += 1
  547. sexa += 1
  548. pose = 1
  549. gs 'boyStat', $lover[lover_number]
  550. dick = loverdick[lover_number]
  551. silavag = loversilaVag[lover_number]
  552. gs 'brosok'
  553. gs 'cum_manage'
  554. gs 'stat'
  555. '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/dog.jpg"></center>'
  556. '<<$loverdesc[lover_number]>> makes you get on all fours and spread your pussy before he enters.'
  557. gs 'arousal', 'vaginal', 30, 'dom'
  558. gs 'stat'
  559. act 'Collect clothes and leave':
  560. cla
  561. gt 'din_npc', 'go_straight_home'
  562. end
  563. end
  564. if $ARGS[0] = 'blow':
  565. minut += 20
  566. gs 'stat'
  567. 'You squat, and <<$loverdesc[lover_number]>> pulls out his penis.'
  568. act 'Take by mouth':
  569. *clr & cla
  570. loverrelation[lover_number] += 1
  571. bja += 1
  572. dick = loverdick[lover_number]
  573. harakBoy = haraklover[lover_number]
  574. gs 'boyStat', $lover[lover_number]
  575. gs 'brosok'
  576. gs 'stat'
  577. '<center><img src ="images/shared/sex/blowjob/bj24.jpg"></center>'
  578. 'You wrap your lips around <<$loverdesc[lover_number]>>''s dick.'
  579. if stat['bj'] = 1:'You thought, "Damn, now I am just sitting here sucking his dick."'
  580. gs 'arousal', 'bj', 30, 'dom'
  581. gs 'stat'
  582. act 'Continue to suck':
  583. *clr & cla
  584. swallow += 1
  585. spafinloc = 12
  586. gs 'cum_manage'
  587. '<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum30.jpg"></center>'
  588. 'A hot jet of sperm hits you in the mouth. You start to swallow his cum while <<$loverdesc[lover_number]>> continues to cum in your mouth. Finally, the flow of hot liquid with a pungent taste stops.'
  589. act 'Leave':
  590. cla
  591. gs 'arousal', 'end'
  592. gt 'din_npc', 'go_straight_home'
  593. end
  594. end
  595. gs 'willpower', 'swallow', 'resist', 'medium'
  596. if will_cost <= pcs_willpwr:
  597. act 'Remove from mouth (<<will_cost>> Willpower)':
  598. *clr & cla
  599. gs 'willpower', 'pay', 'resist'
  600. gs 'stat'
  601. if haraklover[lover_number] = 0:
  602. spafinloc = 13
  603. gs 'cum_manage'
  604. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hand.jpg"></center>'
  605. 'You remove his dick from your mouth and finish off <<$loverdesc[lover_number]>> with your hand.'
  606. elseif haraklover[lover_number] = 1:
  607. tiprand = rand(0, 3)
  608. if tiprand < 3:
  609. spafinloc = 13
  610. gs 'cum_manage'
  611. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hand.jpg"></center>'
  612. 'You remove his dick from your mouth and finish off <<$loverdesc[lover_number]>> with your hand.'
  613. elseif tiprand = 3:
  614. facial += 1
  615. spafinloc = 11
  616. gs 'cum_manage'
  617. '<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial16.jpg"></center>'
  618. 'You take his dick out of your mouth and point it right at your face. You are now covered with <<$loverdesc[lover_number]>>''s warm and sticky cum.'
  619. end
  620. elseif haraklover[lover_number] = 2:
  621. facial += 1
  622. spafinloc = 11
  623. gs 'cum_manage'
  624. '<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial16.jpg"></center>'
  625. '<<$loverdesc[lover_number]>> holds you by your hair. He takes his dick out of your mouth and cums on your face, covering it with warm and sticky cum.'
  626. end
  627. act 'Leave':
  628. cla
  629. gs 'arousal', 'end'
  630. gt 'din_npc', 'go_straight_home'
  631. end
  632. end
  633. else
  634. act 'Remove from mouth (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  635. end
  636. end
  637. act 'Masturbate him':
  638. *clr & cla
  639. hja += 1
  640. gs 'brosok'
  641. spafinloc = 13
  642. gs 'cum_manage'
  643. gs 'stat'
  644. '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand1.jpg"></center>'
  645. 'You take his <<loverdick[lover_number]>> centimeter penis in your hands and begin to caress it gently.'
  646. 'Soon, your skillful movements make the guy cum in your hands, covering them with warm and sticky sperm.'
  647. if haraklover[lover_number] = 0:loverrelation[lover_number] -= 1
  648. if haraklover[lover_number] = 1:loverrelation[lover_number] -= 5
  649. if haraklover[lover_number] = 2:loverrelation[lover_number] -= 10
  650. gs 'arousal', 'hj', 30, 'dom'
  651. gs 'stat'
  652. act 'Wipe your hands and walk away':
  653. cla
  654. gs 'arousal', 'end'
  655. gt 'din_npc', 'go_straight_home'
  656. end
  657. end
  658. end
  659. if $ARGS[0] = 'gangrape':
  660. 'You begin to struggle, and one of the guys hits you with his hand on your cheek, saying, "Shut up slut! Now spread your legs! We will fuck you up now!"'
  661. gs 'npcgeneratec', 0, 'Stranger', rand(18,45)
  662. gs 'boyStat', $npclastgenerated
  663. act 'Obey':gt 'sexm', 'gangbang'
  664. act 'Start a fight':
  665. cla
  666. gs 'fight','initFight'
  667. gs 'fight_npcdata', 'stranger'
  668. gt 'fight', 'start'
  669. end
  670. end
  671. if $ARGS[0] = 'gangbang':
  672. if izvrat = 1:
  673. loverrelation[lover_number] += 5
  674. else
  675. gs 'lover', 'remove', lover_number
  676. end
  677. gang += 1
  678. guy += 4
  679. cumprecheck = 1
  680. gs 'cum_manage'
  681. spafinloc = 11
  682. gs 'cum_manage'
  683. spafinloc = 12
  684. gs 'cum_manage'
  685. gs 'npcgeneratec', 0, 'Stranger', rand(18,45)
  686. gs 'boyStat', $npclastgenerated
  687. spafinloc = 11
  688. gs 'cum_manage'
  689. spafinloc = 12
  690. gs 'cum_manage'
  691. gs 'npcgeneratec', 0, 'Stranger', rand(18,45)
  692. gs 'boyStat', $npclastgenerated
  693. spafinloc = 11
  694. gs 'cum_manage'
  695. spafinloc = 12
  696. gs 'cum_manage'
  697. gs 'npcgeneratec', 0, 'Stranger', rand(18,45)
  698. gs 'boyStat', $npclastgenerated
  699. spafinloc = 11
  700. gs 'cum_manage'
  701. spafinloc = 12
  702. gs 'cum_manage'
  703. facial += 1
  704. pcs_vag += 1
  705. pcs_ass += 1
  706. pcs_throat += 1
  707. if pcs_makeup > 1:pcs_makeup = 0
  708. gs 'stat'
  709. '<center><img <<$set_imgh>> src="images/shared/sex/group/gangbang.jpg"></center>'
  710. 'One of the guys lives nearby, and he drags you into his apartment. There, he starts tearing off your clothes.'
  711. 'Once you are completely naked, they put you on your knees. One of them shoves his dick inside your mouth. They give you a cock in each hand and instruct you to start jerking them off. They make you feel like a real whore.'
  712. 'Suddenly, one of the boys pushes you on the couch and grabs you by the waist. He thrusts his cock deep inside your pussy. You do not have time to react to this because you get two cocks shoved into your mouth at once immediately after.'
  713. 'You feel a cold sensation on your ass. It looks like they are rubbing some lubrication there. Then you feel something big and solid at your rear entrance.'
  714. gs 'arousal', 'bj', 10, 'gangbang', 'sub'
  715. gs 'arousal', 'hj', 10, 'gangbang', 'sub'
  716. minut -= 10
  717. gs 'stat'
  718. act 'Moan':
  719. *clr & cla
  720. '<center><img <<$set_imgh>> src="images/shared/sex/group/gangbang1.jpg"></center>'
  721. 'You moan when you feel a fat cock entering your ass. Now you are filled up in every hole.'
  722. gs 'arousal', 'bj', 10, 'gangbang', 'sub'
  723. gs 'arousal', 'vaginal', 10, 'gangbang', 'sub'
  724. gs 'arousal', 'anal', 10, 'gangbang', 'sub'
  725. minut -= 10
  726. gs 'stat'
  727. if pcs_ass >= 10:
  728. 'Two cocks are hammering you from behind. You can feel them rubbing through the thin barriers between the anus and the vaginal wall. You start to get wet while the two cocks enthusiastically continue to pound.'
  729. elseif pcs_ass < 10:
  730. pcs_horny += (10 - pcs_ass)
  731. 'You cry very hard from the severe pain you feel from the hard cock ramming your ass while another cock is fucking you in your pussy.'
  732. end
  733. if pcs_horny >= 90:
  734. $orgasm_or = 'custom'
  735. $orgasm_txt = 'You can feel the sensation in your stomach begin to grow, and soon, your whole body is overtaken by a shock as you moan through your orgasm.'
  736. end
  737. 'It seems the guys have played enough with you, and they have decided to cum on your face. They remove their dicks from your holes and point them at you.'
  738. act 'Get on your knees':
  739. *clr & cla
  740. '<center><img <<$set_imgh>> src="images/shared/sex/group/gangbang2.jpg"></center>'
  741. 'You humbly kneel before the guys. They quickly surround you, and they all start to cum on your face, covering it with sticky, warm and fragrant sperm.'
  742. 'After the boys spend their load, they lose interest in you and begin to leave.'
  743. act 'Leave':
  744. cla
  745. gs 'arousal', 'end'
  746. gt 'din_npc', 'go_straight_home'
  747. end
  748. end
  749. end
  750. end
  751. if $ARGS[0] = 'popala':
  752. *clr & cla
  753. sexpartkno = 1
  754. gs 'boyStat', $husID
  755. gs 'boyStat', $lover[lover_number], 'a'
  756. if popolaini = 1:
  757. '<center><img <<$set_imgh>> src="images/characters/city/husband/sex/p0.jpg"></center>'
  758. 'Just as you are about to go to the bathroom to wash up, you husband walks in and catches you kneeling in front of a naked man while you are covered in semen.'
  759. elseif popolaini = 2:
  760. '<center><img <<$set_imgh>> src="images/characters/city/husband/sex/p5.jpg"></center>'
  761. 'Just as you change position, your husband enters the room.'
  762. end
  763. !!if popolaini = 2:
  764. !! '<center><img <<$set_imgh>> src="images/characters/city/husband/sex/p4.jpg"></center>'
  765. !! 'Just when you start to enjoy yourself your husband enters the room.'
  766. !!end
  767. if harakHusb = 0:
  768. '"Honey what''s happening here? why are you cheating on me?" stammers <<$husName>> while looking at you.'
  769. '"<<$husName>> it''s not what you think. It''s just sex, no feelings, I only love you. He does not mean anything. Come to me, I''ll show you how much I love you. " you answer him. You know you are caught red-handed, so you make up some excuse on the spot, but you don''t really think he will believe this.'
  770. if izvratH = 0:
  771. husbizvradd = 0
  772. husbharmin = 0
  773. husbandMark = 0
  774. husband = 0
  775. divorced += 1
  776. gs 'boyStat', $lover[lover_number]
  777. '"No, I''m going, you betrayed our love." he falters and runs out of the room almost sobbing.'
  778. if haraklover[lover_number] = 0:
  779. gs 'lover', 'remove', lover_number
  780. '"Wait, you''re married! You deceived me even though I loved you. Goodbye!" your guy shouts at you and runs after your husband.'
  781. act 'Leave': gt 'din_npc', 'go_straight_home'
  782. elseif haraklover[lover_number] = 1:
  783. '"Well, I see you are not only for me, so perhaps I''ll go, but if you want, I can stay and comfort you " says <<$loverdesc[lover_number]>>.'
  784. act 'Let him go': gt 'din_npc', 'go_straight_home'
  785. act 'Let him stay':
  786. loverrelation[lover_number] += 1
  787. picrand = 83
  788. if popolaini = 3:picrand = 84
  789. xgt 'sex', 'var'
  790. end
  791. elseif haraklover[lover_number] = 2:
  792. '"This is a surprise, but oh well that clown ran away, and I am once again ready. Let''s continue and let this wimp go" says <<$loverdesc[lover_number]>>, clearly intending to continue the evening.'
  793. act 'Refuse':
  794. loverrelation[lover_number] -= 1
  795. gt 'din_npc', 'go_straight_home'
  796. end
  797. act 'Continue':
  798. loverrelation[lover_number] += 2
  799. picrand = 83
  800. if popolaini = 3:picrand = 84
  801. xgt 'sex', 'var'
  802. end
  803. end
  804. elseif izvratH = 1:
  805. '"You really only love me?" asks <<$husName>>.'
  806. '"Yes, I will do everything with you I did with him, but it will be with love, and you will understand the difference," you reply. You are amazed he believes this nonsense. <<$husName>> comes up to you, and you unbutton his pants to reveal his dick.'
  807. if haraklover[lover_number] = 0:
  808. gs 'lover', 'remove', lover_number
  809. husbizvradd = 0
  810. husbharmin = 0
  811. husbandMark = 0
  812. husband = 0
  813. divorced += 1
  814. '"So you''re married! You deceived me even though I loved you. You are a despicable liar. Goodbye!" your guy shouted and ran out of the room.'
  815. '"He''s right, you''re a liar, and you do not deserve me, you''re a fallen woman, I don''t want to see you again." You husband bursts into tears and runs out to follow the guy.'
  816. act 'Leave': gt 'din_npc', 'go_straight_home'
  817. elseif haraklover[lover_number] = 1:
  818. '<<$loverdesc[lover_number]>> stands by you and watches as you fuck your husband. "Wow, you seem to really enjoy sex with your husband. This really can''t compare to what we did. Well maybe you can use your mouth, and I can still be useful," he says.'
  819. '"Sure, come on," pipes up <<$husName>>. "Dear lie down on the bed."'
  820. act 'Lie down':
  821. *clr & cla
  822. houseslut += 1
  823. '<center><img <<$set_imgh>> src="images/characters/city/husband/sex/p1.jpg"></center>'
  824. 'You lie down on the bed, and <<$husName>> enters your pussy while <<$loverdesc[lover_number]>> lies before you and moves his cock to your mouth. You diligently work your husband''s cock while not forgetting your lover''s cock in your mouth.'
  825. '"Mmm <<$pcs_nickname>>, I have never seen you so enthusiastic when we were together. Maybe we should try some other positions," proposes <<$loverdesc[lover_number]>>, and your husband agreed.'
  826. gs 'arousal', 'vaginal', 10
  827. gs 'stat'
  828. act 'Continue':
  829. loverrelation[lover_number] += 1
  830. if popolaini = 1:picrand = 40
  831. if popolaini = 2:picrand = 41
  832. if popolaini = 3:picrand = 42
  833. xgt 'sexdvoe', 'var'
  834. end
  835. end
  836. elseif haraklover[lover_number] = 2:
  837. '"That''s right, her mouth is great, but her ass is even better. You fuck her ass, and I''ll fuck her mouth. With her ass, she can show you if she really loves you or not," says <<$loverdesc[lover_number]>>, explicitly directed at your husband.'
  838. '"Yeah, come to bed, see how I am going to love your ass," says <<$husName>>.'
  839. act 'Lie down':
  840. *clr & cla
  841. houseslut += 1
  842. '<center><img <<$set_imgh>> src="images/characters/city/husband/sex/p2.jpg"></center>'
  843. 'You lie down on the bed, and <<$husName>> enters you in the anus, while <<$loverdesc[lover_number]>> lies before you, presenting his cock to your mouth. You diligently work your husband''s cock in your ass while not forgetting your lover''s cock in your mouth.'
  844. '"If you remove your dick from her ass now, then she can really show you how much she loves you," proposes <<$loverdesc[lover_number]>>, and your husband agreed.'
  845. gs 'arousal', 'anal', 10
  846. gs 'stat'
  847. act 'Continue':
  848. loverrelation[lover_number] += 1
  849. if popolaini = 2:picrand = 41
  850. if popolaini = 1:picrand = 40
  851. if popolaini = 3:picrand = 42
  852. xgt 'sexdvoe', 'var'
  853. end
  854. end
  855. end
  856. end
  857. elseif harakHusb = 1:
  858. husbizvradd = 0
  859. husbharmin = 0
  860. husbandMark = 0
  861. husband = 0
  862. divorced += 1
  863. gs 'boyStat', $lover[lover_number]
  864. '"What the hell is going on here? " says <<$husName>> while looking at you.'
  865. '"<<$husName>> it''s not what you think. It''s just sex, no feelings, I only love you. He does not mean anything. Come to me, I''ll show you how much I love you," you answer him. You know you are caught red-handed, so you make up some excuse on the spot, but you don''t really think he will believe this.'
  866. if izvratH = 0:
  867. '"You filthy slut. What love? You fuck everyone. Let''s see if you will still like it in the forest you whore," he says and leaves the room, slamming the door.'
  868. if haraklover[lover_number] = 0:
  869. gs 'lover', 'remove', lover_number
  870. '"Wait, you''re married! You deceived me even though I loved you. Goodbye!" your guy shouts and runs out of the room.'
  871. act 'Leave': gt 'din_npc', 'go_straight_home'
  872. elseif haraklover[lover_number] = 1:
  873. '"Well, I see I am not the only one for you, so perhaps I''ll go, but if you want, I can stay and comfort you" says <<$loverdesc[lover_number]>>.'
  874. act 'Let him go': gt 'din_npc', 'go_straight_home'
  875. act 'Let him stay':
  876. loverrelation[lover_number] += 1
  877. picrand = 83
  878. if popolaini = 3:picrand = 84
  879. xgt 'sex', 'var'
  880. end
  881. elseif haraklover[lover_number] = 2:
  882. '"Well this is a surprise, but oh well it looks like your hubby dumped you, and I am once again ready, let''s continue. Let this cuckold run away like a little bitch," says <<$loverdesc[lover_number]>>, clearly intending to continue the evening.'
  883. act 'Refuse':
  884. loverrelation[lover_number] -= 1
  885. gt 'din_npc', 'go_straight_home'
  886. end
  887. act 'Continue':
  888. loverrelation[lover_number] += 2
  889. picrand = 83
  890. if popolaini = 3:picrand = 84
  891. xgt 'sex', 'var'
  892. end
  893. end
  894. elseif izvratH = 1:
  895. gs 'lover', 'remove', lover_number
  896. '"Can you even hear yourself while you are talking nonsense?" asks <<$husName>>.'
  897. '"I''m sorry," you mutter while looking at the floor.'
  898. '<<$husName>> comes up to you. "I''ll leave today and will file for divorce, but first, I will punish you," he says while unzipping his pants and pulling out his penis. "Well, what are you waiting for? Suck, whore!"'
  899. if haraklover[lover_number] = 0:
  900. act 'Take by mouth':
  901. *clr & cla
  902. spafinloc = 12
  903. gs 'Cum_Manage'
  904. '<center><img <<$set_imgh>> src="images/characters/city/husband/sex/p3.jpg"></center>'
  905. '"So you''re married? You cheated on me even though I loved you. You despicable liar! goodbye!" your guy shouts and runs out of the room.'
  906. '<<$husName>> does not pay any attention to him. He puts his dick in your mouth and grabs your head. He literally starts to fuck you in the mouth with each thrust pushing it deeper. You frantically gasp, trying to breathe, desperately trying not to choke as he continues. Suddenly, he makes an abrupt movement, and his cock pops into your throat. You try to pull away, but he sternly tells you to take it. He gives you a couple of seconds to get used to the dick in your throat and begins to thrust. You are still not getting enough air, and you frantically begin to beat him to get free, but this only makes <<$husName>> tighten his grip on your head. When you''re starting to lose consciousness, he finally finishes. You feel his sperm go down your throat. After a couple of strong aftershocks, he lets you go. You collapse on the floor, coughing up sperm mixed with your saliva and wheezing air. <<$husName>> looks at you as you writhe on the floor. He spits on the floor next to you and leaves the room.'
  907. gs 'arousal', 'bj', 10, 'sub', 'deepthroat'
  908. gs 'stat'
  909. act 'Leave':
  910. gs 'arousal', 'end'
  911. gt 'din_npc', 'go_straight_home'
  912. end
  913. end
  914. elseif haraklover[lover_number] = 1:
  915. '<<$loverdesc[lover_number]>> stands and watches as you get fucked by your husband. "Well, I should probably go," he says.'
  916. '"Wait! This whore can handle two cocks. You can join us if you want," offers <<$husName>>.'
  917. '"Thanks for the offer, I do believe she will be able to handle me," replies <<$loverdesc[lover_number]>>.'
  918. act 'Lie on the bed':
  919. *clr & cla
  920. '<center><img <<$set_imgh>> src="images/characters/city/husband/sex/p1.jpg"></center>'
  921. 'You lie down on the bed, and <<$husName>> enters your pussy while <<$loverdesc[lover_number]>> lies before you and moves his cock to your mouth. You diligently work your husband''s cock while not forgetting your lover''s cock in your mouth.'
  922. '"She is still a great fuck, " says your husband.'
  923. '"I could not agree more," replies <<$loverdesc[lover_number]>>.'
  924. gs 'arousal', 'bj', 10, 'sub', 'group'
  925. gs 'arousal', 'vaginal', 10, 'sub', 'group'
  926. minut -= 10
  927. gs 'stat'
  928. act 'Continue':
  929. if popolaini = 1:picrand = 40
  930. if popolaini = 2:picrand = 41
  931. if popolaini = 3:picrand = 42
  932. xgt 'sexdvoe', 'var'
  933. end
  934. end
  935. elseif haraklover[lover_number] = 2:
  936. '"That''s right, this whore should be punished. If you want to let me help, we can do it together, and she will not be able to sit down for a week," says <<$loverdesc[lover_number]>>, explicitly riling up your husband.'
  937. '"Yes, let''s punish the bitch, and then I can go to the authorities to initiate my divorce and remove this whore from my life," says <<$husName>>.'
  938. act 'Lie on the bed':
  939. *clr & cla
  940. '<center><img <<$set_imgh>> src="images/characters/city/husband/sex/p2.jpg"></center>'
  941. 'You lie down on the bed, and <<$husName>> enters your anus while <<$loverdesc[lover_number]>> lies before you, presenting his cock to your mouth. You diligently work your husband''s cock in your ass while not forgetting your lover''s cock in your mouth.'
  942. '"Wow, even now she knows how to work that ass," says <<$husName>>.'
  943. '"Yeah, please leave some for me," replies <<$loverdesc[lover_number]>>.'
  944. gs 'arousal', 'bj', 10, 'sub', 'group'
  945. gs 'arousal', 'vaginal', 10, 'sub', 'group'
  946. minut -= 10
  947. gs 'stat'
  948. act 'Continue':
  949. if popolaini = 1:picrand = 40
  950. if popolaini = 2:picrand = 41
  951. if popolaini = 3:picrand = 42
  952. xgt 'sexdvoe', 'var'
  953. end
  954. end
  955. end
  956. end
  957. elseif harakHusb = 2:
  958. fingal += 1
  959. '"Oh damn," is the last thing you hear before you are thrown to the wall by a powerful blow to the face.'
  960. if izvratH = 0:
  961. husbizvradd = 0
  962. husbharmin = 0
  963. husbandMark = 0
  964. husband = 0
  965. divorced += 1
  966. gs 'lover', 'remove', lover_number
  967. pcs_makeup = 0
  968. minut += 120
  969. stolmoney = 0
  970. money = 0
  971. komp = 0
  972. 'While getting up, you can see in the corner of the room your husband giving blow after blow to <<$loverdesc[lover_number]>> as he tries hard to escape out the door. Finally, your lover succeeds, and he runs out of the apartment at a breakneck pace.'
  973. '<<$husName>> looks at you. "Here... you... whore... cock... and pussy... and ass... and in your mouth," he says putting a strong emphasis on every word. At the end of the last word, he kicks you in the face, rendering you unconscious. You wake up two hours later. Your husband is gone and so is all of his stuff. Some of your stuff is missing too.'
  974. act 'Leave': gt 'din_npc', 'go_straight_home'
  975. elseif izvratH = 1:
  976. gs 'lover', 'remove', lover_number
  977. houseslut += 1
  978. '"Oh damn, she allowed you inside of her?" asks <<$husName>>. "So now you will need to pay me for the pleasure of using her. This is my slut!" he adds, referring to you. "Once that is settled, we will fuck her together," he continues, lifting you off the floor and throwing you on the bed.'
  979. if haraklover[lover_number] = 0:'<<$loverdesc[lover_number]>> tries to protest, but after seeing your husband''s face contorted with rage, he agrees'
  980. if haraklover[lover_number] = 1:'<<$loverdesc[lover_number]>> silently complies with your husband''s request.'
  981. if haraklover[lover_number] = 2:'<<$loverdesc[lover_number]>> gladly accepts'
  982. act 'Continue':
  983. if popolaini = 1:picrand = 40
  984. if popolaini = 2:picrand = 41
  985. if popolaini = 3:picrand = 42
  986. xgt 'sexdvoe', 'var'
  987. end
  988. end
  989. end
  990. end
  991. if $ARGS[0] = 'endsex':
  992. if husband > 0 and hour < 17 and hour > 7 and boycherdaksex = 0:gt 'sexm', 'popala'
  993. boycherdaksex = 0
  994. gs 'arousal', 'end'
  995. gt 'din_npc', 'go_straight_home'
  996. end
  997. --- sexm ---------------------------------