sex_ev_hookup_leave.qsrc 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. # sex_ev_hookup_leave
  2. if $ARGS[0] = 'gotta_go':
  3. if sex_ev['fuck_count'] > 0:
  4. $sex_ev['fun'] = 'fuck'
  5. else
  6. $sex_ev['fun'] = 'fun'
  7. end
  8. if rand(1,20) < sex_ev['cum_count'] + sex_ev['extra_cum']: sex_ev['continuation'] = 1
  9. if sex_ev['leaving'] = 0:
  10. act'I should go':
  11. sex_ev['leaving'] = 1
  12. cla & *clr
  13. gs 'sex_ev_leave', 'dress_loop'
  14. if sex_ev['sleepover'] = 1:
  15. '"This has been nice," you say, <<$sex_ev[''dress_describe'']>>. "But I really should go."'
  16. elseif sex_ev['get_up'] = 0:
  17. 'As nice as this is, you really can''t stay and you heave yourself up and away from <<$npc_firstname[$boy]>>, getting up from the bed and moving over to where your discarded clothes were thrown.'
  18. '"I should go," you say, <<$sex_ev[''dress_describe'']>>.'
  19. else
  20. '"I should go," you say, <<$sex_ev[''dress_describe'']>>.'
  21. end
  22. gs 'sex_ev_hookup_leave', 'hookup_continuation'
  23. end
  24. act'Thanks for the <<$sex_ev[''fun'']>>':
  25. sex_ev['leaving'] = 1
  26. cla & *clr
  27. gs 'sex_ev_leave', 'dress_loop'
  28. 'You get up from the bed and pad across the floor, bending down to pick up your discarded apparel.'
  29. if sex_ev['sleepover'] = 1:
  30. '"Thanks for the <<$sex_ev[''fun'']>> last night," you say, <<$sex_ev[''dress_describe'']>> with a smirk over your shoulder. "And for letting me stay over."'
  31. elseif sex_ev['get_up'] = 0:
  32. '"Thanks for the <<$sex_ev[''fun'']>>," you say, <<$sex_ev[''dress_describe'']>> with a smirk over your shoulder.'
  33. else
  34. '"Well, thanks for the <<$sex_ev[''fun'']>>," you say, <<$sex_ev[''dress_describe'']>> with a smirk over your shoulder.'
  35. end
  36. gs 'sex_ev_hookup_leave', 'hookup_continuation'
  37. end
  38. else
  39. act'Prepare to leave':
  40. cla & *clr
  41. $sex_ev['bed_room']
  42. if sex_ev['sleepover'] = 1 and npc_latesleeper[$boy] = 1 and sex_ev['boy_asleep'] ! 0:
  43. gs'sex_ev_leave', 'sneak_out1'
  44. else
  45. gs'sex_ev_leave', 'leaving_dialogue'
  46. end
  47. end
  48. end
  49. end
  50. if $ARGS[0] = 'hookup_continuation':
  51. if rand(1,10) > 7 and (hour > 20 or hour < 2) and npc_caretaker[$boy] > 0 and npc_girlfriend[$boy] = 0 and sex_ev['cant_stay'] = 0:
  52. '"Really?" <<$npc_firstname[$boy]>> sits up in bed. "You don''t have to. Are you sure you don''t want to spend the night?"'
  53. gs 'sex_ev_hookup_leave', 'spend_the_night'
  54. elseif sex_ev['continuation'] > 0:
  55. if npc_goal[$boy] = 1:
  56. gs 'sex_ev_hookup_leave', 'npc_fuckbuddy_request'
  57. elseif npc_goal[$boy] > 1:
  58. gs 'sex_ev_hookup_leave', 'npc_date_request'
  59. end
  60. gs 'sex_ev_hookup_leave', 'finish_dressing'
  61. elseif sex_ev['thank_for_fun'] = 1:
  62. if sex_ev['bj_count'] > 0 and sex_ev['fuck_count'] < 1:
  63. if sex_ev['virgin'] > 0:
  64. '"Thanks for the blowjob," he smirks back. "You give pretty good head. You sure you''re a virgin?" You don''t respond, <<$sex_ev[''dress_describe'']>>, but roll your eyes at his commentary.'
  65. else
  66. '"Thanks for the blowjob," he smirks back as you''re <<$sex_ev[''dress_describe'']>>. "You give great head."'
  67. end
  68. elseif sex_ev['fuck_count'] > 0:
  69. '"Right back at you," he smirks in return while you''re <<$sex_ev[''dress_describe'']>>.'
  70. end
  71. gs 'sex_ev_hookup_leave', 'later'
  72. gs 'sex_ev_hookup_leave', 'panty_gift'
  73. gs'sex_ev_leave', 'dress_talk'
  74. else
  75. '"Alright, sure. Feel free to see yourself out."'
  76. gs 'sex_ev_hookup_leave', 'later'
  77. gs 'sex_ev_leave', 'panty_gift'
  78. gs'sex_ev_leave', 'dress_talk'
  79. end
  80. end
  81. if $ARGS[0] = 'spend_the_night':
  82. act'No thanks':
  83. sex_ev['cant_stay'] = 1
  84. cla & *clr
  85. gs 'sex_ev_leave', 'dress_loop'
  86. '"Thanks but no thanks," you say, wistfully <<$sex_ev[''dress_describe'']>>. "I really need to get home tonight."'
  87. gs 'sex_ev_hookup_leave', 'hookup_continuation'
  88. end
  89. act'Well...':
  90. cla & *nl
  91. '"Well..." you pause for a moment, considering. You <i>could</i> stay over tonight. Maybe you don''t <i>have</i> to go...'
  92. act'No, I shouldn''t':
  93. sex_ev['cant_stay'] = 1
  94. cla & *clr
  95. $npc_apt_bedroom[$boy]
  96. '"... no," you sigh. "I really shouldn''t. I want to, but I can''t."'
  97. gs 'sex_ev_hookup_leave', 'hookup_continuation'
  98. end
  99. act'I guess I could...':
  100. cla & *clr
  101. $npc_apt_bedroom[$boy]
  102. '"... I guess I could..." you relent, dropping the clothes you were holding.'
  103. act'Undress and get into bed with him':
  104. if $clothingworntype ! 'nude':gs 'clothing', 'strip'
  105. if $braworntype ! 'none':gs 'bras', 'remove'
  106. if $pantyworntype ! 'none':gs 'panties', 'remove'
  107. cla & *clr
  108. '<center><img <<$set_imgh>> src="images/shared/sex/after/cuddle1.jpg"></center>'
  109. 'You slip back into bed and cuddle up with <<$npc_firstname[$boy]>>, resting your naked body on top of his. He wraps his arms around you in return and the two of your relax, listening to the sound of each other''s breathing.'
  110. gs 'sex_ev_after', 'sleep'
  111. end
  112. end
  113. end
  114. act'I really need to go':
  115. sex_ev['cant_stay'] = 1
  116. cla & *clr
  117. gs 'sex_ev_leave', 'dress_loop'
  118. '"I wish I could but I really have to go," you say, <<$sex_ev[''dress_describe'']>>. "Just not an option for me tonight."'
  119. gs 'sex_ev_hookup_leave', 'hookup_continuation'
  120. end
  121. end
  122. if $ARGS[0] = 'pc_fuckbuddy_request':
  123. act'We should hook up again later':
  124. cla & *clr
  125. gs 'sex_ev_leave', 'dress_loop'
  126. if sex_ev['cant_stay'] = 1:
  127. '"Maybe we could hook up again some other time?" you ask, <<$sex_ev[''dress_describe'']>>.'
  128. else
  129. '"This was fun. We should hook up again some time," you say, <<$sex_ev[''dress_describe'']>>.'
  130. end
  131. act'Continue':
  132. cla & *clr
  133. gs 'sex_ev_leave', 'dress_loop'
  134. if rand(1,3) = 1:
  135. '"Nah, this was a one time thing," <<$npc_firstname[$boy]>> replies. "I never fuck the same girl twice."'
  136. 'You pause for a moment and give him a look.'
  137. '"Seriously?"'
  138. '"Do I look like I''m kidding?" he grins back, clearly satisfied with himself.'
  139. '<i>Free access to pussy and you''re just gonna turn it down? Whatever...</i> you think to yourself, <<$sex_ev[''dress_describe'']>>.'
  140. *nl
  141. 'Once you''re finished dressing, you grab your things and leave. <<$npc_firstname[$boy]>> doesn''t say a word as you close the door behind you.'
  142. else
  143. gs 'sex_ev_leave', 'fuckbuddy_add'
  144. '"What, like fuckbuddies?"'
  145. '"Why not?" you say, <<$sex_ev[''dress_describe'']>>.'
  146. '"Sure, I''ll sleep with you again if you''re offering."'
  147. 'You tell him your number while you finished getting dressed and he taps it into his phone. A few moments later, a notification pings in your messages:'
  148. *nl
  149. gs 'sex_ev_hookup_leave', 'fuckbuddy_text'
  150. end
  151. act'Leave':gt 'sex_ev_leave', 'exit'
  152. end
  153. end
  154. end
  155. if $ARGS[0] = 'pc_date_request':
  156. act'Maybe I could see you again sometime?':
  157. cla & *clr
  158. gs'sex_ev_leave', 'dress_loop'
  159. '"Maybe I could see you again? For like, dinner? Or a movie? Or something?" you say, <<$sex_ev[''dress_describe'']>>.'
  160. act'Continue':
  161. cla & *clr
  162. gs 'sex_ev_leave', 'dress_loop'
  163. if rand(1,3) = 1:
  164. '"Nah, this was a one time thing," <<$npc_firstname[$boy]>> replies. "I never fuck the same girl twice."'
  165. 'You pause for a moment and give him a look.'
  166. '"Seriously?"'
  167. '"Do I look like I''m kidding?" he grins back, clearly satisfied with himself.'
  168. '<i>Wow... You can really pick em, huh <<$pcs_nickname>>?</i> you think to yourself <<$sex_ev[''dress_describe'']>>. <i>Ugh. Whatever...</i>'
  169. *nl
  170. 'Once you''re done, you grab your things and leave. <<$npc_firstname[$boy]>> doesn''t say a word as you close the door behind you.'
  171. act'Leave':gt 'sex_ev_leave', 'exit'
  172. else
  173. !! set dating flag
  174. '"You mean like a date?"'
  175. '"Yeah... like a date..."'
  176. 'For a moment you feel intensely awkward, <<$sex_ev[''dress_describe'']>> as you wait for his response, but when you turn to look at him he''s smiling.'
  177. '"A date... Yeah, I''d like to take you on a date sometime." Your expression bursts into a smile as well, unable to contain yourself.'
  178. 'You tell him your number while you finished getting dressed and he taps it into his phone. A few moments later, a notification pings in your messages:'
  179. *nl
  180. sex_ev['text_message'] = rand(1,2)
  181. if sex_ev['text_message'] = 1:
  182. ' <b><font color="blue">hey cutie</font></b>'
  183. '"Hey yourself," you say aloud, smiling back at him. "Anyways, see you around."'
  184. elseif sex_ev['text_message'] = 2:
  185. ' <b><font color="blue">dont forget to call :)</font></b>'
  186. *nl
  187. '"I won''t," you promise.'
  188. end
  189. 'That bit of business done, you cheerfully wave him goodbye and head out the door.'
  190. act'Leave':gt 'sex_ev_leave', 'exit'
  191. end
  192. end
  193. end
  194. end
  195. if $ARGS[0] = 'npc_fuckbuddy_request':
  196. if sex_ev['thank_for_fun'] = 1:
  197. '"You want to do it again sometime? Nothing serious, just sex. No strings."'
  198. else
  199. if sex_ev['npc_can_spend_the_night'] > 0:
  200. '"Well, maybe you could stay over some other night?" he asks. "We could fuck each other''s brains out and then you can sleep here."'
  201. else
  202. '"Cool. Maybe we can hook up again sometime?"'
  203. end
  204. end
  205. act'You mean like fuckbuddies?':
  206. cla & *clr
  207. gs 'sex_ev_leave', 'dress_loop'
  208. '"Like what?" you ask back, <<$sex_ev[''dress_describe'']>>. "Friends with benefits? Fuckbuddies? Booty callers? No strings attached?"'
  209. '"Yeah, just like that. No strings attached."'
  210. gs 'sex_ev_hookup_leave', 'just_a_hookup'
  211. act'Sure':
  212. cla & *clr
  213. gs 'sex_ev_leave', 'dress_loop'
  214. gs 'sex_ev_leave', 'fuckbuddy_add'
  215. '"Sure, sounds fun," you smile, <<$sex_ev[''dress_describe'']>>.'
  216. 'After finishing getting dressed, you tell him your number while he taps it into his phone. A few moments later, a notification pings in your messages:'
  217. *nl
  218. sex_ev['text_message'] = rand(1,2)
  219. if sex_ev['text_message'] = 1:
  220. ' <b><font color="blue">hey fuck buddy</font></b>'
  221. '"Hey yourself," you say aloud, looking up at him. "Anyways, see you around."'
  222. elseif sex_ev['text_message'] = 2:
  223. ' <b><font color="blue">send nudes</font></b>'
  224. *nl
  225. '"Maybe," you smirk. "Anyways, see you around."'
  226. end
  227. 'Your little exchange done, you wave him goodbye and head out the door.'
  228. act'Leave':gt 'sex_ev_leave', 'exit'
  229. end
  230. gs 'sex_ev_hookup_leave', 'have_a_boyfriend'
  231. gs 'sex_ev_hookup_leave', 'have_a_girlfriend'
  232. end
  233. end
  234. if $ARGS[0] = 'npc_date_request':
  235. '"Well... Maybe I could see you again sometime? Not just sex, but like really see you, you know? Take you out on a date or something? Dinner? See a movie?"'
  236. gs 'sex_ev_hookup_leave', 'just_a_hookup'
  237. act'Sure':
  238. cla & *clr
  239. gs 'sex_ev_leave', 'dress_loop'
  240. gs 'sex_ev_leave', 'lover_add'
  241. '"Yeah, I think I''d like that," you smile gently.'
  242. 'After finishing getting dressed, you tell him your number while he taps it into his phone. A few moments later, a notification pings in your messages:'
  243. *nl
  244. sex_ev['text_message'] = rand(1,2)
  245. if sex_ev['text_message'] = 1:
  246. ' <b><font color="blue">hey cutie</font></b>'
  247. '"Hey yourself," you say aloud, looking up at him. "Anyways, see you around."'
  248. elseif sex_ev['text_message'] = 2:
  249. ' <b><font color="blue">dont forget to call :)</font></b>'
  250. *nl
  251. '"I won''t," you promise.'
  252. end
  253. 'Your little exchange done, you wave him goodbye and head out the door.'
  254. act'Leave':gt 'sex_ev_leave', 'exit'
  255. end
  256. act'I''m not up for anything serious':
  257. cla & *clr
  258. gs 'sex_ev_leave', 'dress_loop'
  259. '"I''m not looking for anything serious right now," you say, more than a little awkwardly as you''re <<$sex_ev[''dress_describe'']>>.'
  260. act'Sorry':
  261. cla & *clr
  262. gs 'sex_ev_leave', 'dress_loop'
  263. '"Sorry..."'
  264. '"Oh. Uhh, well, it''s fine I guess..." <<$npc_firstname[$boy]>> trails off and you''re left in an extremely uncomfortable silence while you <<$sex_ev[''dress_describe'']>>.'
  265. '<i>Holy fuck this is awkward,</i> you think to yourself as you pull the last of your clothes on. After giving yourself a once over, you give <<$npc_firstname[$boy]>> a strained smile and wave goodbye, quickly striding towards the door to escape.'
  266. act'Leave':gt 'sex_ev_leave', 'exit'
  267. end
  268. act'If we were fuckbuddies...':
  269. cla & *clr
  270. gs 'sex_ev_leave', 'dress_loop'
  271. '"If it were something purely physical, like fuckbuddies or something," you say, <<$sex_ev[''dress_describe'']>>. "I wouldn''t mind getting together for some fun, but I''m not interested in a boyfriend."'
  272. if rand(1,10) > 7 and npc_goal[$boy] ! 3:
  273. gs 'sex_ev_leave', 'fuckbuddy_add'
  274. '"Well... If it means I can see you again, then sure I guess." <<$npc_firstname[$boy]>> doesn''t really seem satisfied with the results, but he still tells you his number while you tap it into your contact list.'
  275. '"So uhh, yeah... Call me sometime?"'
  276. 'With a shrug and an awkward wave goodbye, you head out the door and out of <<$npc_firstname[$boy]>>''s apartment.'
  277. act'Leave':gt 'sex_ev_leave', 'exit'
  278. else
  279. '"No," he shakes his head. "I don''t want to get led on by you if you''re only interested in a fuck and not anything real. Guess this is just a one night stand."'
  280. act'It''s to be expected':
  281. cla & *clr
  282. gs 'sex_ev_leave', 'dress_loop'
  283. 'You nod to yourself, continuing <<$sex_ev[''dress_describe'']>>. It''s to be expected from a guy like him. But if he wants something more, you just can''t give it to him. You''re only after pleasure, you don''t want to get tangled up in a relationship.'
  284. *nl
  285. '"Well, I guess I won''t see you around then so... bye?" You wave to <<$npc_firstname[$boy]>> and stride out the door, unable to feel that this little bit of fun took a bit of a damper turn right at the end.'
  286. act'Leave':gt 'sex_ev_leave', 'exit'
  287. end
  288. act'Taken aback':
  289. cla & *clr
  290. gs 'sex_ev_leave', 'dress_loop'
  291. 'You blink in surprise, stopping halfway through <<$sex_ev[''dress_describe'']>>. That response really wasn''t what you saw coming. After all, what guy just gives up free access to sex?'
  292. *nl
  293. '"Uhh well, uhh... Alright... Guess I won''t see you later then..." you respond awkwardly. After giving yourself a once over, you give <<$npc_firstname[$boy]>> a strained smile and wave goodbye, quickly striding towards out the door.'
  294. act'Leave':gt 'sex_ev_leave', 'exit'
  295. end
  296. end
  297. end
  298. end
  299. end
  300. if $ARGS[0] = 'fuckbuddy_text':
  301. gs 'sex_ev_leave', 'fuckbuddy_add'
  302. sex_ev['text_message'] = rand(1,2)
  303. if sex_ev['text_message'] = 1:
  304. ' <b><font color="blue">hey fuck buddy</font></b>'
  305. *nl
  306. '"Hey yourself," you say aloud, smiling at him. "Anyways, see you around."'
  307. elseif sex_ev['text_message'] = 2:
  308. ' <b><font color="blue">send nudes</font></b>'
  309. *nl
  310. '"We''ll see about that," you roll your eyes back. "Anyways, see you around."'
  311. end
  312. 'That little exchange done, you cheerfully wave him goodbye and head out the door.'
  313. end
  314. if $ARGS[0] = 'later':
  315. gs 'sex_ev_hookup_leave', 'finish_dressing'
  316. gs 'sex_ev_hookup_leave', 'pc_fuckbuddy_request'
  317. gs 'sex_ev_hookup_leave', 'pc_date_request'
  318. end
  319. if $ARGS[0] = 'just_a_hookup':
  320. if hour >= 20 or hour <= 9:
  321. $sex_ev['just_a'] = 'one night stand'
  322. else
  323. $sex_ev['just_a'] = 'random hookup'
  324. end
  325. act'This was a <<$sex_ev[''just_a'']>>':
  326. cla & *clr
  327. gs 'sex_ev_leave', 'dress_loop'
  328. '"No," you shake your head, <<$sex_ev[''dress_describe'']>>. "This was just a <<$sex_ev[''just_a'']>>. I''m not looking for anything lasting."'
  329. if sex_ev['continuation'] = 1:
  330. '"Whatever, your loss," he shrugs.'
  331. '"Pfft-! Yeah, sure," you snigger back, pulling on the rest of your clothes. You give yourself a once over, making sure everything''s in place and wave goodbye as you head towards the door.'
  332. elseif sex_ev['continuation'] = 2:
  333. '"Oh. Uhh, well..." <<$npc_firstname[$boy]>> trails off and you''re left in an extremely uncomfortable silence while you get dressed in front of him.'
  334. '<i>Holy fuck this is awkward,</i> you think to yourself as you pull the last of your clothes on. After giving yourself a once over, you give <<$npc_firstname[$boy]>> a strained smile and wave goodbye, quickly striding towards the door to escape.'
  335. end
  336. act'Leave':gt 'sex_ev_leave', 'exit'
  337. end
  338. end
  339. if $ARGS[0] = 'have_a_boyfriend':
  340. if pcs_lovers - pcs_girlfriends > 0:
  341. act'I have a boyfriend':
  342. npc_know_girlfriend[$boy] = 0
  343. cla & *clr
  344. '<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
  345. gs 'sex_ev_leave', 'dress_loop_code'
  346. '"I have a boyfriend," you say, giving him a look as you''re <<$sex_ev[''dress_describe'']>>.'
  347. if npc_fidelity[$boy] = 6:
  348. if npc_girlfriend[$boy] = 1 and npc_goal[$boy] = 1:
  349. '"So? I have a girlfriend," he grins shamelessly. "Doesn''t mean we can''t keep fucking."'
  350. act'No way':
  351. cla & *clr
  352. '<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
  353. '"Yeah, no," you grimace. "That''s a kind of drama I <i>don''t</i> want to deal with.'
  354. 'And with that, you pick up the rest of your things and head out the door.'
  355. act'Leave':gt 'sex_ev_leave', 'exit'
  356. end
  357. act'So long as you know':
  358. cla & *clr
  359. gs 'sex_ev_leave', 'dress_loop'
  360. gs 'sex_ev_leave', 'fuckbuddy_add'
  361. '"So long as you know," you reply, <<$sex_ev[''dress_describe'']>>. You exchange numbers with him and a moment later a notification pings in your messages.'
  362. *nl
  363. gs 'sex_ev_hookup_leave', 'fuckbuddy_text'
  364. act'Leave':gt 'sex_ev_leave', 'exit'
  365. end
  366. else
  367. '"Whatever, your loss," he shrugs. "Looks like I''m a better lay than him anyways."'
  368. '"Yeah, sure," you snigger back, pulling on the rest of your clothes. You give yourself a once over, making sure everything''s in place and wave goodbye as you head towards the door.'
  369. act'Leave':gt 'sex_ev_leave', 'exit'
  370. end
  371. else
  372. '"Oh. Uhh, well..." <<$npc_firstname[$boy]>> trails off and you''re left in an extremely uncomfortable silence while you get dressed in front of him.'
  373. '<i>Holy fuck this is awkward,</i> you think to yourself as you pull the last of your clothes on. After giving yourself a once over, you give <<$npc_firstname[$boy]>> a strained smile and wave goodbye, quickly striding towards the door to escape.'
  374. act'Leave':gt 'sex_ev_leave', 'exit'
  375. end
  376. end
  377. end
  378. end
  379. if $ARGS[0] = 'have_a_girlfriend':
  380. if pcs_girlfriends > 0:
  381. act'I have a girlfriend':
  382. npc_know_girlfriend[$boy] = 1
  383. cla & *clr
  384. '<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
  385. '"I have a girlfriend," you say, giving him a look as you''re <<$sex_ev[''dress_describe'']>>.'
  386. if npc_fidelity[$boy] = 6:
  387. if npc_girlfriend[$boy] = 1 and npc_goal[$boy] = 1:
  388. '"Hey, me too!" he grins shamelessly.'
  389. act'No way':
  390. cla & *clr
  391. '<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
  392. '"Nice try but no," you grimace, and pick up the rest of your things and head out the door.'
  393. act'Leave':gt 'sex_ev_leave', 'exit'
  394. end
  395. act'So long as you know':
  396. cla & *clr
  397. $npc_apt_bedroom[$boy]
  398. gs 'sex_ev_leave', 'fuckbuddy_add'
  399. '"So long as you know," you reply, <<$sex_ev[''dress_describe'']>>. You exchange numbers with him and a moment later a notification pings in your messages.'
  400. *nl
  401. gs 'sex_ev_hookup_leave', 'fuckbuddy_text'
  402. act'Leave':gt 'sex_ev_leave', 'exit'
  403. end
  404. else
  405. '"Whatever, your loss," he shrugs. "Bi girls always come back when they start missing dick."'
  406. '"That''s what strapons are for," you roll your eyes, pulling on the rest of your clothes. You give yourself a once over, making sure everything''s in place and wave goodbye as you head towards the door.'
  407. act'Leave':gt 'sex_ev_leave', 'exit'
  408. end
  409. else
  410. '"Oh. Uhh, well..." <<$npc_firstname[$boy]>> trails off and you''re left in an extremely uncomfortable silence while you get dressed in front of him.'
  411. '<i>Holy fuck this is awkward,</i> you think to yourself as you pull the last of your clothes on. After giving yourself a once over, you give <<$npc_firstname[$boy]>> a strained smile and wave goodbye, quickly striding towards the door to escape.'
  412. act'Leave':gt 'sex_ev_leave', 'exit'
  413. end
  414. end
  415. end
  416. end
  417. --- sex_ev_hookup_leave ---------------------------------