gdktoilet_mens.qsrc 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. # gdktoilet_mens
  2. if $ARGS[0] = 'mens_entrance_events':
  3. $location_type = 'public_indoors'
  4. *clr & cla
  5. $menu_loc = 'gdktoilet_mens'
  6. $menu_arg = 'mens_entrance_events'
  7. menu_off = 0
  8. gs 'stat'
  9. temp = rand(1,100)
  10. if temp >= 80:
  11. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  12. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/bathroom_mens.jpg"></center>'
  13. 'It''s unusually empty, but you see someone near the urinals.'
  14. act 'Look closer':
  15. minut +=2
  16. *clr & cla
  17. gs 'stat'
  18. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  19. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/ghmanstand.jpg"></center>'
  20. 'You decide to take a closer look, to your surprise, there is a naked man standing with his face to the wall. His body is pressed up close against the wall.'
  21. if pcs_vag >= 1:
  22. if pcs_horny >=80:
  23. act 'Leave': gt 'gdktoilet', 'start'
  24. gs 'willpower', 'sex', 'force'
  25. if will_cost <= pcs_willpwr:
  26. act 'Seduce him (<<will_cost>> Willpower)':
  27. *clr & cla
  28. gs 'willpower', 'sex', 'force'
  29. gs 'willpower', 'pay', 'force'
  30. gs 'stat'
  31. if pcs_cupsize >= 20:
  32. *clr & cla
  33. gs 'stat'
  34. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  35. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/grabbig.jpg"></center>'
  36. 'You look over his naked body and you wonder who''s on the other side. You bite your finger in appreciation of his naked body while grabbing your <<$titsize>>. You walk over to him trying to seduce him. He succumbs to your charms. No longer able to resist he takes all your clothes off and pushes you against the wall. Kissing you passionately.'
  37. gs 'arousal', 'foreplay', 1
  38. gs 'stat'
  39. act 'Kiss him': gt 'gdktoilet_mens', 'mensglory'
  40. elseif $pantyworntype ! 'none':
  41. *clr & cla
  42. gs 'stat'
  43. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  44. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/seducesmall.jpg"></center>'
  45. 'You look over his naked body and you wonder who''s on the other side. Your small <<$titsize>> are not enough to coax the man so you take off your clothes revealing your underwear and breasts. You walk over to him trying to seduce him. He succumbs to your charms. No longer able to resist he takes the rest of your clothes off and pushes you against the wall. Kissing you passionately.'
  46. gs 'arousal', 'foreplay', 5
  47. gs 'stat'
  48. act 'Kiss him': gt 'gdktoilet_mens', 'mensglory'
  49. else
  50. *clr & cla
  51. gs 'stat'
  52. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  53. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/nakedsmall.jpg"></center>'
  54. 'You look over his naked body and you wonder who''s on the other side. Your small <<$titsize>> are not enough to coax the man so you take off your clothes revealing your breasts and pussy. You walk over to him trying to seduce him. He succumbs to your charms. No longer able to resist he takes the rest of your clothes off and pushes you against the wall. Kissing you passionately.'
  55. gs 'arousal', 'foreplay', 1
  56. gs 'stat'
  57. act 'Kiss him': gt 'gdktoilet_mens', 'mensglory'
  58. end
  59. end
  60. else
  61. act 'Seduce him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  62. end
  63. elseif pcs_horny >=40:
  64. gs 'willpower', 'mast', 'self'
  65. if will_cost <= pcs_willpwr:
  66. act 'Masturbate':
  67. *clr & cla
  68. gs 'willpower', 'mast', 'self'
  69. gs 'willpower', 'pay', 'self'
  70. pcs_mood += 15
  71. $orgasm_or = 'no'
  72. gs 'arousal', 'clit_finger', 25
  73. gs 'stat'
  74. gs 'stat'
  75. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  76. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/masturbate.jpg"></center>'
  77. 'You decide to masturbate in front of him. You rub your clit while exposing your bare ass. He smile and nods appreciating your body. You start to feel warm as you keep rubbing your clit. Your body gets tense as you approach orgasm.'
  78. if hotcat >= 6:
  79. *clr & cla
  80. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  81. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/1kissing.jpg"></center>'
  82. 'Unable to resist the man pushes you against the wall kissing you.'
  83. gs 'arousal', 'kiss', 5
  84. gs 'stat'
  85. gs 'willpower', 'sex', 'resist'
  86. if will_cost <= pcs_willpwr:
  87. act 'Leave (<<will_cost>> Willpower)':
  88. gs 'willpower', 'sex', 'resist'
  89. gs 'willpower', 'pay', 'resist'
  90. gs 'arousal', 'end'
  91. gs 'stat'
  92. '<center><img <<$set_imgh>> src="images/pc/reactions/fuckoff2.jpg"></center>'
  93. 'Not wanting to fuck this guy, you push him off you and quickly get dressed before telling him to fuck off!'
  94. gt 'gdktoilet', 'start'
  95. end
  96. else
  97. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  98. end
  99. act 'Give In': gt 'gdktoilet_mens', 'mensglory'
  100. elseif hotcat >= 4:
  101. cla
  102. *nl
  103. 'The man backs away from the wall and says, "Why don''t you come over here and we can have some fun."'
  104. gs 'willpower', 'sex', 'resist'
  105. if will_cost <= pcs_willpwr:
  106. act 'Leave (<<will_cost>> Willpower)':
  107. gs 'willpower', 'sex', 'resist'
  108. gs 'willpower', 'pay', 'resist'
  109. gs 'arousal', 'end'
  110. gs 'stat'
  111. '<center><img <<$set_imgh>> src="images/pc/reactions/fuckoff2.jpg"></center>'
  112. 'Not wanting to fuck this guy, you quickly get dressed before telling him to fuck off!'
  113. gt 'gdktoilet', 'start'
  114. end
  115. else
  116. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  117. end
  118. act 'Give In': gt 'gdktoilet_mens', 'mensglory'
  119. else
  120. act 'Leave': gs 'arousal', 'end' & gt 'gdktoilet', 'start'
  121. end
  122. end
  123. else
  124. end
  125. else
  126. gs 'stat'
  127. 'You look at his naked body and you wonder who''s on the other side. You feel a little turned on by the man''s naked body. You decide to leave.'
  128. gs 'arousal', 'voyeur', 10
  129. gs 'arousal', 'end'
  130. gs 'stat'
  131. act 'Leave': gt 'gdktoilet', 'start'
  132. end
  133. else
  134. pcs_horny += 5
  135. gs 'stat'
  136. 'You look at his naked body and you''re not sure what''s going on. You decide to leave before things get too awkward.'
  137. act 'Leave': gt 'gdktoilet', 'start'
  138. end
  139. end
  140. elseif temp >= 50 and temp <=79 and soniaPS >= 1 and hour >= 20 and hour <=23:
  141. pcs_horny += 5
  142. minut += 5
  143. *clr & cla
  144. gs 'stat'
  145. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  146. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/gangbangbath.jpg"></center>'
  147. 'You look inside the men''s restroom and see Sonia getting pounded by a bunch of guys. You can tell she is enjoying every second of it as she gets fucked in both holes.'
  148. if pcs_vag > 0:
  149. gs 'stat'
  150. 'You feel excited as you watch Sonia. You decide to leave before you are noticed.'
  151. gs 'arousal', 'voyeur_sex', 5
  152. gs 'arousal', 'end'
  153. gs 'stat'
  154. act 'Leave': gt 'gdktoilet', 'start'
  155. else
  156. 'You decide to leave before you are noticed.'
  157. act 'Leave': gt 'gdktoilet', 'start'
  158. end
  159. elseif temp >= 40 and temp <= 45 and hour >= 20 and hour <=23:
  160. *clr & cla
  161. pcs_horny += 10
  162. minut += 5
  163. gs 'stat'
  164. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  165. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/bathroom_mens.jpg"></center>'
  166. 'You look inside the men''s restroom and hear a couple having sex in one of the stalls. You wonder who''s inside and then decide to leave. While you turn away you hear them stop and the stall slams open moments later hearing giggling from some women. While you''re outside you see Ivan and Vicky leave the men''s restroom and walk out into the crowd.'
  167. gs 'arousal', 'voyeur_sex', 10
  168. gs 'arousal', 'end'
  169. gs 'stat'
  170. act 'Leave': gt 'gdktoilet', 'start'
  171. elseif temp >= 30 and temp <= 39 and hour >= 20 and hour <=23:
  172. *clr & cla
  173. gs 'stat'
  174. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  175. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/gangbangbath.jpg"></center>'
  176. 'You look inside the men''s restroom and see Vitek, Dan, Vasily, and one other you don''t recongnize and someone else under some woman getting pounded.'
  177. if pcs_vag > 0 and pcs_ass > 0:
  178. pcs_horny += 30
  179. 'Your pussy starts to itch. You wish you were that woman in between all those horny men taking it in all your holes. The feeling of excitement is enough to make you want to masturbate in the hallway but you decide to leave before your feelings become too much.'
  180. end
  181. gs 'arousal', 'voyeur_sex', 5
  182. gs 'arousal', 'end'
  183. gs 'stat'
  184. act 'Leave': gt 'gdktoilet', 'start'
  185. elseif temp >= 20 and temp <= 29 and hour >= 20 and hour <=23:
  186. *clr & cla
  187. minut += 5
  188. gs 'stat'
  189. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  190. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/mensrape3.mp4"></video></center>'
  191. 'You look inside the men''s restroom and see Dimka grabbing some chick by the hair and forcing her down onto his 16cm penis.'
  192. if DimaRudeQW = 0:
  193. gs 'willpower', 'bj', 'self'
  194. if will_cost <= pcs_willpwr:
  195. act 'Interrupt (<<will_cost>> Willpower)':
  196. *clr & cla
  197. minut += 5
  198. pcs_horny += 10
  199. gs 'willpower', 'bj', 'self'
  200. gs 'willpower', 'pay', 'self'
  201. gs 'stat'
  202. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  203. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/womens/sex/smiling.jpg"></center>'
  204. 'You decide to interrupt them and get in on the action. Dimka looks at you smiling and says "What the fuck are you interrupting me, get the fuck out." That''s when Dimka slaps you across the face. Your face now all red you quickly leave the restroom and leave.'
  205. act 'Leave': gt 'gdktoilet', 'start'
  206. end
  207. else
  208. act 'Interrupt (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  209. end
  210. act 'Leave': gt 'gdktoilet', 'start'
  211. elseif DimaRudeQW > 0:
  212. act 'Interrupt':
  213. *clr & cla
  214. minut += 5
  215. dimkawarn = 0
  216. gs 'stat'
  217. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  218. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/womens/sex/smiling.jpg"></center>'
  219. 'Wanting some attention from your boyfriend you decide to interrupt them. Dimka sees you and says, "Look what we have here, one more of my bitches to join us." He turns to the girl on the ground and says to her "Get on the ground and lay down."'
  220. act 'Climb on top':
  221. *clr & cla
  222. gs 'stat'
  223. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  224. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/threesomeanal.mp4"></video></center>'
  225. 'You take your clothes off and climb on top of her. She starts to lick your pussy while Dimka fucks your ass without any lubrication. With her licking your pussy and Dimka fucking your ass you start to orgasm.'
  226. gs 'arousal', 'cuni', 10, 'lesbian', 'dom'
  227. gs 'arousal', 'anal', 10, 'sub', 'rough'
  228. minut -= 10
  229. gs 'stat'
  230. act 'Continue':
  231. *clr & cla
  232. pcs_mood += 15
  233. if npc_sex['A1'] = 0: npc_sex['A1'] = 1 & guy += 1
  234. girl += 1
  235. minut += 10
  236. gs 'cum_call', 'anus', 'A1', 1
  237. gs 'stat'
  238. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  239. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/threesomeanalcum.jpg"></center>'
  240. 'Starting to pound your ass harder, Dimka starts to grunt as he shoots his load in your ass. Pulling out his warm liquid flows out your ass spilling onto the girls face. He takes his dick and puts it in her mouth saying, "Clean the rest of this up slut and don''t forget to clean my bitch too." The girl starts to lick your ass clean. She is really good at it and you begin to have another orgasm. You finish and decide to get up and get dressed. Dimka pleased with your behaviour tells you, "You should come by my house more often, slave."'
  241. $orgasm_or = 'yes'
  242. cumspclnt = 15
  243. gs 'cum_cleanup'
  244. gs 'arousal', 'end'
  245. gs 'stat'
  246. act 'Leave': gt 'gdktoilet', 'start'
  247. end
  248. end
  249. end
  250. gs 'willpower', 'bj', 'resist', 'hard'
  251. if will_cost <= pcs_willpwr:
  252. act 'Leave (<<will_cost>> Willpower)':
  253. gs 'willpower', 'bj', 'resist', 'hard'
  254. gs 'willpower', 'pay', 'resist'
  255. gs 'stat'
  256. gt 'gdktoilet', 'start'
  257. end
  258. else
  259. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  260. end
  261. end
  262. else
  263. minut += 1
  264. temp = rand(1,2)
  265. gt 'gdktoilet_mens', 'mens'
  266. end
  267. end
  268. if $ARGS[0] = 'mens':
  269. $location_type = 'public_indoors'
  270. *clr & cla
  271. $loc_arg = 'mens'
  272. $loc = 'gdktoilet_mens'
  273. $menu_loc = 'gdktoilet_mens'
  274. $menu_arg = 'mens'
  275. $locM = 'gdktoilet_mens'
  276. $locM_arg = 'mens'
  277. menu_off = 0
  278. gs 'stat'
  279. if hour >=20 and hour <=23:
  280. if music_on = 1:
  281. $track_loop = 'sound/komb.mp3'
  282. volume = 50
  283. music_loop = 1
  284. pl '<a href="exec: music_on = 0 & gt $loc">Turn off the music</a>'
  285. else
  286. music_loop = 0
  287. close all
  288. pl '<a href="exec: music_on = 1 & gt $loc">Play music</a>'
  289. end
  290. end
  291. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  292. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/bathroom_mens.jpg"></center>'
  293. 'You peek around the corner. Inside this room, stalls line the right side, with urinals on the far wall and rows of sinks and <a href="exec:gt ''mirror'', ''start''">mirrors</a> to the left. The room has a smell of disinfectant and stale piss. As you look around you notice a hole in the wall.'
  294. act 'Leave': gt 'gdktoilet', 'start'
  295. act 'Look at the hole':
  296. *clr & cla
  297. menu_off = 1
  298. gs 'stat'
  299. '<center><b><font color="maroon">Community Center - Men''s Restroom</font></b></center>'
  300. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/menghpeek.mp4"></video></center>'
  301. 'You look at the hole and see a girl fingering her pussy. You feel your pussy moisten and start to itch.'
  302. gs 'arousal', 'voyeur_sex', 5
  303. gs 'stat'
  304. act 'Move away': minut += 1 & gt 'gdktoilet_mens', 'mens'
  305. if pcs_horny >= 50:
  306. gs 'willpower', 'mast', 'self'
  307. if will_cost <= pcs_willpwr:
  308. act 'Masturbate (<<will_cost>> Willpower)':
  309. cla
  310. gs 'willpower', 'mast', 'self'
  311. gs 'willpower', 'pay', 'self'
  312. $orgasm_or = 'no'
  313. gs 'arousal', 'clit_finger', 5, 'masturbate'
  314. gs 'stat'
  315. 'You walk into one of the men''s stalls.'
  316. act 'start': gt 'gdktoilet_mens', 'mensmast'
  317. end
  318. else
  319. act 'Masturbate (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  320. end
  321. end
  322. end
  323. dynamic $tampon
  324. dynamic $quickwash
  325. dynamic $basin
  326. dynamic $publicpan
  327. end
  328. if $ARGS[0] = 'mensmast':
  329. *clr & cla
  330. minut += 2
  331. pcs_horny += 5
  332. pcs_mood += 5
  333. menu_off = 1
  334. gs 'stat'
  335. if picrand = 1:
  336. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/womens/sex/caress1.mp4"></video></center>'
  337. else
  338. '<center><img <<$set_imgh>> src="images/shared/sex/mast/mastr.jpg"></center>'
  339. end
  340. if pcs_horny <= 60:
  341. 'You are starting to feel warm and you insert your finger in your pussy.'
  342. $orgasm_or = 'no'
  343. gs 'arousal', 'clit_finger', 2, 'masturbate'
  344. gs 'stat'
  345. else
  346. 'You are starting to feel warm and you insert your finger in your pussy. You keep fingering your pussy and before long you are breathing heavily and start to moan.'
  347. $orgasm_or = 'no'
  348. gs 'arousal', 'clit_finger', 2, 'masturbate'
  349. gs 'stat'
  350. end
  351. if pcs_horny >= 90:
  352. act 'Climax':
  353. *clr & cla
  354. pcs_mood += 15
  355. minut += 5
  356. if pcs_inhib < 30: inhib_exp += rand(1,3)
  357. gs 'stat'
  358. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/mensmast1.jpg"></center>'
  359. $orgasm_or = 'custom'
  360. $orgasm_txt = 'As your pussy gets wet you start to rub your clit vigourously. You start to feel more intense pleasure with every second. Within a few moments a powerful orgasm takes control of your body. You can hear your moans echo through the restroom, your orgasm finally stops. Leaving you gasping and trembling as you recover.'
  361. gs 'arousal', 'clit_finger', 2, 'masturbate'
  362. gs 'arousal', 'end'
  363. gs 'stat'
  364. act 'Clean yourself':
  365. *clr & cla
  366. minut += 1
  367. gs 'stat'
  368. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/mensmast2.jpg"></center>'
  369. 'You grab some toilet paper and clean off your now wet clit. You think to yourself, "I hope nobody heard that."'
  370. if rand(1,100) >= 75:
  371. gs 'npcgeneratec', 0, 'guy from the men''s bathroom', rand(19,45)
  372. npc_dick[$npclastgenerated] = rand(10,24)
  373. gs 'boyStat', $npclastgenerated
  374. 'You look up and notice the stall door opens. Right then a man in an orange jumpsuit walks in. He tells you, "Do you know where you are?" Unable to respond after your intense orgasm the man unzips his jumpsuit and takes out his <<npc_dick[$npclastgenerated]>>cm dick and places it near your mouth.'
  375. gs 'willpower', 'bj', 'resist', 'hard'
  376. if will_cost <= pcs_willpwr:
  377. act 'Run away (<<will_cost>> Willpower)':
  378. cla
  379. gs 'willpower', 'bj', 'resist', 'hard'
  380. gs 'willpower', 'pay', 'resist'
  381. gs 'arousal', 'end'
  382. *nl
  383. if $pantyworntype ! 'none' or $braworntype ! 'none':
  384. gs 'underwear', 'dispose'
  385. minut += 2
  386. gs 'stat'
  387. 'You slip past the man and run out of the bathroom so quickly you leave your underwear behind.'
  388. act 'Leave': gt 'gdktoilet', 'start'
  389. else
  390. minut += 2
  391. gs 'stat'
  392. 'You slip past the man and run out of the bathroom.'
  393. act 'Leave': gt 'gdktoilet', 'start'
  394. end
  395. end
  396. else
  397. act 'Run away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  398. end
  399. act 'Suck':
  400. *clr & cla
  401. gs 'stat'
  402. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/mensmast3.jpg"></center>'
  403. 'You open your mouth and begin to suck his dick. You can feel your pussy getting itchy again so you start to rub it. You continue to rub your clit until the man is about to cum.'
  404. gs 'arousal', 'bj', 5, 'sub', 'unknown'
  405. gs 'arousal', 'clit_finger', 5
  406. minut -= 5
  407. gs 'stat'
  408. act 'Climax again':
  409. *clr & cla
  410. pcs_mood += 15
  411. minut += 5
  412. gs 'cum_call', 'face', $boy
  413. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/mensmast4.jpg"></center>'
  414. $orgasm_or = 'custom'
  415. $orgasm_txt = 'You continue to rub your clit more and more when all of a sudden you explode into another orgasm. The man tells you he''s about to cum and you stop sucking his dick. The second you stop sucking he cums around your mouth.'
  416. gs 'arousal', 'clit_finger', 2
  417. gs 'arousal', 'end'
  418. gs 'stat'
  419. act 'Rest':
  420. *clr & cla
  421. minut += 5
  422. gs 'stat'
  423. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/mensmast5.jpg"></center>'
  424. 'The man leaves the stall, he mumbles something but you are too far gone and woozy. You stay crouched on the floor with cum all over your mouth as you try to recover.'
  425. act 'Leave the stall':gt 'gdktoilet_mens', 'mens'
  426. end
  427. end
  428. end
  429. else
  430. act 'Leave Stall':gt 'gdktoilet_mens', 'mens'
  431. end
  432. end
  433. end
  434. else
  435. act 'Continue': gt 'gdktoilet_mens', 'mensmast'
  436. end
  437. gs 'willpower', 'mast', 'self'
  438. if will_cost <= pcs_willpwr:
  439. act 'Stop (<<will_cost>> Willpower)':
  440. cla
  441. gs 'willpower', 'mast', 'self'
  442. gs 'willpower', 'pay', 'self'
  443. minut += 1
  444. gs 'stat'
  445. *nl
  446. 'You decide that you shouldn''t continue in fear of being discovered.'
  447. act 'Leave Stall':gt 'gdktoilet_mens', 'mens'
  448. end
  449. else
  450. act 'Stop (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  451. end
  452. end
  453. if $ARGS[0] = 'mensglory':
  454. menu_off = 1
  455. gs 'npcgeneratec', 0, 'guy from the men''s bathroom', rand(19,45)
  456. $npc_thdick[$npclastgenerated] = 'massive'
  457. npc_dick[$npclastgenerated] = 20
  458. gs 'boyStat', $npclastgenerated
  459. gs 'stat'
  460. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/mens/sex/1kissing.jpg"></center>'
  461. act 'Submit':
  462. *clr & cla
  463. gs 'stat'
  464. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/2turning.mp4"></video></center>'
  465. 'He turns you around against the wall. He presses your face and breasts to the wall, while pulling your hips back away from the wall. Despite his aggressive behavior you rather enjoy his rough behavior.'
  466. gs 'arousal', 'foreplay', 5, 'sub', 'rough'
  467. gs 'stat'
  468. act 'Spread your ass cheeks':
  469. guy += 1
  470. *clr & cla
  471. gs 'stat'
  472. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/3doggy.mp4"></video></center>'
  473. 'He licks his fingers and coats the tip of his dick with his saliva. He then takes his <<npc_dick[$npclastgenerated]>>cm dick and guides it into your wet pussy. Grabbing your hips he begins to thrust, into you hard and fast. You are so overwhelmed and turned on, that you fail to notice other men that just walked in and are now watching.'
  474. gs 'arousal', 'vaginal_finger', 5, 'sub', 'rough'
  475. gs 'stat'
  476. act 'Turn Around':
  477. *clr & cla
  478. pcs_mood += 15
  479. gs 'stat'
  480. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/4standmiss.mp4"></video></center>'
  481. 'He suddenly pulls out of you and roughly turns you back around, and picks you up. You spread your legs and he lowers you back down, till you feel his <<$dick_girth>> dick slide back inside of your pussy. He carries you, fucking you the whole time, you are impressed by his strength, as he manages to not only carry you, but fuck you at the same time. He slams your back roughly but not painfully onto an open stall door and presses your body against it, then he starts fucking you in harder. It seems he is nowhere near ready to cum.'
  482. $orgasm_or = 'yes'
  483. gs 'arousal', 'vaginal', 5, 'sub', 'rough'
  484. gs 'stat'
  485. act 'Suck':
  486. *clr & cla
  487. gs 'stat'
  488. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/5blowjob.mp4"></video></center>'
  489. 'After some time, he pulls out of you and lets you down, you think he is getting a bit tired from holding you up. He leans back on the counter as you bend over and start to suck his dick. He puts his hand on your head and grabs and handful of hair, he pushes your head down while you suck his <<npc_dick[$npclastgenerated]>>cm dick. His hands hold onto your hair, keeping your from pulling away. Not that you would, you are excited and love sucking his dick.'
  490. gs 'arousal', 'bj', 5, 'sub', 'rough', 'deepthroat'
  491. gs 'stat'
  492. if rand(1,2) = 1:
  493. act 'Pull away':
  494. *clr & cla
  495. minut +=5
  496. gs 'cum_call', 'mouth', 'guy from the men''s bathroom'
  497. gs 'arousal', 'end'
  498. gs 'stat'
  499. '<center><video autoplay loop src="images/shared/sex/cum/mouth/cum1,1.mp4"></video></center>'
  500. 'You pull away right before he cums. You start to stroke his dick and you open your mouth. His hot load fills your mouth, it tastes salty and warm.'
  501. act 'Swallow':
  502. *clr & cla
  503. minut += 5
  504. gs 'cum_call', 'mouth_swallow', 'guy from the men''s bathroom'
  505. gs 'stat'
  506. '<center><video autoplay loop src="images/shared/sex/cum/mouth/cum1,1.mp4"></video></center>'
  507. 'You decide to swallow his cum. The man says, "You are much better than that hole in the wall." You smile and nod to him and get dressed. You leave the bathroom feeling satisfied and relaxed.'
  508. act 'Leave': gt 'gdktoilet', 'start'
  509. end
  510. gs 'willpower', 'swallow', 'resist'
  511. if will_cost <= pcs_willpwr:
  512. act 'Spit (<<will_cost>> Willpower)':
  513. *clr & cla
  514. gs 'willpower', 'swallow', 'resist'
  515. gs 'willpower', 'pay', 'resist'
  516. minut +=5
  517. gs 'stat'
  518. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/cumspit.mp4"></video></center>'
  519. 'You spit out his cum which. The man says, "You don''t like the taste of cum?" You don''t respond and get up to get dressed and leave.'
  520. act 'Leave': gt 'gdktoilet', 'start'
  521. end
  522. else
  523. act 'Spit (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  524. end
  525. end
  526. else
  527. gs 'willpower', 'sex', 'resist'
  528. if will_cost <= pcs_willpwr:
  529. act 'Keep sucking (<<will_cost>> Willpower)':
  530. *clr & cla
  531. gs 'willpower', 'sex', 'resist'
  532. gs 'willpower', 'pay', 'resist'
  533. minut += 5
  534. gs 'cum_call', 'mouth_swallow', 'guy from the men''s bathroom'
  535. gs 'arousal', 'end'
  536. gs 'stat'
  537. if pcs_throat <= 25:
  538. '<center><video autoplay loop src="images/shared/sex/blowjob/kotovbj91.mp4"></video></center>'
  539. 'You keep sucking taking in his entire dick. You stop when you feel his hard penis throbbing as a warm liquid fills your throat. You pull out his penis from your mouth making sure to not let any get spilled. The man says, "You are much better than that hole in the wall." You smile and nod to him and get dressed. You leave the bathroom feeling satisfied and relaxed.'
  540. act 'Leave': gt 'gdktoilet', 'start'
  541. else
  542. '<center><video autoplay loop src="images/shared/sex/blowjob/kotovbj26.mp4"></video></center>'
  543. 'Unable to continue to fit his entire penis inside your mouth you keep sucking the tip of his dick until you feel his hard penis throbbing as a warm liquid fills the back of your mouth. You pull out his penis from your mouth making sure to not let any get spilled. The man says, "You are much better than that hole in the wall." You smile and nod to him and get dressed. You leave the bathroom feeling satisfied and relaxed.'
  544. act 'Leave': gt 'gdktoilet', 'start'
  545. end
  546. end
  547. else
  548. act 'Keep sucking (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  549. end
  550. act 'Ride':
  551. *clr & cla
  552. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/6cowgirl.mp4"></video></center>'
  553. 'He yanks your head away, as he turns and lays down on the floor, on his back. He pulls you down on top of him, you straddle him and take his dick back into your pussy and you start to ride him. With out warning you feel him thrusting hard as he groaned. You feel warmth deep inside your pussy.'
  554. gs 'arousal', 'vaginal', 5, 'sub', 'rough'
  555. gs 'arousal', 'end'
  556. gs 'stat'
  557. if prezik > 0:
  558. if sexcontra = 4:
  559. act 'Get up':
  560. *clr & cla
  561. gs 'fame', 'pav', 'sex', 5
  562. gs 'cum_call', 'vaginal', 'guy from the men''s bathroom'
  563. gs 'stat'
  564. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/misscream.mp4"></video></center>'
  565. 'You pull off him, getting up and looking down at him. That is when you noticed your pussy dripping cum all over his penis. The man unable to move breathing heavily. The man replies, "I thought it felt better then it should''ve been." '
  566. gs 'cuminsidereact'
  567. 'He continues to breath heavily and says, "You were great though, perhaps we''ll meet again." He gets up and gets dressed, that is when you finally notice the other men watching. You quickly get dressed and feel embarrassed you didn''t notice them before, leaving while your blushing.'
  568. act 'Leave': gt 'gdktoilet', 'start'
  569. end
  570. else
  571. act 'Get up':
  572. *clr & cla
  573. gs 'fame', 'pav', 'sex', 5
  574. gs 'stat'
  575. '<center><img <<$set_imgh>> src="images/shared/sex/cum/cum61.jpg"></center>'
  576. 'You pull off him, getting up and looking down at him. The man unable to move breathing heavily. He continues to breath heavily and says, "You were great, perhaps we''ll meet again." He gets up and gets dressed, that is when you finally notice the other men watching. You quickly get dressed and feel embarrassed you didn''t notice them before, leaving while your blushing.'
  577. act 'Leave': gt 'gdktoilet', 'start'
  578. end
  579. end
  580. else
  581. if sexcontra = 2:
  582. act 'Complain':
  583. *clr & cla
  584. gs 'fame', 'pav', 'sex', 5
  585. gs 'cum_call', 'vaginal', 'guy from the men''s bathroom'
  586. gs 'stat'
  587. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/misscream.mp4"></video></center>'
  588. 'You pull off him, getting up and looking down at him and say, "Why didn''t you tell me you were going to cum?" The man replies, "Sorry I was trying to hold back and thought I could, didn''t you say you were on the pill?" You reply, "Yeah, but still you could''ve told me. Now I will have to clean up." He continues to breath heavily and says, "Was it really that bad?" He smirks at you, "You were great, perhaps we''ll meet again and next time use no condoms again." He gets up and gets dressed, that is when you finally notice the other men watching. You stop trying to clean yourself and quickly get dressed. You feel embarrassed you didn''t notice them before, leaving while you''re blushing.'
  589. act 'Leave': gt 'gdktoilet', 'start'
  590. end
  591. else
  592. act 'Complain':
  593. *clr & cla
  594. gs 'fame', 'pav', 'sex', 5
  595. gs 'cum_call', 'vaginal', 'guy from the men''s bathroom'
  596. '<center><video autoplay loop src="images/locations/pavlovsk/community/bathroom/mens/sex/misscream.mp4"></video></center>'
  597. 'You pull off him, getting up and looking down at him and say, "Why didn''t you tell me you were going to cum?" The man replies, "Sorry I was trying to hold back and thought I could, didn''t you say you were on the pill?" You reply, "No. What am I going to do if I get pregnent?" He continues to breath heavily and says, "Don''t worry, I''m sure you won''t get pregnant from just this one time. You were great, perhaps we''ll meet again and maybe use some protection." He gets up and gets dressed, that is when you finally notice the other men watching. You quickly get dressed and feel embarrassed you didn''t notice them before, leaving while you''re blushing.'
  598. act 'Leave': gt 'gdktoilet', 'start'
  599. end
  600. end
  601. end
  602. end
  603. end
  604. end
  605. end
  606. end
  607. end
  608. end
  609. --- gdktoilet_mens ---------------------------------