Gnpc2.qsrc 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293
  1. # Gnpc2
  2. !2021/05/02
  3. !!TODO: Fix boyfriend system
  4. $boydesc = $nameBoyfrend[numnpc]
  5. $din_gboy_end_to_disco = {
  6. !!:markgoondisco
  7. music_loop = 0
  8. close all
  9. discofirsttime += 1
  10. gs 'stat'
  11. if gnpcSex[numnpc] = 0:
  12. gdeystboyrand = rand(0, 1)
  13. if gdeystboyrand = 0:
  14. '<<$boydesc>> invites you to his home.'
  15. dynamic $din_gboy_go_to_boyhome
  16. gs 'willpower', 'sex', 'resist', 'easy'
  17. if will_cost <= pcs_willpwr:
  18. act 'Decline and go home (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & otnBoyFrend[numnpc] -= 10 & gt 'pav_residential'
  19. else
  20. act 'Decline and go home (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  21. end
  22. elseif gdeystboyrand = 1:
  23. '<<$boydesc>> offers to accompany you home.'
  24. act 'go home':gt 'pav_residential'
  25. end
  26. elseif gnpcSex[numnpc] > 0:
  27. '<<$boydesc>> invites you to his home.'
  28. dynamic $din_gboy_go_to_boyhome
  29. gs 'willpower', 'sex', 'resist', 'easy'
  30. if will_cost <= pcs_willpwr:
  31. act 'Decline and go home (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & otnBoyFrend[numnpc] -= 10 & gt 'pav_residential'
  32. else
  33. act 'Decline and go home (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  34. end
  35. end
  36. }
  37. $din_gboy_go_to_disco = {
  38. act 'Go to the club':
  39. cls
  40. if music_on = 1:
  41. $track_loop = 'sound/komb.mp3'
  42. volume = 100
  43. music_loop = 1
  44. pl '<a href="exec: music_on = 0 & gt $loc">Turn off the music</a>'
  45. else
  46. music_loop = 0
  47. close all
  48. pl '<a href="exec: music_on = 1 & gt $loc">Play music</a>'
  49. end
  50. minut += 120
  51. if pcs_danc < 50 and pcs_agil >= pcs_danc:gs 'exp_gain', 'danc', 1
  52. pcs_mood += 10
  53. gs 'stat'
  54. diskoIvrand = rand(0, 100)
  55. if discofirsttime = 0:diskoIvrand = 0
  56. set $clubDescription = '<h1><center><b><font color="maroon">Inside the club</font></b></center></h1><center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center><br />'
  57. *pl $clubDescription
  58. 'You accompany <<$boydesc>> and when you reach the club he pays the entrance fee and you both walk in. Together with your <<$bfTitle[numnpc]>> you head to the dance floor and start dancing.'
  59. if diskoIvrand >= 80:
  60. diskoIvTiperand = rand(0, 1)
  61. if diskoIvTiperand = 0:
  62. 'While you are dancing with <<$boydesc>> a drunk kid in sweatpants and sweatshirt approaches.'
  63. gs 'npcgeneratec', 0, 'Gopnik', rand((age - 1),(age + 1))
  64. gs 'boyStat', $npclastgenerated, 1
  65. if fame['pav_slut'] < 150:
  66. 'The Gopnik pushes <<$boydesc>> to the side and grabs you by the waist. "Let''s dance, babe!"'
  67. *nl
  68. gs 'willpower', 'misc', 'resist', 'easy'
  69. if will_cost <= pcs_willpwr:
  70. act 'Resist (<<will_cost>> Willpower)':
  71. cla
  72. gs 'willpower', 'pay', 'resist'
  73. tiprand = rand(0, 100)
  74. 'You escape from the clutches of the Gopnik. <<$boydesc>> pushes the drunk kid away who immediately goes to his Gopnik buddies who were standing nearby. It didn''t take them long to approach your <<$bfTitle[numnpc]>> and an argument starts. The Gopnik raises his fists, showing your <<$bfTitle[numnpc]>> that he wants to fight.'
  75. if tiprand <= 70:
  76. 'Fortunately, <<$boydesc>> manages to win the fight verbally, accusing the Gopnik of grabbing you, his girlfriend. But the evening was spoiled and finally <<$boydesc>> suggests that it would be better if you both head home.'
  77. act 'Go home':gt 'pav_residential'
  78. elseif tiprand <= 85:
  79. otnBoyFrend[numnpc] -= 20
  80. 'The Gopnik quickly pounces on your guy and punches him in the face. It seems that <<$boydesc>> doesn''t stand a chance against the three Gopniks and before he gets completely beaten up he offers all his money to the angry Gopniks and apologizes repeatedly before all of them. You quickly leave the dance floor and <<$boydesc>> suggests that you both head home.'
  81. act 'Go home':gt 'pav_residential'
  82. else
  83. 'The discussion escalates quickly into a fight and soon the Gopniks charge at your <<$bfTitle[numnpc]>> in the middle of the club.'
  84. *nl
  85. set $bfDiscoBadEnd = 'The Gopniks meanwhile drag <<$boydesc>> into the streets, where they beat him some more and steal all his money. Then they take off his shoes and throw him into the bushes.<br />Once you get back to your feet you start looking for your <<$bfTitle[numnpc]>> and find him outside the club, still lying in the bushes. You help him up and bring him home. His face is covered in blood and bruises everywhere.'
  86. set $stumble = 'You stumble and come crashing down to the floor, hitting your head hard.'
  87. set $looseTooth = 'You are dazed, bells are ringing in your head and you realize that you are lying on the floor. You start to feel severe pain on your jaw and your mouth is full of blood. You spit on the floor and see that they <b>knocked out one of your teeth</b>.'
  88. gs 'willpower', 'skill', 'force', 'stren_lvl'
  89. if will_cost <= pcs_willpwr:
  90. act 'Separate them (<<will_cost>> Willpower)':
  91. cls
  92. gs 'willpower', 'pay', 'force'
  93. *pl $clubDescription
  94. if pcs_stren < 60:
  95. pcs_mood -= 20
  96. gs 'pain', 6, 'head', 'hit'
  97. gs 'stat'
  98. 'You try to push the Gopnik, but someone pushes you roughly away from the fight.'
  99. *pl $stumble
  100. *pl $bfDiscoBadEnd
  101. act 'Go home':gt 'pav_residential'
  102. else
  103. 'You push back the Gopnik with all your strength and he stumbles backwards, hitting his head on the floor. But the second Gopnik turns to you and swings his fist towards your face.'
  104. if pcs_agil < 60:
  105. pcs_mood -= 30
  106. pcs_teeth += 1
  107. gs 'pain', 8, 'mouth', 'hit'
  108. gs 'stat'
  109. *pl $looseTooth
  110. *pl $bfDiscoBadEnd
  111. act 'Go home':gt 'pav_residential'
  112. else
  113. 'You react just in time and quickly move your head to the side barely avoiding his punch.'
  114. *nl
  115. set $discoScratch1 = 'You dig your nails into the punk''s face and begin to gouge and rip into it. The Gopnik is in so much pain that he stops attacking <<$boydesc>>. Your <<$bfTitle[numnpc]>> meanwhile topples one of the Gopniks and then manages to punch a second, again and again. The Gopnik falls to the floor like a sack.'
  116. set $discoScratch2 = 'The Gopnik with the scratched face seems to be recovering already because he tries to pounce on your <<$bfTitle[numnpc]>> again. Luckily he fails miserably with all this blood flooding his eyes from your handiwork. <<$boydesc>> punches him in the face knocking him down on his ass. In the meantime, the previous Gopnik got back up. "Okay, motherfucker, we''ll leave for now. We''ll get you and your bitch when you least expect it!"'
  117. set $discoScratch3 = '<<$boydesc>> puts his arm around your shoulders and you both leave the club.'
  118. act 'Punch him in his face':
  119. cla
  120. if pcs_agil >= 40:
  121. pcs_mood -= 30
  122. pcs_teeth += 1
  123. gs 'pain', 8, 'mouth', 'hit'
  124. gs 'pain', 6, 'face', 'hit'
  125. gs 'pain', 6, 'nose', 'hit'
  126. gs 'pain', 6, 'lips', 'hit'
  127. gs 'stat'
  128. 'You swing at the Gopnik and hit him right on the nose. He staggers briefly and then yells angrily at you, "Oh, you bitch!". He charges quickly at you and then a barrage of punches comes raining down on you.'
  129. $looseTooth
  130. *pl $bfDiscoBadEnd
  131. act 'Go home':gt 'pav_residential'
  132. else
  133. pcs_mood -= 20
  134. gs 'pain', 6, 'head', 'hit'
  135. gs 'stat'
  136. 'You try to hit the hooligan with a punch to the face but your blow is too slow. The Gopnik dodges your weak attempt and pushes you roughly away.'
  137. $stumble
  138. *pl $bfDiscoBadEnd
  139. act 'Go home':gt 'pav_residential'
  140. end
  141. end
  142. act 'Kick him in his face':
  143. cla
  144. if pcs_agil >= 60:
  145. 'You manage to give the punk a good kick in his face. His head swings back violently and then he grabs his face. "Shit! Fucking bitch, you broke my nose! Now I will break your whole fucking face!"'
  146. 'At this point <<$boydesc>> comes from the side and punches the hooligan hard on his already broken nose. The poor guy flies backwards and comes crashing down to the floor. Two other Gopniks used the distraction to grab onto your <<$bfTitle[numnpc]>> and try to pin his arms.'
  147. *nl
  148. act 'Scratch one of the Gopnik''s face':
  149. cla
  150. otnBoyFrend[numnpc] += 5
  151. GopWin[numnpc] += 1
  152. *pl $discoScratch1
  153. *pl $discoScratch2
  154. *pl $discoScratch3
  155. act 'Go home':gt 'pav_residential'
  156. end
  157. else
  158. 'You try to kick the hooligan in his face but he is faster than you and manages to shove you away before you even got your leg up.'
  159. *pl $stumble
  160. *pl $bfDiscoBadEnd
  161. pcs_mood -= 20
  162. gs 'pain', 6, 'head', 'hit'
  163. gs 'stat'
  164. act 'Go home':gt 'pav_residential'
  165. end
  166. end
  167. act 'Kick him in his balls':
  168. cla
  169. set $badKick = 'You try to kick the hooligan between his legs but he saw it coming. He blocks your kick and shoves you roughly away.'
  170. if pcs_agil >= 70:
  171. bollrand = rand(0, 1)
  172. if bollrand = 0:
  173. 'You kick your foot directly in the Gopnick''s crotch, hitting his balls hard. He flops down on his knees howling and clutching his crotch. Two Gopniks grab your <<$bfTitle[numnpc]>> and try to hold his arms.'
  174. *nl
  175. act 'Scratch one of the Gopnik''s face':
  176. cla
  177. otnBoyFrend[numnpc] += 5
  178. GopWin[numnpc] += 1
  179. *pl $discoScratch1
  180. *pl $discoScratch2
  181. *pl $discoScratch3
  182. act 'Go home':gt 'pav_residential'
  183. end
  184. else
  185. pcs_mood -= 20
  186. gs 'pain', 6, 'head', 'hit'
  187. gs 'stat'
  188. *pl $badKick
  189. *pl $stumble
  190. *pl $bfDiscoBadEnd
  191. act 'Go home':gt 'pav_residential'
  192. end
  193. else
  194. pcs_mood -= 20
  195. gs 'pain', 6, 'head', 'hit'
  196. gs 'stat'
  197. *pl $badKick
  198. *pl $stumble
  199. *pl $bfDiscoBadEnd
  200. act 'Go home':gt 'pav_residential'
  201. end
  202. end
  203. end
  204. end
  205. end
  206. else
  207. act 'Separate them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  208. end
  209. act 'Watch them fight':
  210. cls
  211. otnBoyFrend[numnpc] -= 20
  212. gs 'stat'
  213. '<<$boydesc>> can''t escape the attacks of the three Gopniks and soon falls under a barrage of punches. The Gopniks drag him into the streets where they steal all his money, take off his shoes, and throw him into the bushes.'
  214. 'Once they left, you help your <<$bfTitle[numnpc]>> to his feet and manage to get him back home. His face is covered in blood and bruises everywhere.'
  215. act 'Go home':gt 'pav_residential'
  216. end
  217. end
  218. end
  219. else
  220. act 'Resist (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  221. end
  222. act 'Dance with the Gopnik':
  223. cla
  224. otnBoyFrend[numnpc] = 0
  225. DPtipe = 2
  226. gs 'stat'
  227. 'You decide to dance with the Gopnik. For a moment <<$boydesc>> is staring at you in disbelieve, then he approaches the guy and grabs his shoulder. "Hey you! That''s my girl!" Suddenly a couple of Gopniks grab your <<$bfTitle[numnpc]>> and keep him from interrupting the hooligan dancing with you.'
  228. 'After a few minutes <<$boydesc>> stops struggling and the Gopniks let him free. He curses and glares angrily at you, while you are still dancing with the Gopnik, and then stomps out of the club.'
  229. 'The Gopnik dancing with you is grinning and suggests that you should dump your <<$bfTitle[numnpc]>>. His hands wander down to your ass as he offers you to go outside and have some fun.'
  230. *nl
  231. act 'Have fun':
  232. cla
  233. gs 'boyStat', $npclastgenerated
  234. 'Your <<$bfTitle[numnpc]>> is unlikely to come back, so why not have some fun with this guy? You give him a slinky smile, grab his hands and move towards the exit.'
  235. act 'Leave':gt 'pav_disco_sex','outside'
  236. end
  237. act 'Leave alone':
  238. cla
  239. 'You have already done enough damage. You tell him that you need to use the restroom, untangle yourself from his clutches and then move towards the exit.'
  240. act 'Leave':gt 'pav_commcenter'
  241. end
  242. end
  243. else
  244. otnBoyFrend[numnpc] = 0
  245. pcs_mood -= 10
  246. gs 'pain', 4, 'cheeks', 'slap'
  247. gs 'stat'
  248. 'The Gopnik takes one look at you and then starts laughing, "Listen, buddy. Why are you wasting your time dancing with her? <<$pcs_nickname>> is a <<$gnikname>>. Just take her into the bushes out back, but don''t hurt her mouth. That sweet set of lips can really smack when sucking dick." You blush scarlet red from the Gopnik''s words, deeply embarrassed. <<$boydesc>> rushes up to the guy, "What did you say? Come again!" But the hooligan just went back to join his friends. "Listen, boy, no need to argue. Everyone in the neighborhood knows she is a <<$gnikname>>." <<$boydesc>> looks at you in surprise. "Is this true?" The boys laugh "Well, everyone except you." <<$boydesc>> glares angrily at you and then he slaps you hard across the face. "Go fuck yourself, slut!" He abruptly leaves the dance floor.'
  249. act 'Rub your cheek':gt 'pav_disco'
  250. end
  251. elseif diskoIvTiperand = 1:
  252. 'You enjoy dancing with your <<$bfTitle[numnpc]>>. After a while <<$boydesc>> says that he could do with a beer and invites you to a drink.'
  253. gs 'willpower', 'drink', 'resist', 'easy'
  254. if will_cost <= pcs_willpwr:
  255. act 'Decline his offer and keep dancing (<<will_cost>> Willpower)':
  256. cla
  257. gs 'willpower', 'pay', 'resist'
  258. if pcs_danc < 50 and pcs_agil >= pcs_danc:gs 'exp_gain', 'danc', 1
  259. minut += 5
  260. gs 'stat'
  261. 'Your <<$bfTitle[numnpc]>> gets himself a beer at the bar and in the meantime you continue to dance.'
  262. if fame['pav_slut'] >= 150:
  263. 'Someone walks up to you "Hey, I''ve been watching you having fun with your boyfriend here. He still does''t know that you are a <<$gnikname>>? Maybe I should tell him?"'
  264. *nl
  265. set $bfBreakup = 'You tell the guy to go to hell and he walks away with a sullen look on his face. At this point, <<$boydesc>> comes back and asks, "What did that guy want from you?" You quickly lie, "He wanted to dance with me, but I turned him down." Unfortunately, the guy comes back and pulls your <<$bfTitle[numnpc]>> to the side. After a while, <<$boydesc>> returns and says "We''re through. Based on the shit I was just told, I won''t waste another minute on the likes of a whore like you!"'
  266. gs 'willpower', 'misc', 'self'
  267. if will_cost <= pcs_willpwr:
  268. act 'Tell him to piss off (<<will_cost>> Willpower)':
  269. cla
  270. gs 'willpower', 'pay', 'self'
  271. pcs_mood -= 10
  272. otnBoyFrend[numnpc] = 0
  273. gs 'stat'
  274. *pl $bfBreakup
  275. act 'Watch him leave':gt 'pav_disco'
  276. end
  277. else
  278. act 'Tell him to piss off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  279. end
  280. act 'Beg him not to tell':
  281. cla
  282. gs 'stat'
  283. 'You plead with the guy not to say anything to your <<$bfTitle[numnpc]>>. He chuckles, "Well, if you keep your mouth closed sucking on my dick, I''ll keep my mouth closed as well and won''t tell him."'
  284. *nl
  285. gs 'willpower', 'bj', 'resist'
  286. if will_cost <= pcs_willpwr:
  287. act 'Tell him to piss off (<<will_cost>> Willpower)':
  288. cla
  289. gs 'willpower', 'pay', 'resist'
  290. pcs_mood -= 10
  291. otnBoyFrend[numnpc] = 0
  292. gs 'stat'
  293. *pl $bfBreakup
  294. act 'Watch him leave':gt 'pav_disco'
  295. end
  296. else
  297. act 'Tell him to piss off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  298. end
  299. act 'Agree':
  300. cls
  301. gs 'npcgeneratec', 0, 'Gopnik', rand((age - 1),(age + 1))
  302. $boy[1] = $boy
  303. gs 'boyStat', $npclastgenerated
  304. pcs_mood -= 5
  305. gs 'stat'
  306. '<h1><center><b><font color="maroon">Men''s Room</font></b></center></h1>'
  307. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/bathroom_entrance.jpg"></center>'
  308. *nl
  309. 'You agree to the blowjob and the guy leads you to the toilets. You start feeling depressed. The toilets in the club are something of a thoroughfare, someone smoking here, someone else defecating in booths over there, with little privacy. The guy walks with you into the men''s room. When you open the door, you see some drunk guys standing in a cloud of smoke. In one of the booths you hear the sound of someone puking.'
  310. 'The boys look at you bewildered, "Did you make a mistake? This is the men''s room." The guy who brought you smiles "Nah, She''s with me." He turns to you, "Okay, cocksucker, get your mouth working." You look at the other guys and ask, "What, right here?" The Boys laugh, "C''mon. You''re not embarrassed, are you?"'
  311. act 'Suck his cock':
  312. cls
  313. gs 'arousal', 'bj', 5
  314. spafinloc = 12
  315. gs 'cum_manage'
  316. swallow += 1
  317. gs 'stat'
  318. '<h1><center><b><font color="maroon">Men''s room</font></b></center></h1>'
  319. '<center><img <<$set_imgh>> src="images/shared/sex/blowjob/public.jpg"></center>'
  320. *nl
  321. 'You squat in front of the guy and unbutton his pants to pull out his stiff dick. The other boys continue smoking and watch the scene. You begin to lick the purple head of his swollen cock and then you open your <<$pc_desc[''lips'']>> lips and take the cock in your mouth. The Boys start laughing and commenting at what they see, "Look how she smacks those lips." Another echoed, "Where did you find such a cocksucker?" Unfortunately, there''s someone who knows you. "Hey that''s <<$pcs_nickname>> <<$pcs_lastname>>. Hot Damn!"'
  322. 'You blush and your face burns with shame, sucking this dick in front of other guys. Finally the guy starts to cum in your mouth and you try as quickly as possible to swallow his warm sperm. When his cock finally goes limp he tucks it back in his pants. You get up from the floor and begin to wipe your mouth, knowing it now smells like cum. One of the guys chuckled, "Great blowjob, I wouldn''t mind one myself."'
  323. gs 'boyStat', $boy[1]
  324. act 'Slip out of the restroom':
  325. cls
  326. gs 'stat'
  327. *pl $clubDescription
  328. 'You try to ignore the guys as you slip out of the restroom and walk back to the dance floor. <<$boydesc>> has been looking for you. He comes up to you and asks, "Where have you been? I looked everywhere for you." You say the first thing that comes to your mind, "I went to the toilet." <<$boydesc>> asks "Why are you wiping your mouth?"'
  329. *nl
  330. gs 'willpower', 'misc', 'force', 'easy'
  331. if will_cost <= pcs_willpwr:
  332. act 'Suggest to leave (<<will_cost>> Willpower)':
  333. gs 'willpower', 'pay', 'force'
  334. cla
  335. 'You suggest to your <<$bfTitle[numnpc]>> to leave the club. <<$boydesc>> shrugs and you both walk out to the exit.'
  336. act 'Leave':
  337. cls
  338. dynamic $din_gboy_end_to_disco
  339. end
  340. end
  341. else
  342. act 'Suggest to leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  343. end
  344. act 'Dance':
  345. cla
  346. otnBoyFrend[numnpc] = 0
  347. pcs_mood -= 10
  348. gs 'pain', 3, 'cheeks', 'slap'
  349. gs 'stat'
  350. 'You continue to dance with your <<$bfTitle[numnpc]>>. A few minutes pass and then you see the guys that watched your whole blowjob scene coming out of the toilet. They also see you and guffaw, noisily discussing something. <<$boydesc>> looks at them puzzled, "What''s with them?" The boys shout to him, "While you were wandering around the place, your girlfriend was in the toilet sucking on a dick!" <<$boydesc>> comes up to them, "Are you crazy?"'
  351. 'The Boys start to tell him how you just sucked off a guy in front of them. <<$boydesc>> rushes back over to you and slaps you across the face "Get the fuck out, slut! I don''t want to see you ever again!"'
  352. act 'Leave':gt 'pav_commcenter'
  353. end
  354. end
  355. end
  356. gs 'willpower', 'bj', 'resist'
  357. if will_cost <= pcs_willpwr:
  358. act 'Change your mind (<<will_cost>> Willpower)':
  359. cls
  360. gs 'willpower', 'pay', 'resist'
  361. gs 'boyStat', $boy[1]
  362. gs 'stat'
  363. *pl $clubDescription
  364. pcs_mood -= 10
  365. otnBoyFrend[numnpc] = 0
  366. gs 'stat'
  367. *nl
  368. 'You angrily spit at him, "Go fuck yourself, asshole!", and storm out of the restroom. Just as you reach the dance floor you see that <<$boydesc>> is returning from the bar. You quickly grab his hands and begin dancing with him, still a little furious about the incident.'
  369. '<<$boydesc>> notices your bad mood and asks, "What''s wrong, <<$pcs_nickname>>?". At this moment, you see the guy from the restrooms returning. He walks up to your <<$bfTitle[numnpc]>> and pulls him to the side. After a while, <<$boydesc>> returns and says "We''re through. Based on the shit I was just told, I won''t waste another minute on the likes of a whore like you!"'
  370. act 'Watch him leave':gt 'pav_disco'
  371. end
  372. else
  373. act 'Change your mind (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  374. end
  375. end
  376. end
  377. else
  378. 'While <<$boydesc>> went for a beer another guy comes up to you and asks for a dance.'
  379. *nl
  380. act 'Accept':
  381. cla
  382. otnBoyFrend[numnpc] -= 20
  383. pcs_mood -= 10
  384. gs 'stat'
  385. 'You start to dance with him. A few minutes later <<$boydesc>> comes up to you and pulls you by the hand, dragging you away from the other guy. "What the fuck is wrong with you? I leave for a minute, and you''re already dancing with someone else!" He angrily leaves the club.'
  386. act 'Stand there and watch him leave':gt 'pav_disco'
  387. end
  388. gs 'willpower', 'misc', 'resist', 'easy'
  389. if will_cost <= pcs_willpwr:
  390. act 'Decline (<<will_cost>> Willpower)':
  391. cla
  392. gs 'willpower', 'pay', 'resist'
  393. otnBoyFrend[numnpc] += 5
  394. pcs_mood += 5
  395. gs 'stat'
  396. 'You politely refuse his invitation. The guy looks dejected but leaves without making any fuss. A few minutes later <<$boydesc>> returns to the dance floor, a beer in his hand. You have a fun time dancing with your <<$bfTitle[numnpc]>> and soon after he finishes his beer he suggests to leave.'
  397. act 'Leave':
  398. cls
  399. dynamic $din_gboy_end_to_disco
  400. end
  401. end
  402. else
  403. act 'Decline (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  404. end
  405. end
  406. end
  407. else
  408. act 'Decline his offer and keep dancing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  409. end
  410. act 'Have a drink with him':
  411. cla
  412. gs 'drugs', 'alcohol', 'beer'
  413. minut += 3
  414. pcs_horny += 5
  415. gs 'stat'
  416. 'You head to the bar and <<$boydesc>> orders your drinks. When you finally get them you move to the outdoor area and find a secluded place to enjoy your drinks.'
  417. gs 'willpower', 'kiss', 'self'
  418. if will_cost <= pcs_willpwr:
  419. act 'Kiss (<<will_cost>> Willpower)':
  420. cls
  421. gs 'willpower', 'pay', 'self'
  422. gs 'arousal', 'kiss', 5
  423. kissBoyFrend[numnpc] += 1
  424. gs 'stat'
  425. '<center><img <<$set_imgh>> src="images/shared/sex/kiss/kiss.jpg"></center>'
  426. 'You tenderly embrace <<$boydesc>> and began to kiss his lips.'
  427. if gnpcSex[numnpc] > 0:
  428. '<<$boydesc>> whispered in your ear, "<<$pcs_nickname>> want to do something right here?"'
  429. act 'Jerk guy':
  430. cls
  431. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  432. dick = dickBoyFrend[numnpc]
  433. gs 'arousal', 'hj', 5
  434. hja += 1
  435. gs 'fame', 'pav', 'sex', rand(0,5)
  436. gs 'stat'
  437. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hj.jpg"></center>'
  438. 'You got his hard and hot cock out of his pants and wrapped your hand around it. You started kissing him at the same time you masturbate his penis. Finally the guy groaned and you watch his cock shoot off his sperm.'
  439. act 'Further':
  440. cls
  441. dynamic $din_gboy_end_to_disco
  442. end
  443. end
  444. act 'Take by mouth':
  445. cls
  446. gs 'arousal', 'bj', 5
  447. bja += 1
  448. dick = dickBoyFrend[numnpc]
  449. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  450. gs 'fame', 'pav', 'sex', rand(0,8)
  451. GboyBalabol[numnpc] = 1
  452. gs 'stat'
  453. '<center><img <<$set_imgh>> src="images/shared/sex/blowjob/cocksucker.jpg"></center>'
  454. 'You squatted in front of him and bring your face to his cock.'
  455. gs 'dinSex', 'bj_random'
  456. 'Soon <<$boydesc>> groaned "<<$pcs_nickname>>, I''m going to come."'
  457. act 'Suck on':
  458. cls
  459. gs 'arousal', 'bj', 5
  460. spafinloc = 12
  461. gs 'cum_manage'
  462. swallow += 1
  463. gs 'stat'
  464. '<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
  465. gs 'dinsex', 'bj_swallow_random'
  466. act 'Further':
  467. cls
  468. dynamic $din_gboy_end_to_disco
  469. end
  470. end
  471. act 'Remove from the mouth':
  472. cls
  473. gs 'arousal', 'bj', 5
  474. spafinloc = 11
  475. gs 'cum_manage'
  476. gs 'stat'
  477. '<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial21.jpg"></center>'
  478. 'You remove his member from your mouth just as a stream of hot sperm hits your face, then another and another and finally he stopped dumping his thick cum on your face.'
  479. act 'Further':
  480. cls
  481. dynamic $din_gboy_end_to_disco
  482. end
  483. end
  484. end
  485. else
  486. 'You feel your guy''s hands caress your breasts.'
  487. gs 'arousal', 'foreplay', -1
  488. act 'Stop':
  489. cls
  490. dynamic $din_gboy_end_to_disco
  491. end
  492. act 'Let him':
  493. cls
  494. gs 'arousal', 'foreplay', 3
  495. gs 'stat'
  496. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/sex/tits.jpg"></center>'
  497. '<<$boydesc>> pulls your <<$titsize>> breast out of your top and begins to knead your boobs and kiss on them. He takes your hand and puts it against his groin, and you feel that he''s got a hard cock.'
  498. act 'Caress his cock through his pants':
  499. cls
  500. gs 'arousal', 'foreplay', 3
  501. gs 'stat'
  502. '<center><img <<$set_imgh>> src="images/shared/sex/grab/cock.jpg"></center>'
  503. 'You start stroking his crotch, feeling his dick bulging as it expands in his pants.'
  504. if pcs_horny < 80:
  505. act 'Remove hands':
  506. cls
  507. minut += 5
  508. otnBoyFrend[numnpc] -= 10
  509. gs 'stat'
  510. 'You remove his hands from your exposed breasts, and he looks puzzled, not sure why.'
  511. act 'Further':
  512. cls
  513. dynamic $din_gboy_end_to_disco
  514. end
  515. end
  516. end
  517. act 'Go into your guy''s pants':
  518. cls
  519. gs 'arousal', 'hj', 3
  520. gs 'stat'
  521. '<center><img <<$set_imgh>> src="images/shared/sex/grab/cock2.jpg"></center>'
  522. 'You slide your hand into his pants and wrap your fingers around his hard cock.'
  523. gs 'willpower', 'hj', 'self', 'easy'
  524. if will_cost <= pcs_willpwr:
  525. act 'Jerk him off (<<will_cost>> Willpower)':
  526. cls
  527. gs 'willpower', 'pay', 'self'
  528. gs 'arousal', 'hj', 5
  529. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  530. dick = dickBoyFrend[numnpc]
  531. hja += 1
  532. gs 'fame', 'pav', 'sex', rand(0,5)
  533. gs 'stat'
  534. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hj.jpg"></center>'
  535. 'You got his hard and hot cock out of his pants and hold it in your hand. You start kissing him at the same time you stroke his penis. Finally the guy lets out a groan and you watch as loads of cum shoot out of his cock.'
  536. act 'Further':
  537. cls
  538. dynamic $din_gboy_end_to_disco
  539. end
  540. end
  541. else
  542. act 'Jerk him off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  543. end
  544. act 'Take by mouth':
  545. cls
  546. gs 'arousal', 'bj', 5
  547. bja += 1
  548. dick = dickBoyFrend[numnpc]
  549. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  550. gs 'fame', 'pav', 'sex', rand(0,8)
  551. GboyBalabol[numnpc] = 1
  552. gs 'stat'
  553. '<center><img <<$set_imgh>> src="images/shared/sex/blowjob/cocksucker.jpg"></center>'
  554. 'You squat in front of your guy and bring your face to his cock.'
  555. gs 'dinSex', 'bj_random'
  556. 'Soon <<$boydesc>> groaned "<<$pcs_nickname>>, I''m going to come."'
  557. act 'Suck on':
  558. cls
  559. gs 'arousal', 'bj', 5
  560. spafinloc = 12
  561. gs 'cum_manage'
  562. swallow += 1
  563. gs 'stat'
  564. '<center><video autoplay loop src="images/shared/sex/public/c0<<rand(0,10)>>.mp4"></video></center>'
  565. gs 'dinsex','bj_swallow_random'
  566. act 'Further':
  567. cls
  568. dynamic $din_gboy_end_to_disco
  569. end
  570. end
  571. act 'Remove it from the mouth':
  572. cls
  573. gs 'arousal', 'bj', 5
  574. spafinloc = 11
  575. gs 'cum_manage'
  576. gs 'stat'
  577. '<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial21.jpg"></center>'
  578. 'You remove his member from your mouth and then a stream of hot sperm hits your face, then another and another and finally your guy stops shooting his thick cum on your face.'
  579. act 'Further':
  580. cls
  581. dynamic $din_gboy_end_to_disco
  582. end
  583. end
  584. end
  585. end
  586. end
  587. gs 'willpower', 'mast', 'resist', 'easy'
  588. if will_cost <= pcs_willpwr:
  589. act 'Resist (<<will_cost>> Willpower)':
  590. cls
  591. gs 'willpower', 'pay', 'resist'
  592. gs 'arousal', 'foreplay', 3
  593. gs 'stat'
  594. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/sex/petting.jpg"></center>'
  595. 'You remove your hand from his pants and then your guy sticks his hand into your pants, and you feel his fingers caress your wet pussy.'
  596. gs 'willpower', 'mast', 'resist', 'easy'
  597. if will_cost <= pcs_willpwr:
  598. act 'Remove his hand (<<will_cost>> Willpower)':
  599. cls
  600. gs 'willpower', 'pay', 'resist'
  601. minut += 5
  602. otnBoyFrend[numnpc] -= 10
  603. gs 'stat'
  604. 'You take his hand out of your pants, and he shakes his head, not understanding.'
  605. act 'Further':
  606. cls
  607. dynamic $din_gboy_end_to_disco
  608. end
  609. end
  610. else
  611. act 'Remove his hand (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  612. end
  613. act 'Enjoy':
  614. cls
  615. gs 'arousal', 'vaginal_finger', 5
  616. gs 'stat'
  617. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/sex/petting.jpg"></center>'
  618. 'You cease to resist and just relax feeling the pleasant warmth as your guy caresses your pussy. <<$boydesc>> begins to undress you and soon you are naked.'
  619. act 'Surrender':
  620. cls
  621. minut += 5
  622. pcs_horny += 10
  623. sexa += 1
  624. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  625. gs 'boyStat', $nameBoyfrend[numnpc]
  626. gs 'fame', 'pav', 'sex', rand(0,8)
  627. GboyBalabol[numnpc] = 1
  628. gs 'stat'
  629. '<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
  630. 'He quickly takes off his clothes and lays down on top of you.'
  631. gs 'dinsex', 'boy_puts_condom'
  632. gs 'dinsex','vaginal_sex',10
  633. gs 'dinsex','sexcum'
  634. act 'Further':
  635. cls
  636. dynamic $din_gboy_end_to_disco
  637. end
  638. end
  639. gs 'willpower', 'anal', 'self'
  640. if will_cost <= pcs_willpwr:
  641. act 'Substitute ass (<<will_cost>> Willpower)':
  642. cls
  643. gs 'willpower', 'pay', 'self'
  644. anala += 1
  645. gs 'boyStat', $nameBoyfrend[numnpc]
  646. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  647. gs 'fame', 'pav', 'sex', rand(0,8)
  648. GboyBalabol[numnpc] = 1
  649. gs 'stat'
  650. '<center><video autoplay loop src="images/shared/sex/anal/doggy/anal<<rand(0,12)>>.mp4"></video></center>'
  651. gs 'dinsex', 'boy_puts_condom'
  652. gs 'dinSex','boy_wants_anal','','lubri' & gs 'dinsex','analsex'
  653. 'Finally the guy finishes and you feel something warm fill your ass.'
  654. act 'Further':
  655. cls
  656. dynamic $din_gboy_end_to_disco
  657. end
  658. end
  659. else
  660. act 'Substitute ass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  661. end
  662. end
  663. end
  664. else
  665. act 'Resist (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  666. end
  667. end
  668. end
  669. end
  670. else
  671. act 'Kiss (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  672. end
  673. act 'Leave the club':
  674. cls
  675. dynamic $din_gboy_end_to_disco
  676. end
  677. end
  678. elseif diskoIvTiperand = 2:
  679. *pl
  680. elseif diskoIvTiperand = 3:
  681. *pl
  682. end
  683. exit
  684. end
  685. if kissBoyFrend[numnpc] > 0:
  686. *pl
  687. elseif kissBoyFrend[numnpc] = 0:
  688. *pl
  689. end
  690. dynamic $din_gboy_end_to_disco
  691. end
  692. }
  693. $din_gboy_tits = {
  694. '<<$boydesc>> began to get your <<$titsize>> breasts out of the garment.'
  695. act 'Let him':
  696. cls
  697. gs 'arousal', 'foreplay', 3
  698. gs 'stat'
  699. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/sex/tits.jpg"></center>'
  700. '<<$boydesc>> pulls your <<$titsize>> breasts outside and begins to knead your breasts and kiss them. Guy takes your hand and puts it on the groin, you feel that he''s got a hard cock.'
  701. act 'Caress his cock through his pants':
  702. cls
  703. gs 'arousal', 'foreplay', 3
  704. gs 'stat'
  705. '<center><img <<$set_imgh>> src="images/shared/sex/grab/cock.jpg"></center>'
  706. 'You start stroking your guy''s crotch, feeling the hardness of his member pressing against the cloth of his trousers.'
  707. gs 'willpower', 'mast', 'resist'
  708. if will_cost <= pcs_willpwr:
  709. act 'Remove his hand (<<will_cost>> Willpower)':
  710. cls
  711. gs 'willpower', 'pay', 'resist'
  712. minut += 5
  713. otnBoyFrend[numnpc] -= 10
  714. gs 'stat'
  715. 'You take his hand out of your pants, and he shakes his head, not understanding.'
  716. act 'Go home':gt 'pav_residential'
  717. end
  718. else
  719. act 'Remove his hand (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  720. end
  721. act 'Going into the guy''s pants':
  722. cls
  723. gs 'arousal', 'hj', 3
  724. gs 'stat'
  725. '<center><img <<$set_imgh>> src="images/shared/sex/grab/cock2.jpg"></center>'
  726. 'You slide your hand inside his pants, enfolding your fingers around his hard hot cock.'
  727. gs 'willpower', 'hj', 'self', 'easy'
  728. if will_cost <= pcs_willpwr:
  729. act 'Jerk him off (<<will_cost>> Willpower)':
  730. cls
  731. gs 'willpower', 'pay', 'self'
  732. gs 'arousal', 'hj', 5
  733. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  734. dick = dickBoyFrend[numnpc]
  735. hja += 1
  736. gs 'stat'
  737. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hj.jpg"></center>'
  738. 'You pull his hard and hot cock out of his pants and wrap your hand around it. You start kissing him while stroking his penis. Finally the guy groans and you watch as loads of his sperm erupt again and again from his cock.'
  739. act 'Go home':gt 'pav_residential'
  740. end
  741. else
  742. act 'Jerk him off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  743. end
  744. act 'Take by mouth':
  745. cls
  746. gs 'arousal', 'bj', 5
  747. bja += 1
  748. dick = dickBoyFrend[numnpc]
  749. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  750. gs 'fame', 'pav', 'sex', rand(0,8)
  751. GboyBalabol[numnpc] = 1
  752. gs 'stat'
  753. '<center><img <<$set_imgh>> src="images/shared/sex/blowjob/cocksucker.jpg"></center>'
  754. 'You squat in front of your guy and bring your face to his cock.'
  755. gs 'dinSex', 'bj_random'
  756. 'Soon <<$boydesc>> groaned "<<$pcs_nickname>>, I''m going to come."'
  757. act 'Suck on':
  758. cls
  759. minut += 5
  760. pcs_horny += 10
  761. spafinloc = 12
  762. gs 'cum_manage'
  763. swallow += 1
  764. gs 'stat'
  765. '<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum49.jpg"></center>'
  766. gs 'dinsex','bj_swallow_random'
  767. act 'Go home':gt 'pav_residential'
  768. end
  769. act 'Remove it from your mouth':
  770. cls
  771. minut += 5
  772. pcs_horny += 10
  773. spafinloc = 11
  774. gs 'cum_manage'
  775. gs 'stat'
  776. '<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial21.jpg"></center>'
  777. 'You remove his member from your mouth just as a stream of hot sperm hits you in the face, then another and another until he eventually finished coating your face with his cum.'
  778. act 'Go home':gt 'pav_residential'
  779. end
  780. act 'Surrender':
  781. cls
  782. minut += 5
  783. pcs_horny += 10
  784. sexa += 1
  785. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  786. gs 'boyStat', $nameBoyfrend[numnpc]
  787. gs 'fame', 'pav', 'sex', rand(0,8)
  788. GboyBalabol[numnpc] = 1
  789. gs 'stat'
  790. '<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
  791. 'He quickly takes off his clothes and lays down on top of you.'
  792. gs 'dinsex', 'boy_puts_condom'
  793. gs 'dinsex','vaginal_sex',10
  794. gs 'dinsex','sexcum'
  795. act 'Go home':gt 'pav_residential'
  796. end
  797. gs 'willpower', 'anal', 'self'
  798. if will_cost <= pcs_willpwr:
  799. act 'Substitute ass (<<will_cost>> Willpower)':
  800. cls
  801. gs 'willpower', 'pay', 'self'
  802. anala += 1
  803. gs 'boyStat', $nameBoyfrend[numnpc]
  804. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  805. gs 'fame', 'pav', 'sex', rand(0,8)
  806. GboyBalabol[numnpc] = 1
  807. gs 'stat'
  808. '<center><img <<$set_imgh>> src="images/shared/sex/anal/doggy/anal31.jpg"></center>'
  809. gs 'dinsex', 'boy_puts_condom'
  810. gs 'dinSex','boy_wants_anal','','lubri' & gs 'dinsex','analsex'
  811. 'Finally he reaches his peak and you feel something warm filling your ass.'
  812. act 'Leave.':gt 'pav_residential'
  813. end
  814. else
  815. act 'Substitute ass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  816. end
  817. end
  818. end
  819. end
  820. gs 'willpower', 'mast', 'resist', 'easy'
  821. if will_cost <= pcs_willpwr:
  822. act 'Resist (<<will_cost>> Willpower)':
  823. cls
  824. gs 'willpower', 'pay', 'resist'
  825. gs 'arousal', 'foreplay', 3
  826. gs 'stat'
  827. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/sex/petting.jpg"></center>'
  828. 'You remove your hand from his pants and he immediately reaches his hand into your pants, as you feel his fingers caress your wet pussy.'
  829. gs 'willpower', 'mast', 'resist', 'easy'
  830. if will_cost <= pcs_willpwr:
  831. act 'Remove his hand (<<will_cost>> Willpower)':
  832. cls
  833. gs 'willpower', 'pay', 'resist'
  834. minut += 5
  835. otnBoyFrend[numnpc] -= 10
  836. gs 'stat'
  837. 'You pull his hand from your pussy, and he just looks at you, slightly confused.'
  838. act 'Go home':gt 'pav_residential'
  839. end
  840. else
  841. act 'Remove his hand (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  842. end
  843. act 'Enjoy':
  844. cls
  845. gs 'arousal', 'vaginal_finger', 5
  846. pcs_horny += 10
  847. gs 'stat'
  848. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/sex/petting.jpg"></center>'
  849. 'You cease to resist and just relax feeling that pleasant warmth of a guy caressing your pussy with his fingers. <<$boydesc>> begins to undress you and soon you are completely naked.'
  850. act 'Surrender':
  851. cls
  852. sexa += 1
  853. if gnpcSex[numnpc] = 0:gnpcSex[numnpc] = 1 & guy += 1
  854. gs 'boyStat', $nameBoyfrend[numnpc]
  855. gs 'fame', 'pav', 'sex', rand(0,8)
  856. GboyBalabol[numnpc] = 1
  857. gs 'stat'
  858. '<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
  859. 'He quickly takes off his clothes and lays down on top of you.'
  860. gs 'dinsex', 'boy_puts_condom'
  861. gs 'dinsex', 'vaginal_sex', 15
  862. gs 'dinsex', 'sexcum'
  863. act 'Go home':gt 'pav_residential'
  864. end
  865. gs 'willpower', 'anal', 'self'
  866. if will_cost <= pcs_willpwr:
  867. act 'Substitute ass (<<will_cost>> Willpower)':
  868. cls
  869. gs 'willpower', 'pay', 'self'
  870. gs 'boyStat', $nameBoyfrend[numnpc]
  871. if gnpcSex[numnpc] = 0: gnpcSex[numnpc] = 1 & guy += 1
  872. gs 'fame', 'pav', 'sex', rand(0,8)
  873. GboyBalabol[numnpc] = 1
  874. gs 'stat'
  875. '<center><img <<$set_imgh>> src="images/shared/sex/anal/doggy/anal31.jpg"></center>'
  876. gs 'dinsex', 'boy_puts_condom'
  877. gs 'dinSex', 'boy_wants_anal','lubri' & gs 'dinsex', 'analsex'
  878. 'Finally he reaches his peak and you feel something warm filling your ass.'
  879. act 'Leave.':gt 'pav_residential'
  880. end
  881. else
  882. act 'Substitute ass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  883. end
  884. end
  885. end
  886. else
  887. act 'Resist (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  888. end
  889. end
  890. gs 'willpower', 'mast', 'resist'
  891. if will_cost <= pcs_willpwr:
  892. act 'Remove his hand (<<will_cost>> Willpower)':
  893. cls
  894. gs 'willpower', 'pay', 'resist'
  895. minut += 5
  896. otnBoyFrend[numnpc] -= 10
  897. gs 'stat'
  898. 'You remove his hands from your exposed breasts, and he looks puzzled, not sure why.'
  899. act 'Go home':gt 'pav_residential'
  900. end
  901. else
  902. act 'Remove his hand (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  903. end
  904. }
  905. $din_gboy_kiss = {
  906. act 'Kiss':
  907. cls
  908. gs 'arousal', 'kiss', 5
  909. kissBoyFrend[numnpc] += 1
  910. gs 'stat'
  911. '<center><img <<$set_imgh>> src="images/shared/sex/kiss/kiss.jpg"></center>'
  912. 'You turn your head to the guy and your lips meet. <<$boydesc>> starts to passionately caress your body with his hands as he kisses you.'
  913. dynamic $din_gboy_tits
  914. end
  915. }
  916. $din_gboy_knee = {
  917. gs 'willpower', 'sex', 'resist', 'easy'
  918. if will_cost <= pcs_willpwr:
  919. act 'Remove his hand (<<will_cost>> Willpower)':
  920. cls
  921. gs 'willpower', 'sex', 'resist', 'easy'
  922. gs 'willpower', 'pay', 'resist'
  923. minut += 5
  924. otnBoyFrend[numnpc] -= 10
  925. gs 'stat'
  926. 'You remove his hand from your knee and he shakes his head, puzzled what to do next.'
  927. act 'Go home':gt 'pav_residential'
  928. end
  929. else
  930. act 'Remove his hand (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  931. end
  932. act 'Pretend that nothing is happening':
  933. cls
  934. gs 'arousal', 'foreplay', 5
  935. gs 'stat'
  936. '<center><img <<$set_imgh>> src="images/characters/shared/boyfriend/groped.jpg"></center>'
  937. 'You pretend not to notice his hand and <<$boydesc>> doesn''t hesitate to pull your thigh closer to his. <<$boydesc>> tilted towards your face trying to kiss you.'
  938. gs 'willpower', 'sex', 'resist', 'easy'
  939. if will_cost <= pcs_willpwr:
  940. act 'Remove his hand (<<will_cost>> Willpower)':
  941. cls
  942. gs 'willpower', 'sex', 'resist', 'easy'
  943. gs 'willpower', 'pay', 'resist'
  944. minut += 5
  945. otnBoyFrend[numnpc] -= 10
  946. gs 'stat'
  947. 'You remove his hand from your knee and he shakes his head, puzzled what to do next.'
  948. act 'Go home':gt 'pav_residential'
  949. end
  950. else
  951. act 'Remove his hand (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  952. end
  953. dynamic $din_gboy_kiss
  954. end
  955. if pcs_horny >= 75:
  956. gs 'willpower', 'kiss', 'self'
  957. if will_cost <= pcs_willpwr:
  958. act 'Kiss him (<<will_cost>> Willpower)':
  959. cls
  960. gs 'willpower', 'kiss', 'self'
  961. gs 'willpower', 'pay', 'self'
  962. gs 'arousal', 'kiss', 5
  963. kissBoyFrend[numnpc] += 1
  964. gs 'stat'
  965. '<center><img <<$set_imgh>> src="images/shared/sex/kiss/kiss.jpg"></center>'
  966. 'You turn your head to the guy and your lips meet. <<$boydesc>> starts to passionately caress your body with his hands as he kisses you.'
  967. dynamic $din_gboy_tits
  968. end
  969. else
  970. act 'Kiss him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  971. end
  972. end
  973. }
  974. $din_gboy_go_to_boyhome = {
  975. act 'Go to his home':
  976. cls
  977. minut += 15
  978. gs 'stat'
  979. '<<$boydesc>> takes you to his home. You came to a small two-story house, in which there are several apartments and <<$boydesc>> guides you to his apartment. He opened the door with a key and lets you inside.'
  980. boyhouserand = rand(0, 2)
  981. if boyhouserand = 0:
  982. 'There was no one else at home and he suggested you go to the recreation room and watch a movie.'
  983. act 'Watch Movie':
  984. cls
  985. minut += 30
  986. gs 'stat'
  987. 'You settled comfortably on the sofa and <<$boydesc>> rummages in the drawers, finds a movie, and puts it in the VCR and starts it, then sits down next to you.'
  988. boyvideorand = rand(0, 3)
  989. if boyvideorand = 0:
  990. 'When the movie starts you quickly realize it''s a porn video. The actors do not have time to exchange but a few sentences before the girl was already naked and kneeling in front of the guy with his cock in her mouth.'
  991. act 'Watch porn':
  992. cls
  993. gs 'arousal', 'foreplay', 5
  994. gs 'stat'
  995. '<center><img <<$set_imgh>> src="images/characters/shared/boyfriend/groped.jpg"></center>'
  996. 'You continue watching the porn and what you saw was gradually exciting you. You feel <<$boydesc>> put his hand on your knee and began to stroke it.'
  997. dynamic $din_gboy_knee
  998. end
  999. gs 'willpower', 'voyeur', 'resist', 'easy'
  1000. if will_cost <= pcs_willpwr:
  1001. act 'Refuse to watch (<<will_cost>> Willpower)':
  1002. cls
  1003. gs 'willpower', 'pay', 'resist'
  1004. minut += 5
  1005. otnBoyFrend[numnpc] -= 20
  1006. gs 'stat'
  1007. 'You got up from the couch upset with the guy claiming that you are not interested in watching that type of trash. <<$boydesc>> gets embarrassed and blushing began stuttering an apology.'
  1008. act 'Go home':gt 'pav_residential'
  1009. end
  1010. else
  1011. act 'Refuse to watch (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1012. end
  1013. elseif boyvideorand > 0:
  1014. 'A Hollywood thriller started playing in which the protagonist smashed everything around him while he managed to not even get scratched. In the film, he ends up killing his best friend, after which the hero drops to his knees beside the body screaming "NO!" in the rain. Finally the hero and main villain meet and after a hard fight he killed the bad guy, the film ends as expected, with an explosion in the background from which the hero escaped.'
  1015. boyprirand = rand(0, 2)
  1016. if boyprirand = 0:
  1017. 'You feel him lay hand on your knee and began to stroke it.'
  1018. gs 'willpower', 'sex', 'resist', 'easy'
  1019. if will_cost <= pcs_willpwr:
  1020. act 'Remove his hand (<<will_cost>> Willpower)':
  1021. cls
  1022. gs 'willpower', 'sex', 'resist', 'easy'
  1023. gs 'willpower', 'pay', 'resist'
  1024. minut += 5
  1025. otnBoyFrend[numnpc] -= 10
  1026. gs 'stat'
  1027. 'You remove his hand from your knee and he shakes his head, puzzled what to do next.'
  1028. act 'Go home':gt 'pav_residential'
  1029. end
  1030. else
  1031. act 'Remove his hand (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1032. end
  1033. dynamic $din_gboy_knee
  1034. else
  1035. if pcs_horny >= 75:
  1036. gs 'willpower', 'sex', 'self', 'easy'
  1037. if will_cost <= pcs_willpwr:
  1038. act 'Kiss him (<<will_cost>> Willpower)':
  1039. cls
  1040. gs 'willpower', 'pay', 'self'
  1041. gs 'arousal', 'kiss', 5
  1042. gs 'stat'
  1043. 'You turn your head to the guy and your lips meet. <<$boydesc>> starts to passionately caress your body with his hands as he kisses you.'
  1044. dynamic $din_gboy_tits
  1045. end
  1046. else
  1047. act 'Kiss him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1048. end
  1049. end
  1050. act 'Go home': gt 'pav_residential'
  1051. end
  1052. end
  1053. end
  1054. elseif boyhouserand = 1:
  1055. '<center><img <<$set_imgh>> src="images/characters/shared/boyfriend/groped.jpg"></center>'
  1056. 'There was no one else at home and he suggested that you both go to his room. In his room, he sat next to you and started stroking your knee.'
  1057. dynamic $din_gboy_knee
  1058. elseif boyhouserand = 2:
  1059. '<center><img <<$set_imgh>> src="images/characters/shared/boyfriend/groped.jpg"></center>'
  1060. 'When you went inside his home, he realizes that his parents were home and he quickly walks you to his room. In his room, he sat next to you and started stroking your knee.'
  1061. dynamic $din_gboy_knee
  1062. end
  1063. !!act 'Go home':gt 'pav_residential'
  1064. end
  1065. }
  1066. menu_off = 1
  1067. gs 'stat'
  1068. '<center><h1><font color="maroon"><<$boydesc>></font></h1></center>'
  1069. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big<<numnpc>>.jpg"></center>'
  1070. 'You''re on a date with <<$boydesc>>. <<$bfRelationship[numnpc]>>'
  1071. *nl
  1072. if hour < 20:
  1073. if otnBoyFrend[numnpc] < 80:
  1074. '<<$boydesc>> offered to take you home.'
  1075. act 'Go home':gt 'pav_residential'
  1076. elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] = 0:
  1077. gdeystboyrand = rand(0, 1)
  1078. if gdeystboyrand = 0:
  1079. '<<$boydesc>> suggested that you two go to his home.'
  1080. dynamic $din_gboy_go_to_boyhome
  1081. gs 'willpower', 'sex', 'resist', 'easy'
  1082. if will_cost <= pcs_willpwr:
  1083. act 'Refuse to go to his home (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & otnBoyFrend[numnpc] -= 10 & gt 'pav_residential'
  1084. else
  1085. act 'Refuse to go to his home (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1086. end
  1087. elseif gdeystboyrand = 1:
  1088. '<<$boydesc>> offered to take you home.'
  1089. act 'Go home':gt 'pav_residential'
  1090. end
  1091. elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] > 0:
  1092. '<<$boydesc>> suggested that you two go to his home.'
  1093. dynamic $din_gboy_go_to_boyhome
  1094. gs 'willpower', 'sex', 'resist', 'easy'
  1095. if will_cost <= pcs_willpwr:
  1096. act 'Refuse to go to his home (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & otnBoyFrend[numnpc] -= 10 & gt 'pav_residential'
  1097. else
  1098. act 'Refuse to go to his home (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1099. end
  1100. end
  1101. elseif hour >= 20 and hour < 23:
  1102. if otnBoyFrend[numnpc] < 80:
  1103. '<<$boydesc>> offered to take you home.'
  1104. act 'Go home':gt 'pav_residential'
  1105. elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] = 0:
  1106. tipgbrand = rand(0, 1)
  1107. if tipgbrand = 0:
  1108. '<<$boydesc>> suggested going to the disco.'
  1109. dynamic $din_gboy_go_to_disco
  1110. gs 'willpower', 'misc', 'resist', 'easy'
  1111. if will_cost <= pcs_willpwr:
  1112. act 'Refuse and go home (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & otnBoyFrend[numnpc] -= 10 & gt 'pav_residential'
  1113. else
  1114. act 'Refuse and go home (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1115. end
  1116. elseif tipgbrand = 1:
  1117. '<<$boydesc>> offered to go to his home.'
  1118. dynamic $din_gboy_go_to_boyhome
  1119. act 'Refuse and go home':otnBoyFrend[numnpc] -= 10 & gt 'pav_residential'
  1120. end
  1121. elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] > 0:
  1122. gdeystboyrand = rand(0, 1)
  1123. if gdeystboyrand = 0:
  1124. '<<$boydesc>> offered to go to his home.'
  1125. dynamic $din_gboy_go_to_boyhome
  1126. act 'Refuse and go home':otnBoyFrend[numnpc] -= 10 & gt 'pav_residential'
  1127. elseif gdeystboyrand = 1:
  1128. '<<$boydesc>> offered to go to the disco.'
  1129. dynamic $din_gboy_go_to_disco
  1130. gs 'willpower', 'misc', 'resist', 'easy'
  1131. if will_cost <= pcs_willpwr:
  1132. act 'Refuse and go home (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & otnBoyFrend[numnpc] -= 10 & gt 'pav_residential'
  1133. else
  1134. act 'Refuse and go home (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1135. end
  1136. end
  1137. end
  1138. elseif hour >= 23:
  1139. '<<$boydesc>> offered to take you home.'
  1140. act 'go home':gt 'pav_residential'
  1141. end
  1142. --- Gnpc2 ---------------------------------