booty_call_leave.tw 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291
  1. :: booty_call_leave
  2. <<set $here = 'booty_call_leave'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'exit'>>
  5. <<gs 'booty_call_leave' 'ending'>>
  6. <<set $time.minutes += 2>>
  7. <!-- !! exit should be based on type of apartment and location-->
  8. <<if $npcs.get($boy,'residence') == 1>>
  9. <!-- !! Pav residential exit-->
  10. <<gt 'pav_residential'>>
  11. <<elseif $npcs.get($boy,'residence') == 2>>
  12. <!-- !! Student dorms exit-->
  13. <<gt 'city_island'>>
  14. <<elseif $npcs.get($boy,'residence') == 3>>
  15. <!-- !! St. Petersburg Residential exit-->
  16. <<gt 'city_residential'>>
  17. <<elseif $npcs.get($boy,'residence') == 4>>
  18. <!-- !! St. Petersburg City Center exit-->
  19. <<gt 'city_center'>>
  20. <!-- !!{ disabled for bug testing
  21. else
  22. if $region = 'pav':
  23. gt 'pav_residential'
  24. elseif $region = 'pav':
  25. gt 'pav_commercial'
  26. elseif $region = 'pav_park':
  27. gt 'pav_park', 'start'
  28. elseif $region = 'city':
  29. gt 'city_residential'
  30. elseif $region = 'city_center':
  31. gt 'city_center'
  32. elseif $region = 'city_park':
  33. gt 'city_park', 'start'
  34. elseif $region = 'city_island':
  35. gt 'city_island'
  36. end} -->
  37. <</if>>
  38. <</if>>
  39. <<if $location_var[$here][0] == 'break_up'>>
  40. <<gs 'lover' 'remove fuckbuddy' $boy>>
  41. <<actCLA 'Leave'>>
  42. <<gt 'booty_call_leave' 'exit'>>
  43. <</actCLA>>
  44. <</if>>
  45. <<if $location_var[$here][0] == 'ending'>>
  46. <!-- !! gs 'booty_call_stats', 'save'-->
  47. <<arousalEnd>>
  48. <<if $wardrobe.clothingworntype == 'nude'>>
  49. <<gs 'booty_call_leave' 'dress'>>
  50. <</if>>
  51. <<if getvar("$booty_call['fuck']") > 0>>
  52. <<setinit $know_virgin[$boy] = 0>>
  53. <</if>>
  54. <<if getvar("$booty_call['creampie_orgasm']") == 1>>
  55. <<setinit $stat_memory['creampie_orgasm'] = $time.daystart>>
  56. <</if>>
  57. <<run $npcs.set($boy,'last_sex',$time.daystart)>>
  58. <<set $booty_call to null>>
  59. <</if>>
  60. <<if $location_var[$here][0] == 'leaving_dialogue'>>
  61. "I gotta get going," you say.
  62. "Okay, see you later."
  63. <<actCLA '"Bye"'>>
  64. <<setinit $booty_call['leave_dialogue'] = 'Bye'>>
  65. <<gs 'booty_call_leave' 'leaving_action'>>
  66. <</actCLA>>
  67. <<actCLA '"See ya"'>>
  68. <<setinit $booty_call['leave_dialogue'] = 'See ya'>>
  69. <<gs 'booty_call_leave' 'leaving_action'>>
  70. <</actCLA>>
  71. <<actCLA '"Toodles"'>>
  72. <<setinit $booty_call['leave_dialogue'] = 'Toodles'>>
  73. <<gs 'booty_call_leave' 'leaving_action'>>
  74. <</actCLA>>
  75. <<actCLA '"Text me"'>>
  76. <<setinit $booty_call['leave_dialogue'] = 'Text me'>>
  77. <<gs 'booty_call_leave' 'leaving_action'>>
  78. <</actCLA>>
  79. <<if $npcs.get($boy,'booty_call') == $time.daystart and getvar("$booty_call['sleepover']") == 1>>
  80. <<actCLA '"See you soon"'>>
  81. <<setinit $booty_call['leave_dialogue'] = 'See you soon'>>
  82. <<gs 'booty_call_leave' 'leaving_action'>>
  83. <</actCLA>>
  84. <<elseif $npcs.get($boy,'booty_call') == $time.daystart + 1>>
  85. <<actCLA '"See you tomorrow"'>>
  86. <<setinit $booty_call['leave_dialogue'] = 'See you tomorrow'>>
  87. <<gs 'booty_call_leave' 'leaving_action'>>
  88. <</actCLA>>
  89. <<else>>
  90. <<actCLA '"Till next time"'>>
  91. <<setinit $booty_call['leave_dialogue'] = 'Till next time'>>
  92. <<gs 'booty_call_leave' 'leaving_action'>>
  93. <</actCLA>>
  94. <</if>>
  95. <</if>>
  96. <<if $location_var[$here][0] == 'leaving_action'>>
  97. <<actCLA 'Nonchalant'>>
  98. <<setinit $booty_call['leave_action'] = ' nonchalantly and head out the door without a second glance'>>
  99. <<gs 'booty_call_leave' 'leaving_end'>>
  100. <</actCLA>>
  101. <<actCLA 'Wave goodbye'>>
  102. <<setinit $booty_call['leave_action'] = ', waggling your fingers at him and head out the door'>>
  103. <<gs 'booty_call_leave' 'leaving_end'>>
  104. <</actCLA>>
  105. <<actCLA 'Wink'>>
  106. <<setinit $booty_call['leave_action'] = ' with a wink as you close the door behind you'>>
  107. <<gs 'booty_call_leave' 'leaving_end'>>
  108. <</actCLA>>
  109. <<actCLA 'Blow him a kiss'>>
  110. <<setinit $booty_call['leave_action'] = ', blowing him a kiss just before the door closes behind you'>>
  111. <<gs 'booty_call_leave' 'leaving_end'>>
  112. <</actCLA>>
  113. <<actCLA 'Shake your ass'>>
  114. <<setinit $booty_call['leave_action'] = ', giving him a teasing shake of your ass just before you close the door behind you'>>
  115. <<gs 'booty_call_leave' 'leaving_end'>>
  116. <</actCLA>>
  117. <</if>>
  118. <<if $location_var[$here][0] == 'leaving_end'>>
  119. <p>"$booty_call['leave_dialogue']," you say$booty_call['leave_action'].</p>
  120. <<actCLA 'Leave'>>
  121. <<gt 'booty_call_leave' 'exit'>>
  122. <</actCLA>>
  123. <</if>>
  124. <<if $location_var[$here][0] == 'breakup_start'>>
  125. <<actCLA 'Break things off'>>
  126. <<=$npcs.get($boy,'apt_bedroom')>>
  127. "This is the last time I'm coming over," you say, abruptly.
  128. <p>"Huh?" <<=$npcs.get($boy,'firstname')>> looks at you oddly. "What are you talking about?"</p>
  129. "Don't text me expecting a booty call after this."
  130. <p>"Why not?" he asks.</p>
  131. <<actCLA 'Don`t explain'>>
  132. <<video "shared/romance/misc/depart_annoyed1.mp4">>
  133. "I just can't do this anymore," you say. "I'm sorry."
  134. You grab your things and leave.
  135. <<gs 'booty_call_after' 'break_up'>>
  136. <</actCLA>>
  137. <<gs 'booty_call_leave' 'unsatisfied_breakup'>>
  138. <<gs 'booty_call_leave' 'no_more_cheating_breakup'>>
  139. <</actCLA>>
  140. <</if>>
  141. <<if $location_var[$here][0] == 'unsatisfied_breakup'>>
  142. <<actCLA 'You don`t satisfy me'>>
  143. <<=$npcs.get($boy,'apt_bedroom')>>
  144. "You're just not what I want out of a fuckbuddy," you say flatly.
  145. <<actCLA 'Sexually incompatible'>>
  146. <<video "shared/romance/misc/depart_annoyed1.mp4">>
  147. "You're just not what I want out of a fuckbuddy," you say flatly. "I just don't think we're sexually compatible."
  148. You shrug once, grab your things, and leave without another word.
  149. <<gs 'booty_call_leave' 'break_up'>>
  150. <</actCLA>>
  151. <<if $npcs.get($boy,'sexdrive') == 1 or $npcs.get($boy,'two_pump') == 1>>
  152. <<actCLA 'You`re a two pump chump'>>
  153. <<=$npcs.get($boy,'apt_bedroom')>>
  154. "You're just not what I want out of a fuckbuddy," you say flatly. "You come too fast. I can't trust you to get me off."
  155. <p>"Wait but-"</p>
  156. <<gs 'booty_call_leave' 'isnt_going_to_work'>>
  157. <</actCLA>>
  158. <<elseif $npcs.get($boy,'sexdrive') < 5>>
  159. <<actCLA 'You don`t last long enough for me'>>
  160. <<=$npcs.get($boy,'apt_bedroom')>>
  161. "You're just not what I want out of a fuckbuddy," you say flatly. "You can't keep it up and I can't trust you to get me off."
  162. <p>"Wait but-"</p>
  163. <<gs 'booty_call_leave' 'isnt_going_to_work'>>
  164. <</actCLA>>
  165. <<else>>
  166. <<actCLA 'You last too long'>>
  167. <<=$npcs.get($boy,'apt_bedroom')>>
  168. "You're just not what I want out of a fuckbuddy," you say flatly. "Honestly, your sex drive is way too high. By the time you're satisfied, my pussy is sore."
  169. <p>"Wait but-"</p>
  170. <<gs 'booty_call_leave' 'isnt_going_to_work'>>
  171. <</actCLA>>
  172. <</if>>
  173. <!-- !! act'You're boring':-->
  174. <</actCLA>>
  175. <</if>>
  176. <<if $location_var[$here][0] == 'no_more_cheating_breakup'>>
  177. <<if getvar("$pcs_lovers") > 0 and $npc_know_have_boyfriend + getvar("$npc_know_have_girlfriend") == 0>>
  178. <<actCLA 'I`ve started seeing somebody'>>
  179. <<run $npcs.set($boy,'know_cheat',1)>>
  180. <<=$npcs.get($boy,'apt_bedroom')>>
  181. "The truth is, I've started seeing somebody. The sex has been good, but..." You shake your head, grabbing your purse. "I can't keep doing this. I don't want to fuck things up."
  182. <<if $npcs.get($boy,'fidelity') < 7>>
  183. <p>"Come on," he says. "We're just having fun. It's not cheating if it's just physical. When you masturbate in the shower, you're not cheating on him with your showerhead are you?"</p>
  184. <<actCLA 'No means no'>>
  185. <<video "shared/romance/misc/depart_annoyed1.mp4">>
  186. "You're not going to change my mind," you say. "We're done."
  187. And with that, you head out the door.
  188. <<gs 'booty_call_leave' 'break_up'>>
  189. <</actCLA>>
  190. <<actCLA 'Well...'>>
  191. You pause, biting your lip in consideration.
  192. <<actCLA 'As long as it`s just physical'>>
  193. <<=$npcs.get($boy,'apt_bedroom')>>
  194. "Well..." you say slowly. "As long as it's <i>just</i> physical..."
  195. <p>"Thatta girl," <<=$npcs.get($boy,'firstname')>> grins from bed.</p>
  196. <<gs 'booty_call_after' 'cheating_end'>>
  197. <</actCLA>>
  198. <<actCLA 'Set some rules'>>
  199. <p>"Okay..." you say. "But there have to be rules!"</p>
  200. <<gs 'booty_call_talk' 'cheating_rules'>>
  201. <</actCLA>>
  202. <</actCLA>>
  203. <<else>>
  204. <p>"Oh." <<=$npcs.get($npclastsaved,'firstname')>> looks at you. "I guess that's fair. So... I'll see you around?"</p>
  205. <<actCLA 'See you'>>
  206. "Yeah," you mumble wistfully. "See you..."
  207. And with that, you head out the door.
  208. <<gs 'booty_call_leave' 'break_up'>>
  209. <</actCLA>>
  210. <<actCLA 'No I won`t'>>
  211. <<video "shared/romance/misc/depart_annoyed1.mp4">>
  212. "No, I won''t," you frown. "That's the point."
  213. And with that, you head out the door.
  214. <<gs 'booty_call_leave' 'break_up'>>
  215. <</actCLA>>
  216. <</if>>
  217. <</actCLA>>
  218. <<if $pcs_lovers - getvar("$pcs_girlfriends") > 0>>
  219. <<actCLA 'I can`t keep cheating on my boyfriend'>>
  220. <<video "shared/romance/misc/depart_annoyed1.mp4">>
  221. <<if $npcs.get($boy,'know_cheat') == 1>>
  222. "I can't keep cheating on my boyfriend like this," you say, hanging your head shamefully. "It's wrong, and I just can't do this anymore. I have to go."
  223. <<else>>
  224. <p>"The truth is, I'm in a relationship with somebody," you say, hanging your head shamefully. "I've been cheating on them with you this whole time. It's wrong, and I— I just can't do this anymore!"</p>
  225. <</if>>
  226. You grab your things and rush out the door.
  227. <<gs 'booty_call_leave' 'break_up'>>
  228. <</actCLA>>
  229. <</if>>
  230. <<if getvar("$pcs_girlfriends") > 0>>
  231. <<actCLA 'I can`t keep cheating on my girlfriend'>>
  232. <<video "shared/romance/misc/depart_annoyed1.mp4">>
  233. <<if $npcs.get($boy,'know_cheat') == 1>>
  234. "I can't keep cheating on my girlfriend like this," you say, hanging your head shamefully. "It's wrong, and I just can't do this anymore. I have to go."
  235. <<else>>
  236. <p>"The truth is, I'm in a relationship with somebody," you say, hanging your head shamefully. "I've been cheating on them with you this whole time. It's wrong, and I— I just can't do this anymore!"</p>
  237. <</if>>
  238. You grab your things and rush out the door.
  239. <<gs 'booty_call_leave' 'break_up'>>
  240. <</actCLA>>
  241. <</if>>
  242. <</if>>
  243. <</if>>
  244. <<if $location_var[$here][0] == 'isnt_going_to_work'>>
  245. <<actCLA 'Grab your things'>>
  246. <<video "shared/romance/misc/depart_annoyed1.mp4">>
  247. "This just isn''t going to work," you say, cutting him off. "We're done."
  248. And with that, you head out the door.
  249. <<gs 'booty_call_leave' 'break_up'>>
  250. <</actCLA>>
  251. <</if>>
  252. <<if $location_var[$here][0] == 'no_condom_breakoff'>>
  253. <<if $npcs.get($boy,'no_condoms_know') == 1>>
  254. <<actCLA 'I can`t do this (break things off)'>>
  255. <!-- !! add in rape chance later-->
  256. <<video "shared/romance/misc/depart_annoyed1.mp4">>
  257. "Fuck this," you say, getting up and grabbing your clothes.
  258. <p>"Where the fuck are you going?" <<=$npcs.get($boy,'firstname')>> asks in bewilderment.</p>
  259. "I'm not gonna be fuckbuddies with a guy who never uses condoms," you sneer at him. "<i>Don't</i> text me again."
  260. The second you're dressed you stalk out the door and slam it behind you.
  261. <<gs 'booty_call_leave' 'break_up'>>
  262. <</actCLA>>
  263. <</if>>
  264. <</if>>
  265. <<if $location_var[$here][0] == 'sneak_out1'>>
  266. <<actCLA 'Sneak out'>>
  267. <<gt 'booty_call_leave' 'sneak_out2'>>
  268. <</actCLA>>
  269. <<actCLA 'Leave a note'>>
  270. <<=$npcs.get($boy,'apt_hall')>>
  271. <p>Not wanting to leave without saying goodbye but not wanting to wake <<=$npcs.get($boy,'firstname')>> either, you find a piece of paper and a pen and scribble out a quick message.</p>
  272. <<gs 'booty_call_leave' 'sneak_out_note1'>>
  273. <</actCLA>>
  274. <<if $wardrobe.pantyworntype != 'none'>>
  275. <<actCLA 'Leave your panties'>>
  276. <<run $npcs.inc($boy,'panty_give',1)>>
  277. <<gs 'panties' 'dispose'>>
  278. <<=$npcs.get($boy,'apt_hall')>>
  279. <<if getvar("$CloSkirtShortness") > 0>>
  280. <p>Suddenly feeling naughty, you quickly slip your panties down your legs, leaving your pussy bare underneath your skirt. You loop your warm underwear around the handle of <<=$npcs.get($boy,'firstname')>>'s bedroom door and then quietly sneak out of his apartment, leaving only your gift behind.</p>
  281. <<else>>
  282. <p>Suddenly feeling naughty, you pull down your trousers down and spend a minute untangling your legs before pulling your bottoms back up back up, sans panties. You loop your warm underwear around the handle of <<=$npcs.get($boy,'firstname')>>'s bedroom door and then quietly sneak out of his apartment, leaving only your gift behind.</p>
  283. <</if>>
  284. <<actCLA 'Leave'>>
  285. <<gt 'booty_call_leave' 'exit'>>
  286. <</actCLA>>
  287. <</actCLA>>
  288. <<actCLA 'Leave your a note on your panties'>>
  289. <<setinit $booty_call['panty_note'] = 1>>
  290. <<run $npcs.inc($boy,'panty_give',1)>>
  291. <<gs 'panties' 'dispose'>>
  292. <<=$npcs.get($boy,'apt_hall')>>
  293. <<if getvar("$CloSkirtShortness") > 0>>
  294. <p>Not wanting to leave without saying goodbye but not wanting to wake <<=$npcs.get($boy,'firstname')>> either, you start to look for a piece of paper when a naughty thought runs through your mind. Unable to resist the thought, you quickly slip your panties down from underneath your skirt and then rummage for a big marker.</p>
  295. <<else>>
  296. <p>Not wanting to leave without saying goodbye but not wanting to wake <<=$npcs.get($boy,'firstname')>> either, you start to look for a piece of paper when a naughty thought runs through your mind. Unable to resist the thought, you quickly pull down your trousers down and spend a minute untangling your legs before pulling your bottoms back up, sans panties. Then you rummage for a big marker.</p>
  297. <</if>>
  298. You pop the cap with a grin and start scribbling.
  299. <<gs 'booty_call_leave' 'sneak_out_note1'>>
  300. <</actCLA>>
  301. <</if>>
  302. <</if>>
  303. <<if $location_var[$here][0] == 'sneak_out_note1'>>
  304. <<actCLA 'Thanks for letting me stay over'>>
  305. <<=$npcs.get($boy,'apt_hall')>>
  306. <<setinit $booty_call['note_desc1'] = '<i>Thanks for letting me spend the night.</i>'>>
  307. $booty_call['note_desc1']
  308. <<gs 'booty_call_leave' 'sneak_out_note2'>>
  309. <</actCLA>>
  310. <<actCLA 'I had a good time'>>
  311. <<=$npcs.get($boy,'apt_hall')>>
  312. <<setinit $booty_call['note_desc1'] = '<i>I had a good time last night.</i>'>>
  313. $booty_call['note_desc1']
  314. <<gs 'booty_call_leave' 'sneak_out_note2'>>
  315. <</actCLA>>
  316. <<if getvar("$booty_call['fuck_count']") > 0>>
  317. <<actCLA 'Thanks for the fuck'>>
  318. <<=$npcs.get($boy,'apt_hall')>>
  319. <<setinit $booty_call['note_desc1'] = '<i>Thanks for the fuck.</i>'>>
  320. $booty_call['note_desc1']
  321. <<gs 'booty_call_leave' 'sneak_out_note2'>>
  322. <</actCLA>>
  323. <</if>>
  324. <</if>>
  325. <<if $location_var[$here][0] == 'sneak_out_note2'>>
  326. <<actCLA 'It was fun'>>
  327. <<setinit $booty_call['note_desc2'] = '<i>It was fun.</i>'>>
  328. <<gs 'booty_call_leave' 'sneak_out_note3'>>
  329. <</actCLA>>
  330. <<actCLA 'See ya'>>
  331. <<setinit $booty_call['note_desc2'] = '<i>See ya later.</i>'>>
  332. <<gs 'booty_call_leave' 'sneak_out_note3'>>
  333. <</actCLA>>
  334. <<actCLA 'Text me'>>
  335. <<setinit $booty_call['note_desc2'] = '<i>Don't forget to text me.</i>'>>
  336. <<gs 'booty_call_leave' 'sneak_out_note3'>>
  337. <</actCLA>>
  338. <<actCLA 'Till next time'>>
  339. <<setinit $booty_call['note_desc2'] = '<i>Until next time.</i>'>>
  340. <<gs 'booty_call_leave' 'sneak_out_note3'>>
  341. <</actCLA>>
  342. <</if>>
  343. <<if $location_var[$here][0] == 'sneak_out_note3'>>
  344. <<=$npcs.get($boy,'apt_hall')>>
  345. <<$booty_call[''note_desc1'']>> <<$booty_call[''note_desc2'']>>
  346. You sign it with...
  347. <<actCLA 'Just your name'>>
  348. <<=$npcs.get($boy,'apt_hall')>>
  349. <<$booty_call[''note_desc1'']>> <<$booty_call[''note_desc2'']>> - <<$pc.name_nick>>
  350. <<gs 'booty_call_leave' 'sneak_out_note_end'>>
  351. <</actCLA>>
  352. <<actCLA 'A smiley face'>>
  353. <<=$npcs.get($boy,'apt_hall')>>
  354. <<$booty_call[''note_desc1'']>> <<$booty_call[''note_desc2'']>> <b><i>:)</i></b>
  355. You leave a little face, unable to keep yourself from smiling as you dot two little eyes over the mouth.
  356. <<gs 'booty_call_leave' 'sneak_out_note_end'>>
  357. <</actCLA>>
  358. <<actCLA 'A winky face'>>
  359. <<=$npcs.get($boy,'apt_hall')>>
  360. <<$booty_call[''note_desc1'']>> <<$booty_call[''note_desc2'']>> <b><i>;)</i></b>
  361. You leave a little face, unable to keep yourself from smiling as you dot little winky eyes over the mouth.
  362. <<gs 'booty_call_leave' 'sneak_out_note_end'>>
  363. <</actCLA>>
  364. <<actCLA 'A heart'>>
  365. <<=$npcs.get($boy,'apt_hall')>>
  366. <<$booty_call[''note_desc1'']>> <<$booty_call[''note_desc2'']>> <b><i><3</i></b>
  367. You punctuate the note with a tiny little heart, feeling warmth in your chest as you do.
  368. <<gs 'booty_call_leave' 'sneak_out_note_end'>>
  369. <</actCLA>>
  370. <<if $pc.pcs_makeup > 2>>
  371. <<actCLA 'A kiss'>>
  372. <<=$npcs.get($boy,'apt_hall')>>
  373. <<$booty_call[''note_desc1'']>> <<$booty_call[''note_desc2'']>>
  374. <<if getvar("$booty_call['panty_note']") == 1>>
  375. You run your tongue over your lips and press them together a moment before planting a big sloppy wet smooch on your own underwear. As you pull back, your lipstick leaves a large kiss on the soft fabric. Good thing you did your makeup before you left.
  376. <<else>>
  377. You run your tongue over your lips and press them together a moment before planting a big sloppy wet smooch on the page. As you pull back, your lipstick leaves large kiss on the soft fabric. Good thing you did your makeup before you left.
  378. <</if>>
  379. <<gs 'booty_call_leave' 'sneak_out_note_end'>>
  380. <</actCLA>>
  381. <</if>>
  382. <</if>>
  383. <<if $location_var[$here][0] == 'sneak_out_note_end'>>
  384. <<if getvar("$booty_call['panty_note']") == 1>>
  385. <p>Satisfied, you leave your panties on the counter and quietly slip out the door, wondering what <<=$npcs.get($boy,'firstname')>> will think when he discovers them.</p>
  386. <<else>>
  387. Satisfied, you leave your note on the counter and quietly slip out the door, letting it click shut behind you.
  388. <</if>>
  389. <<actCLA 'Leave'>>
  390. <<gt 'booty_call_leave' 'exit'>>
  391. <</actCLA>>
  392. <</if>>
  393. <<if $location_var[$here][0] == 'sneak_out2'>>
  394. <<=$npcs.get($boy,'apt_hall')>>
  395. <p>You tip toe your way to the door, turning the handle as gently as you can so you don't disturb <<=$npcs.get($boy,'firstname')>>, closing it with a soft click behind you.</p>
  396. <<actCLA 'Leave'>>
  397. <<gt 'booty_call_leave' 'exit'>>
  398. <</actCLA>>
  399. <</if>>
  400. <<if $location_var[$here][0] == 'dress'>>
  401. <<if $wardrobe.clothingworntype == 'nude'>>
  402. <<gs 'clothing' 'wear_last_worn'>>
  403. <</if>>
  404. <<if $wardrobe.pantyworntype == 'none' and $lastwornpantytype['booty_call'] != 'none' and $lastwornpantytype['booty_call'] != ''>>
  405. <<run $wardrobe.wear(['panties',$lastwornpantytype['booty_call'],$lastwornpantynumber['booty_call']])>>
  406. <</if>>
  407. <<if $wardrobe.braworntype == 'none' and $lastwornbratype['booty_call'] != 'none' and $lastwornbratype['booty_call'] != ''>>
  408. <<run $wardrobe.wear(['bra',$lastwornbratype['booty_call'],$lastwornbranumber['booty_call']])>>
  409. <</if>>
  410. <</if>>
  411. <<if $location_var[$here][0] == 'dressing_image'>>
  412. <<if getvar("$booty_call['CloDress']") == 1>>
  413. <<image "shared/romance/lovers/misc/bed_dress.jpg">>
  414. <<elseif $booty_call['dress_describe'] == 'pulling your panties up your legs and $fastening your bra around your chest'>>
  415. <<video "pc/activities/misc/dress_underwear1.mp4">>
  416. <<elseif $booty_call['dress_describe'] == 'fastening your bra around your chest'>>
  417. <<video "pc/activities/misc/dress_bra1.mp4">>
  418. <<elseif $booty_call['dress_describe'] == 'slipping your skirt up your legs'>>
  419. <<video "pc/activities/misc/dress_skirt1.mp4">>
  420. <!-- !! elseif $booty_call['dress_describe'] = 'zipping your skirt up over your panties':-->
  421. <!-- !! '<<video "pc/activities/misc/dress_skirt1.mp4">>'-->
  422. <<elseif $booty_call['dress_describe'] == 'pulling your panties up'>>
  423. <<video "pc/activities/misc/dress_panties1.mp4">>
  424. <<elseif $booty_call['dress_describe'] == 'pulling your top over your breasts'>>
  425. <<video "pc/activities/misc/dress_top1.mp4">>
  426. <!-- !! elseif $booty_call['dress_describe'] = 'pulling your top over your bra':-->
  427. <!-- !! '<<video "pc/activities/misc/dress_top1.mp4">>'-->
  428. <<elseif $booty_call['dress_describe'] == 'tugging your pants over your hips'>>
  429. <<video "pc/activities/misc/dress_1.mp4">>
  430. <<elseif getvar("$booty_call['hotel']") == 1>>
  431. <!-- !! IMAGE HERE-->
  432. <!-- !! hotel room image-->
  433. <<else>>
  434. <<=$npcs.get($boy,'apt_bedroom')>>
  435. <</if>>
  436. <</if>>
  437. <<if $location_var[$here][0] == 'dress_start_desc'>>
  438. <<if getvar("$booty_call['towel']") == 1>>
  439. <!-- !!booty_call['towel'] = 0-->
  440. You drop the towel and reach down for your clothes and start to pick them up.
  441. <<else>>
  442. You reach down for where you left your clothes and start to pick them up.
  443. <</if>>
  444. <</if>>
  445. <<if $location_var[$here][0] == 'dressing1'>>
  446. <!-- !! gs'booty_call_leave', 'dress'-->
  447. <<gs 'booty_call_leave' 'dress_loop'>>
  448. <<if getvar("$booty_call['sleepover']") == 1 and $npcs.get($boy,'latesleeper') == 1 and getvar("$booty_call['boy_asleep']") != 0>>
  449. <<if getvar("$booty_call['towel']") == 1>>
  450. <<setinit $booty_call['towel'] = 0>>
  451. <p>You drop the towel and quietly reach down for your clothes and try to pick them up without waking <<=$npcs.get($boy,'firstname')>>.</p>
  452. <<else>>
  453. <p>You quietly reach down for where you left your clothes and try to pick them up without waking <<=$npcs.get($boy,'firstname')>>.</p>
  454. <</if>>
  455. <<gs 'booty_call_leave' 'dressing2'>>
  456. <<else>>
  457. <<gs 'booty_call_leave' 'dress_start_desc'>>
  458. <<if getvar("$booty_call['angry_after']") == 1 or getvar("$booty_call['annoyed']") > 0>>
  459. <p>"I have to go," you say flatly, reaching down for your clothes without looking at <<=$npcs.get($boy,'firstname')>>.</p>
  460. <<gs 'booty_call_leave' 'dressing2'>>
  461. <<elseif getvar("$booty_call['cant_stay']") == 1>>
  462. <!-- !! there is an additional dress_loop here to make it possible to give panties here-->
  463. <<gs 'booty_call_leave' 'dress_loop_code'>>
  464. <p>"Guess I'll go then," you sigh, $booty_call['dress_describe'].</p>
  465. <<gs 'booty_call_leave' 'dressing2'>>
  466. <<gs 'booty_call_leave' 'panty_gift'>>
  467. <<elseif getvar("$booty_call['npc_late']") == 0>>
  468. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks as you are $booty_call['dress_describe'].</p>
  469. <<gs 'booty_call_leave' 'not_leaving'>>
  470. <<gs 'booty_call_leave' 'leaving_soon'>>
  471. <<gs 'booty_call_leave' 'something_to_do'>>
  472. <<gs 'booty_call_leave' 'see_a_friend'>>
  473. <<gs 'booty_call_leave' 'another_fuckbuddy'>>
  474. <<if getvar("$booty_call['sleepover']") < 1>>
  475. <<gs 'booty_call_leave' 'going_disco'>>
  476. <<gs 'booty_call_leave' 'mom_late'>>
  477. <<gs 'booty_call_leave' 'need_homework'>>
  478. <<gs 'booty_call_leave' 'school_night'>>
  479. <<else>>
  480. <<gs 'booty_call_leave' 'going_school'>>
  481. <<gs 'booty_call_leave' 'dress_talk'>>
  482. <</if>>
  483. <<else>>
  484. <p><<=$npcs.get($boy,'firstname')>> starts getting dressed next to you.</p>
  485. <<gs 'booty_call_leave' 'dressing2'>>
  486. <</if>>
  487. <!-- !! act'Talk while you dress':-->
  488. <!-- !! gs'booty_call_leave', 'dress_talk'-->
  489. <!-- !! end-->
  490. <</if>>
  491. <</if>>
  492. <<if $location_var[$here][0] == 'dressing2'>>
  493. <<if getvar("$booty_call['sleepover']") == 1>>
  494. <<gs 'booty_call_morning' 'end_morning'>>
  495. <<else>>
  496. <<gs 'booty_call_leave' 'dressing_finish'>>
  497. <</if>>
  498. <<actCLA 'Talk while you dress'>>
  499. <<gs 'booty_call_leave' 'dress_talk'>>
  500. <</actCLA>>
  501. <</if>>
  502. <<if $location_var[$here][0] == 'dressing_finish'>>
  503. <!-- !! if booty_call['dress_end'] ! 1:-->
  504. <<actCLA 'Finish getting dressed'>>
  505. <!-- !! <<=$npcs.get($boy,'apt_bedroom')>>-->
  506. <<gs 'booty_call_leave' 'dress_loop'>>
  507. <p>You finish $booty_call['dress_describe'].</p>
  508. <<gs 'booty_call_after' 'after_sex_dressed'>>
  509. <</actCLA>>
  510. <!-- !! end-->
  511. <</if>>
  512. <<if $location_var[$here][0] == 'not_leaving'>>
  513. <<actCLA 'Not yet'>>
  514. <<gs 'booty_call_leave' 'dress_loop'>>
  515. <<gs 'booty_call_leave' 'dress_start_desc'>>
  516. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  517. <p>"Not yet," you say, $booty_call['dress_describe']. "Just tired of hanging around naked."</p>
  518. "I'm never tired of seeing you naked."
  519. "Whatever," you roll your eyes.
  520. <<gs 'booty_call_leave' 'dressing2'>>
  521. <</actCLA>>
  522. <</if>>
  523. <<if $location_var[$here][0] == 'leaving_soon'>>
  524. <<actCLA 'Yeah'>>
  525. <<setinit $booty_call['leaving'] = 1>>
  526. <<gs 'booty_call_leave' 'dress_loop'>>
  527. <<gs 'booty_call_leave' 'dress_start_desc'>>
  528. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  529. <<if getvar("$booty_call['sleepover']") < 1>>
  530. <p>"Yeah," you say, $booty_call['dress_describe'].</p>
  531. <<gs 'booty_call_leave' 'dressing2'>>
  532. <<gs 'booty_call_leave' 'panty_gift'>>
  533. <<else>>
  534. <p>"Yeah," you say, $booty_call['dress_describe'].</p>
  535. <<if rand(1,3) == 3 and (npc_day_off[$boy] == $time.weekday or $npcs.get($boy,'day_off') == $time.weekday + 1 or ($time.weekday == 7 and $npcs.get($boy,'day_off') == 1))>>
  536. <<gs 'booty_call_morning' 'booty_call_invite_later'>>
  537. <<else>>
  538. <<gs 'booty_call_leave' 'dressing2'>>
  539. <<gs 'booty_call_leave' 'panty_gift'>>
  540. <</if>>
  541. <</if>>
  542. <</actCLA>>
  543. <</if>>
  544. <<if $location_var[$here][0] == 'going_disco'>>
  545. <<if $time.hour >= 18 and ($time.weekday == 5 or $time.weekday == 6)>>
  546. <<if $region == 'pav'>>
  547. <<actCLA 'Going to the disco'>>
  548. <<gs 'booty_call_leave' 'dress_loop'>>
  549. <<gs 'booty_call_leave' 'dress_start_desc'>>
  550. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  551. <<if getvar("$booty_call['disco_after']") == 1>>
  552. <p>"Weren't you listening to me?" you say, $booty_call['dress_describe']. "I told you, I'm going to the disco tonight."</p>
  553. <<else>>
  554. <p>"Yeah," you say, $booty_call['dress_describe']. "I want to go to the disco."</p>
  555. <</if>>
  556. <!-- !! add spontaneous disco date-->
  557. <<gs 'booty_call_leave' 'dressing2'>>
  558. <<gs 'booty_call_leave' 'panty_gift'>>
  559. <</actCLA>>
  560. <<else>>
  561. <<actCLA 'Going to the club'>>
  562. <<gs 'booty_call_leave' 'dress_loop'>>
  563. <<gs 'booty_call_leave' 'dress_start_desc'>>
  564. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  565. <<if getvar("$booty_call['club_after']") == 1>>
  566. <p>"Weren't you listening to me?" you say, $booty_call['dress_describe']. "I told you, I'm going clubbing tonight."</p>
  567. <<else>>
  568. <p>"Yeah," you say, $booty_call['dress_describe']. "I want to hit the club tonight."</p>
  569. <</if>>
  570. <!-- !! add spontaneous club date-->
  571. <<gs 'booty_call_leave' 'dressing2'>>
  572. <<gs 'booty_call_leave' 'panty_gift'>>
  573. <</actCLA>>
  574. <</if>>
  575. <</if>>
  576. <</if>>
  577. <<if $location_var[$here][0] == 'mom_late'>>
  578. <<if mid($start_type,1,2) == 'sg' and $time.hour >= 20>>
  579. <<actCLA 'Mom will kill me'>>
  580. <<setinit $booty_call['mom_kill'] = 1>>
  581. <<gs 'booty_call_leave' 'dress_loop'>>
  582. <<gs 'booty_call_leave' 'dress_start_desc'>>
  583. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  584. <<if $time.hour < 3>>
  585. <p>"Yeah," you say, $booty_call['dress_describe']. "I'm already going to be in trouble as it is, but if I don't come home at all tonight, my mom will kill me."</p>
  586. <<else>>
  587. <p>"Yeah," you say, $booty_call['dress_describe']. "My mom will kill me if I don't come home before curfew."</p>
  588. <</if>>
  589. <<gs 'booty_call_leave' 'dressing2'>>
  590. <<gs 'booty_call_leave' 'panty_gift'>>
  591. <</actCLA>>
  592. <</if>>
  593. <</if>>
  594. <<if $location_var[$here][0] == 'need_homework'>>
  595. <<if getvar("$q.school.homeworkLeft") > 0>>
  596. <<actCLA 'Need to finish my homework'>>
  597. <<gs 'booty_call_leave' 'dress_loop'>>
  598. <<gs 'booty_call_leave' 'dress_start_desc'>>
  599. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  600. <p>"Yeah," you say, $booty_call['dress_describe']. "I need to do my homework."</p>
  601. <!-- !! if rand(0,1) = 1:-->
  602. <p>"Seriously? That's what you're in a rush for?"</p>
  603. <<actCLA 'I want to go to uni'>>
  604. <<gs 'booty_call_leave' 'dress_loop'>>
  605. <<gs 'booty_call_leave' 'dress_start_desc'>>
  606. <p>"I want to go to uni," you say, $booty_call['dress_describe']. "Can't do that if I fail out of school for not doing my homework."</p>
  607. <<gs 'booty_call_leave' 'dressing2'>>
  608. <</actCLA>>
  609. <<actCLA 'Don`t be an asshole'>>
  610. <<gs 'booty_call_leave' 'dress_loop'>>
  611. <<gs 'booty_call_leave' 'dress_start_desc'>>
  612. <p>"Don't be an asshole," you glare, $booty_call['dress_describe']. "My grades are important to me. More important than spending more time fucking you."</p>
  613. <<gs 'booty_call_leave' 'dressing2'>>
  614. <</actCLA>>
  615. <<gs 'booty_call_leave' 'panty_gift'>>
  616. <</actCLA>>
  617. <</if>>
  618. <</if>>
  619. <<if $location_var[$here][0] == 'something_to_do'>>
  620. <<actCLA 'Gotta do something'>>
  621. <<setinit $booty_call['leaving'] = 1>>
  622. <<gs 'booty_call_leave' 'dress_loop'>>
  623. <<gs 'booty_call_leave' 'dress_start_desc'>>
  624. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  625. <<if getvar("$booty_call['sleepover']") < 1>>
  626. <p>"Yeah," you say, $booty_call['dress_describe']. "Have a few things I need to get done."</p>
  627. <<gs 'booty_call_leave' 'dressing2'>>
  628. <<gs 'booty_call_leave' 'panty_gift'>>
  629. <<else>>
  630. <p>"Yeah," you say, $booty_call['dress_describe']. "Have a few things I need to get done. Thanks for letting me spend the night."</p>
  631. <<if rand(1,3) == 3 and (npc_day_off[$boy] == $time.weekday or $npcs.get($boy,'day_off') == $time.weekday + 1 or ($time.weekday == 7 and $npcs.get($boy,'day_off') == 1))>>
  632. <<gs 'booty_call_morning' 'booty_call_invite_later'>>
  633. <<else>>
  634. "No problem."
  635. <<gs 'booty_call_morning' 'end_morning'>>
  636. <</if>>
  637. <</if>>
  638. <</actCLA>>
  639. <</if>>
  640. <<if $location_var[$here][0] == 'see_a_friend'>>
  641. <<actCLA 'Meeting a friend'>>
  642. <<setinit $booty_call['leaving'] = 1>>
  643. <<gs 'booty_call_leave' 'dress_loop'>>
  644. <<gs 'booty_call_leave' 'dress_start_desc'>>
  645. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  646. <<if getvar("$booty_call['sleepover']") < 1>>
  647. <p>"Yeah," you say, $booty_call['dress_describe']. "Need to see a friend later."</p>
  648. <<gs 'booty_call_leave' 'dressing2'>>
  649. <<gs 'booty_call_leave' 'panty_gift'>>
  650. <<else>>
  651. <p>"Yeah," you say, $booty_call['dress_describe']. "Need to see a friend later. Thanks for letting me spend the night."</p>
  652. <<if rand(1,3) == 3 and (npc_day_off[$boy] == $time.weekday or $npcs.get($boy,'day_off') == $time.weekday + 1 or ($time.weekday == 7 and $npcs.get($boy,'day_off') == 1))>>
  653. <<gs 'booty_call_morning' 'booty_call_invite_later'>>
  654. <<else>>
  655. "No problem."
  656. <<gs 'booty_call_morning' 'end_morning'>>
  657. <</if>>
  658. <</if>>
  659. <</actCLA>>
  660. <</if>>
  661. <<if $location_var[$here][0] == 'another_fuckbuddy'>>
  662. <<if arrsize('$fuckbuddy') > 1>>
  663. <<actCLA 'Another booty call'>>
  664. <<setinit $booty_call['leaving'] = 1>>
  665. <<gs 'booty_call_leave' 'dress_loop'>>
  666. <<gs 'booty_call_leave' 'dress_start_desc'>>
  667. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  668. <p>"Yeah," you smirk, $booty_call['dress_describe']. "Got another booty call to show up to."</p>
  669. <p>"You really get around don't you?" <<=$npcs.get($boy,'firstname')>> smirks back.</p>
  670. <<gs 'booty_call_leave' 'dressing2'>>
  671. <<gs 'booty_call_leave' 'panty_gift'>>
  672. <</actCLA>>
  673. <</if>>
  674. <</if>>
  675. <<if $location_var[$here][0] == 'going_school'>>
  676. <<if $time.isSchoolHoliday == 0 and $pc.isSchoolStudent and $time.weekday < 6>>
  677. <<actCLA 'School'>>
  678. <<gs 'booty_call_leave' 'dress_loop'>>
  679. <<gs 'booty_call_leave' 'dress_start_desc'>>
  680. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  681. <<if getvar("$booty_call['late_for_school']") == 1 and $time.hour >= 8>>
  682. <p>"I already told you, I'm late for school," you say, $booty_call['dress_describe']. "But thanks for letting me spend the night. And the second fuck," you add with a wink.</p>
  683. <<elseif getvar("$booty_call['late_for_school']") == 1>>
  684. <p>"I already told you, I'm gonna be late for school," you say, $booty_call['dress_describe']. "But thanks for letting me spend the night. And the second fuck," you add with a wink.</p>
  685. <<elseif $time.hour == 7>>
  686. <p>"Gotta get to school," you say, $booty_call['dress_describe']. "Thanks for letting me spend the night."</p>
  687. <<else>>
  688. <p>"Gotta get ready for school," you say, $booty_call['dress_describe']. "Thanks for letting me spend the night."</p>
  689. <</if>>
  690. <<if rand(1,3) == 3 and (npc_day_off[$boy] == $time.weekday or $npcs.get($boy,'day_off') == $time.weekday + 1 or ($time.weekday == 7 and $npcs.get($boy,'day_off') == 1))>>
  691. <<gs 'booty_call_morning' 'booty_call_invite_later'>>
  692. <<else>>
  693. "No problem."
  694. <<gs 'booty_call_morning' 'end_morning'>>
  695. <</if>>
  696. <<gs 'booty_call_leave' 'dress_talk'>>
  697. <</actCLA>>
  698. <</if>>
  699. <</if>>
  700. <<if $location_var[$here][0] == 'school_night'>>
  701. <<if $time.isSchoolHoliday == 0 and $pc.isSchoolStudent and ($time.weekday < 5 or $time.weekday == 7)>>
  702. <<actCLA 'It`s a school night'>>
  703. <<gs 'booty_call_leave' 'dress_loop'>>
  704. <<gs 'booty_call_leave' 'dress_start_desc'>>
  705. <p>"You heading out?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  706. <!-- !! if schoolprogul = 1:-->
  707. <p>"It's a school night," you say, $booty_call['dress_describe']. "Gotta get home so I can set my alarm and get up for class tomorrow."</p>
  708. <<if rand(1,3) == 3 and (npc_day_off[$boy] == $time.weekday or $npcs.get($boy,'day_off') == $time.weekday + 1 or ($time.weekday == 7 and $npcs.get($boy,'day_off') == 1))>>
  709. <<gs 'booty_call_morning' 'booty_call_invite_later'>>
  710. <<else>>
  711. <<gs 'booty_call_leave' 'dressing2'>>
  712. <</if>>
  713. <<gs 'booty_call_leave' 'dress_talk'>>
  714. <</actCLA>>
  715. <</if>>
  716. <</if>>
  717. <<if $location_var[$here][0] == 'panty_gift'>>
  718. <<if $wardrobe.pantyworntype != 'none' and $wardrobe.braworntype == 'none' and $wardrobe.clothingworntype == 'nude' and getvar("$booty_call['mad']") == 0 and getvar("$booty_call['fuck_count']") > 0>>
  719. <<actCLA 'Give him your panties'>>
  720. <<run $npcs.inc($boy,'panty_give',1)>>
  721. <<gs 'panties' 'dispose'>>
  722. <<video "shared/romance/misc/panty_gift.mp4">>
  723. Just after you put on your panties, a sexy thought pops into your head.
  724. "But before I go," you say mischievously. "I have a gift for you."
  725. <<if $npcs.get($boy,'panty_give') == 1>>
  726. <p>"A gift?" <<=$npcs.get($boy,'firstname')>> asks curiously.</p>
  727. <p>In one smooth motion, you slide your panties down your legs and daintily toss them onto the rumpled sheets of the bed on which you fucked <<=$npcs.get($boy,'firstname')>>.</p>
  728. <<gs 'booty_call_leave' 'panty_gift2'>>
  729. <<else>>
  730. <p>"Another pair of your panties?" <<=$npcs.get($boy,'firstname')>> grins.</p>
  731. <p>"You guessed correctly," you grin back. "And your prize is-!"</p>
  732. In one smooth motion, you slide your panties down your legs and daintily toss them into the rumpled sheets of the bed you were just fucked in.
  733. "Enjoy," you smirk.
  734. <<gs 'booty_call_leave' 'dressing2'>>
  735. <</if>>
  736. <</actCLA>>
  737. <</if>>
  738. <</if>>
  739. <<if $location_var[$here][0] == 'panty_gift2'>>
  740. <<actCLA 'You did a good job'>>
  741. <<gs 'booty_call_leave' 'dress_loop'>>
  742. <p>"You did a good job," you smile, $booty_call['dress_describe']. "Consider that your reward."</p>
  743. <<if $npcs.get($boy,'girlfriend') == 1 and $npcs.get($boy,'fidelity') == 6>>
  744. <<if getvar("$pc_know_npc_has_girlfriend["+$boy+"]") == 0>>
  745. <<setinit $pc_know_npc_has_girlfriend[$boy] = 1>>
  746. <</if>>
  747. <p>"And what am I supposed to do with these when my girlfriend comes home?" he asks, looking at them amusedly.</p>
  748. <<gs 'booty_call_leave' 'panty_gift_girlfriend'>>
  749. <<else>>
  750. <p><<=$npcs.get($boy,'firstname')>> doesn't reply, but his expression says that he isn't displeased.</p>
  751. <<gs 'booty_call_leave' 'dressing2'>>
  752. <</if>>
  753. <</actCLA>>
  754. <<actCLA 'Something to remember the occasion'>>
  755. <<gs 'booty_call_leave' 'dress_loop'>>
  756. <<if $time.dayStage > 3>>
  757. <p>"Something to remember the night," you smile, $booty_call['dress_describe']. "Keep the good times in mind."</p>
  758. <<else>>
  759. <p>"Something to remember the day," you smile, $booty_call['dress_describe']. "Keep the good times in mind."</p>
  760. <</if>>
  761. <<if $npcs.get($boy,'girlfriend') == 1 and $npcs.get($boy,'fidelity') == 6>>
  762. <<if getvar("$pc_know_npc_has_girlfriend["+$boy+"]") == 0>>
  763. <<setinit $pc_know_npc_has_girlfriend[$boy] = 1>>
  764. <</if>>
  765. <p>"And what am I supposed to do with these when my girlfriend comes home?" he asks, looking at them amusedly.</p>
  766. <<gs 'booty_call_leave' 'panty_gift_girlfriend'>>
  767. <<else>>
  768. <p>"Maybe I should frame it," <<=$npcs.get($boy,'firstname')>> snickers.</p>
  769. <<gs 'booty_call_leave' 'dressing2'>>
  770. <</if>>
  771. <</actCLA>>
  772. <<actCLA 'Consider it a trophy'>>
  773. <<gs 'booty_call_leave' 'dress_loop'>>
  774. <p>"Consider it a trophy," you smile, $booty_call['dress_describe']. "Think of it as proof of conquest."</p>
  775. <<if $npcs.get($boy,'girlfriend') == 1 and $npcs.get($boy,'fidelity') == 6>>
  776. <<if getvar("$pc_know_npc_has_girlfriend["+$boy+"]") == 0>>
  777. <<setinit $pc_know_npc_has_girlfriend[$boy] = 1>>
  778. <</if>>
  779. <p>"And what am I supposed to do with these when my girlfriend comes home?" he asks, looking at them amusedly.</p>
  780. <<gs 'booty_call_leave' 'panty_gift_girlfriend'>>
  781. <<else>>
  782. <p><<=$npcs.get($boy,'firstname')>> doesn't reply, but his expression says that he isn't displeased.</p>
  783. <<gs 'booty_call_leave' 'dressing2'>>
  784. <</if>>
  785. <</actCLA>>
  786. <<if getvar("$booty_call['virgin']") == 1>>
  787. <<actCLA 'To remember my virginity'>>
  788. <<gs 'booty_call_leave' 'dress_loop'>>
  789. <p>"To remember my virginity," you smile, $booty_call['dress_describe']. "And that you made me a woman."</p>
  790. <<if $npcs.get($boy,'girlfriend') == 1 and $npcs.get($boy,'fidelity') == 6>>
  791. <<if getvar("$pc_know_npc_has_girlfriend["+$boy+"]") == 0>>
  792. <<setinit $pc_know_npc_has_girlfriend[$boy] = 1>>
  793. <</if>>
  794. <p>"And what am I supposed to do with these when my girlfriend comes home?" he asks, looking at them amusedly.</p>
  795. <<gs 'booty_call_leave' 'panty_gift_girlfriend'>>
  796. <<else>>
  797. <p><<=$npcs.get($boy,'firstname')>> doesn't reply, but his expression says that he isn't displeased.</p>
  798. <<gs 'booty_call_leave' 'dressing2'>>
  799. <</if>>
  800. <</actCLA>>
  801. <</if>>
  802. <</if>>
  803. <<if $location_var[$here][0] == 'panty_gift_girlfriend'>>
  804. <<actCLA 'Hide them'>>
  805. <p>"Just hide them," you say, $booty_call['dress_describe']. "If you can hide a fucking a girl in your bed, surely you can hide a pair of panties."</p>
  806. <<gs 'booty_call_leave' 'dressing2'>>
  807. <</actCLA>>
  808. <<actCLA 'Say they`re hers'>>
  809. <p>"Tell her they're hers," you shrug with a wry smirk, $booty_call['dress_describe']. "Maybe she'll think she bought them."</p>
  810. <<gs 'booty_call_leave' 'dressing2'>>
  811. <</actCLA>>
  812. <<actCLA 'Say they`re yours'>>
  813. <<gs 'booty_call_leave' 'dress_loop_code'>>
  814. <p>"Tell her they're yours," you shrug with a wry smirk, $booty_call['dress_describe']. "A guy can't wear a cute pair of panties now and then?"</p>
  815. <<if $npcs.get($boy,'insecure') == 1>>
  816. <<gs 'booty_call_leave' 'dress_loop_code'>>
  817. <p><<=$npcs.get($boy,'firstname')>>'s face immediately reddens and he looks at you with an angry glare.</p>
  818. <p>"What the fuck? I'm not some twink who puts on girlie panties like a fucking faggot!"</p>
  819. <<actCLA 'I was kidding (amused)'>>
  820. <<=$npcs.get($boy,'apt_bedroom')>>
  821. "I was just kidding," you snicker, rolling your eyes. "Bad joke, sorry."
  822. <p>You move to $booty_call['dress_describe'] but <<=$npcs.get($boy,'firstname')>> continues to glare at you out of the corner of your eye for a few moments longer before looking away.</p>
  823. <<gs 'booty_call_leave' 'dressing2'>>
  824. <</actCLA>>
  825. <<actCLA 'I was kidding (acerbic)'>>
  826. <<=$npcs.get($boy,'apt_bedroom')>>
  827. <p>"Christ, I was just kidding," you say, giving <<=$npcs.get($boy,'firstname')>> a look of exasperation. "Of course I wasn't seriously suggesting that. Take a joke, dumbass."</p>
  828. <p>You start $booty_call['dress_describe'] but <<=$npcs.get($boy,'firstname')>> continues to glare at you out of the corner of your eye for a few moments longer before looking away.</p>
  829. <<gs 'booty_call_leave' 'dressing2'>>
  830. <</actCLA>>
  831. <<else>>
  832. <p><<=$npcs.get($boy,'firstname')>> laughs aloud.</p>
  833. "Yeah, I bet that''d get me off the hook."
  834. <<gs 'booty_call_leave' 'dressing2'>>
  835. <</if>>
  836. <</actCLA>>
  837. <<actCLA 'Give them to her'>>
  838. <p>"Gift them to her," you say mischievously, $booty_call['dress_describe']. "Maybe she'll put them on."</p>
  839. <<gs 'booty_call_leave' 'dressing2'>>
  840. <</actCLA>>
  841. <<actCLA 'Throw them away'>>
  842. <p>"Throw them away then," you shrug, $booty_call['dress_describe']. "Do whatever you want with them.</p>
  843. <<gs 'booty_call_leave' 'dress_loop_code'>>
  844. <p>"After all, they're your panties now," you add with a smirk, $booty_call['dress_describe'].</p>
  845. <<gs 'booty_call_leave' 'dressing2'>>
  846. <</actCLA>>
  847. <</if>>
  848. <<if $location_var[$here][0] == 'dress_image'>>
  849. <<if getvar("$booty_call['CloDress']") == 1>>
  850. <<image "shared/romance/lovers/misc/bed_dress.jpg">>
  851. <<else>>
  852. <<video "pc/activities/misc/dress_1.mp4">>
  853. <</if>>
  854. <</if>>
  855. <<if $location_var[$here][0] == 'dress_loop'>>
  856. <<gs 'booty_call_leave' 'dress_loop_code'>>
  857. <<gs 'booty_call_leave' 'dressing_image'>>
  858. <</if>>
  859. <<if $location_var[$here][0] == 'dress_loop_code'>>
  860. <<warn 'JUMP MARKER ENCOUNTERED: :dress_loop_start'>>
  861. <<if getvar("$booty_call['dressing_start']") != 1>>
  862. <<setinit $booty_call['dressing_start'] = 1>>
  863. <<setinit $booty_call['dress_describe'] = 'reaching down for your clothes'>>
  864. <<elseif $lastwornpantytype['booty_call'] != 'none' and $lastwornbratype['booty_call'] != 'none' and $wardrobe.pantyworntype == 'none' and getvar("$booty_call['panty_wear']") != 1 and getvar("$booty_call['bra_wear']") != 1>>
  865. <<run $wardrobe.wear(['panties',$lastwornpantytype['booty_call'],$lastwornpantynumber['booty_call']])>>
  866. <<run $wardrobe.wear(['bra',$lastwornbratype['booty_call'],$lastwornbranumber['booty_call']])>>
  867. <<setinit $booty_call['panty_wear'] = 1>>
  868. <<setinit $booty_call['bra_wear'] = 1>>
  869. <<set $lastwornpantytype to null>>
  870. <<set $lastwornpantynumber to null>>
  871. <<set $lastwornbratype to null>>
  872. <<set $lastwornbranumber to null>>
  873. <<setinit $booty_call['dress_describe'] = 'pulling your panties up your legs and fastening your bra around your chest'>>
  874. <<elseif $lastwornpantytype['booty_call'] != 'none' and $wardrobe.pantyworntype == 'none' and getvar("$booty_call['panty_wear']") != 1>>
  875. <<run $wardrobe.wear(['panties',$lastwornpantytype['booty_call'],$lastwornpantynumber['booty_call']])>>
  876. <<set $lastwornpantytype to null>>
  877. <<set $lastwornpantynumber to null>>
  878. <<setinit $booty_call['panty_wear'] = 1>>
  879. <<setinit $booty_call['dress_describe'] = 'pulling your panties up'>>
  880. <<elseif $lastwornbratype['booty_call'] != 'none' and $lastwornbratype['booty_call'] != '' and $wardrobe.braworntype == 'none' and getvar("$booty_call['bra_wear']") != 1>>
  881. <<run $wardrobe.wear(['bra',$lastwornbratype['booty_call'],$lastwornbranumber['booty_call']])>>
  882. <<set $lastwornbratype to null>>
  883. <<set $lastwornbranumber to null>>
  884. <<setinit $booty_call['bra_wear'] = 1>>
  885. <<setinit $booty_call['dress_describe'] = 'fastening your bra around your chest'>>
  886. <<elseif $wardrobe.clothingworntype == 'nude'>>
  887. <<gs 'clothing' 'wear_last_worn'>>
  888. <<warn 'JUMP COMMAND ENCOUNTERED: jump dress_loop_start'>>
  889. <<elseif $wardrobe.clothingworntype != 'nude' and getvar("$booty_call['dress_end']") != 1>>
  890. <<if getvar("$CloDress") == 1 and (getvar("$booty_call['dress_top_wear']") != 1 or getvar("$booty_call['dress_skirt_wear']") != 1)>>
  891. <<if getvar("$booty_call['dress_top_wear']") != 1>>
  892. <<setinit $booty_call['dress_top_wear'] = 1>>
  893. <<setinit $booty_call['dress_describe'] = 'pulling your dress over your shoulders'>>
  894. <<elseif getvar("$booty_call['dress_skirt_wear']") != 1>>
  895. <<setinit $booty_call['dress_skirt_wear'] = 1>>
  896. <<setinit $booty_call['dress_end'] = 1>>
  897. <<setinit $booty_call['dress_describe'] = 'smoothing your skirt out'>>
  898. <</if>>
  899. <<else>>
  900. <<if getvar("$CloSkirtShortness") > 0 and getvar("$booty_call['skirt_wear']") != 1 and getvar("$booty_call['dress_end']") != 1>>
  901. <<setinit $booty_call['skirt_wear'] = 1>>
  902. <<if $wardrobe.pantyworntype == 'none'>>
  903. <<setinit $booty_call['dress_describe'] = 'slipping your skirt up your legs'>>
  904. <<else>>
  905. <<setinit $booty_call['dress_describe'] = 'zipping your skirt up over your panties'>>
  906. <</if>>
  907. <<elseif getvar("$CloSkirtShortness") == 0 and getvar("$booty_call['dress_end']") != 1 and getvar("$booty_call['pants_wear']") != 1>>
  908. <<setinit $booty_call['pants_wear'] = 1>>
  909. <<setinit $booty_call['dress_describe'] = 'tugging your pants over your hips'>>
  910. <<else>>
  911. <<setinit $booty_call['dress_end'] = 1>>
  912. <<if $wardrobe.braworntype == 'none'>>
  913. <<setinit $booty_call['dress_describe'] = 'pulling your top over your breasts'>>
  914. <<else>>
  915. <<setinit $booty_call['dress_describe'] = 'pulling your top over your bra'>>
  916. <</if>>
  917. <</if>>
  918. <</if>>
  919. <<elseif getvar("$booty_call['dress_end']") == 1>>
  920. <<if getvar("$CloDress") == 1>>
  921. <<setinit $booty_call['dress_describe'] = 'checking your dress'>>
  922. <<elseif getvar("$CloSkirtShortness") > 0>>
  923. <<setinit $booty_call['dress_describe'] = 'smoothing your skirt'>>
  924. <<else>>
  925. <<setinit $booty_call['dress_describe'] = 'checking your clothes'>>
  926. <</if>>
  927. <</if>>
  928. <</if>>
  929. <<if $location_var[$here][0] == 'dress_talk'>>
  930. <<gs 'booty_call_leave' 'dressing_finish'>>
  931. <<gs 'booty_call_leave' 'dress_talk_pc'>>
  932. <<if getvar("$booty_call['dress_end']") != 1 and getvar("$booty_call['plans_later_talk']") == 0 and rand(0,1) == 1>>
  933. <<gs 'booty_call_leave' 'npc_booty_call_invite'>>
  934. <!-- !!{
  935. !! he initiates
  936. gs 'booty_call_leave', 'dress_talk_boy'
  937. else
  938. !! player initiates
  939. gs 'booty_call_leave', 'dress_talk_pc'
  940. } -->
  941. <<else>>
  942. <<gs 'booty_call_after' 'after_sex_dressed'>>
  943. <</if>>
  944. <</if>>
  945. <<if $location_var[$here][0] == 'dress_talk_boy'>>
  946. <<gs 'booty_call_leave' 'npc_booty_call_invite'>>
  947. <<if getvar("$booty_call['dress_talk2']") == 0>>
  948. <p>"What're you up to later?"</p>
  949. <<if getvar("$date_variable") > 0>>
  950. <!-- !! CHANGE THIS PLACEHOLDER VARIABLE-->
  951. <<actCLA 'I have a date with my boyfriend'>>
  952. <<actCLA 'Embarrassed'>>
  953. <<gs 'booty_call_after' 'dress_image'>>
  954. "I have a date with my boyfriend later," you say, blushing shyly.
  955. <<gs 'booty_call_after' 'npc_date_later_response'>>
  956. Your blush deepens in response.
  957. <</actCLA>>
  958. <<actCLA 'Casual'>>
  959. <<gs 'booty_call_after' 'dress_image'>>
  960. "I have a date with my boyfriend later,"
  961. <<gs 'booty_call_after' 'npc_date_later_response'>>
  962. <</actCLA>>
  963. <<actCLA 'Exhasperated'>>
  964. <<gs 'booty_call_after' 'dress_image'>>
  965. "I have a date with my boyfriend later,"
  966. <<gs 'booty_call_after' 'npc_date_later_response'>>
  967. <</actCLA>>
  968. <</actCLA>>
  969. <</if>>
  970. <</if>>
  971. <<if getvar("$booty_call['dress_talk3']") == 0>>
  972. <</if>>
  973. <<if getvar("$booty_call['dress_talk4']") == 0>>
  974. <</if>>
  975. <<if getvar("$booty_call['dress_talk5']") == 0>>
  976. <</if>>
  977. <</if>>
  978. <<if $location_var[$here][0] == 'dress_talk_pc'>>
  979. <<if getvar("$booty_call['plans_later_talk']") == 0 and ($time.hour < 21 or getvar("$booty_call['sleepover']") == 1)>>
  980. <<actCLA 'Ask him what he`s doing later'>>
  981. <<setinit $booty_call['plans_later_talk'] = 1>>
  982. <<gs 'booty_call_leave' 'dress_loop'>>
  983. <p>"Got any plans for the rest day?" you ask, casually $booty_call['dress_describe'].</p>
  984. <<gs 'booty_call_leave' 'dress_talk'>>
  985. <<if $npcs.get($boy,'day_off') == $time.weekday>>
  986. <p>"Not really," <<=$npcs.get($boy,'firstname')>> shrugs. "It's my day off so I'm just chilling."</p>
  987. <<gs 'booty_call_leave' 'pc_booty_call_invite'>>
  988. <<else>>
  989. <p>"I have to go to work," <<=$npcs.get($boy,'firstname')>> replies.</p>
  990. <<gs 'booty_call_leave' 'when_do_you_get_off'>>
  991. <</if>>
  992. <</actCLA>>
  993. <</if>>
  994. <<if getvar("$booty_call['dress_talk2']") == 0>>
  995. <</if>>
  996. <<if getvar("$booty_call['dress_talk3']") == 0>>
  997. <</if>>
  998. <<if getvar("$booty_call['dress_talk4']") == 0>>
  999. <</if>>
  1000. <<gs 'booty_call_leave' 'had_a_good_time'>>
  1001. <<gs 'booty_call_leave' 'stay_over_thanks'>>
  1002. <</if>>
  1003. <!-- !!if $ARGS[0] = '':-->
  1004. <!-- !!end-->
  1005. <<if $location_var[$here][0] == 'had_a_good_time'>>
  1006. <<if getvar("$booty_call['good_time']") == 0 and getvar("$booty_call['annoyed']") == 0>>
  1007. <<actCLA 'I had a good time'>>
  1008. <<setinit $booty_call['good_time'] = 1>>
  1009. <<gs 'booty_call_leave' 'dress_loop'>>
  1010. <<if getvar("$booty_call['spend_night_thanks']") == 1>>
  1011. <p>"Last night was really great," you smile at <<=$npcs.get($boy,'firstname')>>. "I had a lot of fun."</p>
  1012. <<elseif getvar("$booty_call['sleepover']") == 1>>
  1013. <p>"I had a great time last night," you smile at <<=$npcs.get($boy,'firstname')>>.</p>
  1014. <<else>>
  1015. <p>"This was really fun," you smile at <<=$npcs.get($boy,'firstname')>>. "I had a great time."</p>
  1016. <</if>>
  1017. <<if getvar("$booty_call['blue_ball']") == 0>>
  1018. <p>"Me too," he smirks back, watching you $booty_call['dress_describe'].</p>
  1019. <<elseif $npcs.get($boy,'selfish') == 1>>
  1020. "Still bullshit that I didn''t get to finish properly," he mutters sourly.
  1021. <<else>>
  1022. <p>"I just wish it didn't have to end so soon," he replies, watching you $booty_call['dress_describe'].</p>
  1023. "Sorry," you say ruefully.
  1024. <</if>>
  1025. <<actCLA 'Continue'>>
  1026. <<gs 'booty_call_leave' 'dress_talk'>>
  1027. <</actCLA>>
  1028. <<gs 'booty_call_leave' 'stay_over_thanks'>>
  1029. <</actCLA>>
  1030. <</if>>
  1031. <</if>>
  1032. <<if $location_var[$here][0] == 'stay_over_thanks'>>
  1033. <<if getvar("$booty_call['spend_night_thanks']") == 0 and getvar("$booty_call['sleepover']") == 1>>
  1034. <<actCLA 'Thanks for letting me stay over'>>
  1035. <<setinit $booty_call['spend_night_thanks'] = 1>>
  1036. <<gs 'booty_call_leave' 'dress_loop'>>
  1037. <<if getvar("$booty_call['good_time']") == 1>>
  1038. <p>"Thanks for letting me stay over too," you tell <<=$npcs.get($boy,'firstname')>>. "I really appreciate it."</p>
  1039. <<else>>
  1040. <p>"Thanks for letting me spend the night," you tell <<=$npcs.get($boy,'firstname')>>. "I really appreciate it."</p>
  1041. <</if>>
  1042. <<if $npcs.get($boy,'girlfriend') == 1 and $npcs.get($boy,'fidelity') == 6>>
  1043. <<setinit $pc_know_npc_has_girlfriend[$boy] = 1>>
  1044. <p>"Lucky my girlfriend wasn't coming over," he smirks back, watching you $booty_call['dress_describe'].</p>
  1045. <<elseif $npcs.get($boy,'caretaker') == 1 or $npcs.get($boy,'generous') == 1>>
  1046. <p>"Yeah no problem," he smiles back, watching you $booty_call['dress_describe'].</p>
  1047. <<elseif getvar("$booty_call['pass_out']") == 1>>
  1048. <p>"You passed out on me," he shrugs, watching you $booty_call['dress_describe']. "What was I supposed to do? Wake you up and kick you out?"</p>
  1049. <<else>>
  1050. <p>He shrugs in a "whatever" manner while he watches you $booty_call['dress_describe'].</p>
  1051. <</if>>
  1052. <<actCLA 'Continue'>>
  1053. <<gs 'booty_call_leave' 'dress_talk'>>
  1054. <</actCLA>>
  1055. <<gs 'booty_call_leave' 'had_a_good_time'>>
  1056. <</actCLA>>
  1057. <</if>>
  1058. <</if>>
  1059. <<if $location_var[$here][0] == 'when_do_you_get_off'>>
  1060. <<actCLA 'Ask what time he gets off'>>
  1061. <<gs 'booty_call_leave' 'dress_loop'>>
  1062. <p>"What time do you get off?" you ask while $booty_call['dress_describe'].</p>
  1063. <p>"Around npc_start_free_time[$boy]. Why?"</p>
  1064. <<actCLA 'Just curious'>>
  1065. <<gs 'booty_call_leave' 'dress_loop'>>
  1066. <p>"Just curious," you shrug, $booty_call['dress_describe'] next.</p>
  1067. <<actCLA 'Continue'>>
  1068. <<gs 'booty_call_leave' 'dress_talk'>>
  1069. <</actCLA>>
  1070. <</actCLA>>
  1071. <<gs 'booty_call_leave' 'pc_booty_call_invite'>>
  1072. <</actCLA>>
  1073. <</if>>
  1074. <<if $location_var[$here][0] == 'ruined_panties'>>
  1075. <<if getvar("$cum_loc['vagina']") > 0 and getvar("$booty_call['ruin_my_panties']") == 0 and $lastwornpantytype['booty_call'] != 'none' and getvar("$booty_call['panty_wear']") != 1>>
  1076. <<actCLA ''>>
  1077. <</actCLA>>
  1078. <</if>>
  1079. <</if>>
  1080. <<if $location_var[$here][0] == 'npc_date_later_response'>>
  1081. <<if $npcs.get($boy,'know_cheat') == 1>>
  1082. <<if $npcs.get($boy,'fidelity') < 7>>
  1083. <p>"You're still with that stick in the mud?" <<=$npcs.get($boy,'firstname')>> scoffs.</p>
  1084. <<else>>
  1085. <</if>>
  1086. <<else>>
  1087. <<run $npcs.set($boy,'know_cheat',1)>>
  1088. <<if $npcs.get($boy,'fidelity') < 7>>
  1089. <p>"And you're fucking me right before your date?" <<=$npcs.get($boy,'firstname')>> snickers. "Hot."</p>
  1090. <<else>>
  1091. <p>"Oh." <<=$npcs.get($boy,'firstname')>> looks away uncomfortably.</p>
  1092. <</if>>
  1093. <</if>>
  1094. <</if>>
  1095. <<if $location_var[$here][0] == 'pc_booty_call_invite'>>
  1096. <<if getvar("$booty_call['sleepover']") == 1 or $time.hour < 5>>
  1097. <<actCLA 'Ask to come over later'>>
  1098. <<setinit $booty_call['invite_today'] = 1>>
  1099. <<gs 'booty_call_leave' 'dress_loop'>>
  1100. <<if $npcs.get($boy,'day_off') == $time.weekday>>
  1101. <<if getvar("$booty_call['sleepover']") == 1>>
  1102. <p>"Want to do this again later?" you grin, $booty_call['dress_describe'].</p>
  1103. <<else>>
  1104. <p>"Want to do this again later?" you grin, $booty_call['dress_describe']. "In the daytime?"</p>
  1105. <</if>>
  1106. <<if rand(1,10) / 2 <= $npcs.get($boy,'sexdrive')>>
  1107. <p>"Maybe. What time were you thinking?"</p>
  1108. <<gs 'booty_call_leave' 'pc_booty_call_timeset'>>
  1109. <<else>>
  1110. <p>"Twice in one day might be a little bit too much for me," <<=$npcs.get($boy,'firstname')>> smiles back ruefully.</p>
  1111. <<gs 'booty_call_leave' 'pc_booty_call_invite_denied'>>
  1112. <</if>>
  1113. <<else>>
  1114. <<if rand(1,10) / 2 <= $npcs.get($boy,'sexdrive')>>
  1115. <p>"What time were you thinking?"</p>
  1116. <<gs 'booty_call_leave' 'pc_booty_call_timeset'>>
  1117. <<else>>
  1118. <p>"Think I might be a little too tapped out from work," <<=$npcs.get($boy,'firstname')>> grunts.</p>
  1119. <<gs 'booty_call_leave' 'pc_booty_call_invite_denied'>>
  1120. <</if>>
  1121. <</if>>
  1122. <</actCLA>>
  1123. <<elseif $time.hour >= 5>>
  1124. <<actCLA 'Ask to come over tomorrow'>>
  1125. <<setinit $booty_call['invite_tomorrow'] = 1>>
  1126. <<gs 'booty_call_leave' 'dress_loop'>>
  1127. <p>"Want to do this again tomorrow?" you ask, flashing a smile while you're $booty_call['dress_describe'].</p>
  1128. <<if $npcs.get($boy,'day_off') == $time.weekday + 1 or ($npcs.get($boy,'day_off') == 1 and $time.weekday == 7)>>
  1129. <<if rand(1,10) / 2 <= $npcs.get($boy,'sexdrive')>>
  1130. <p>"Hmm... It'll be my day off... What time were you thinking?"</p>
  1131. <<gs 'booty_call_leave' 'pc_booty_call_timeset'>>
  1132. <<else>>
  1133. "Sorry, I have some things I need to get done tomorrow."
  1134. <<gs 'booty_call_leave' 'pc_booty_call_invite_denied'>>
  1135. <</if>>
  1136. <<else>>
  1137. <<if rand(1,10) / 2 <= $npcs.get($boy,'sexdrive')>>
  1138. <p>"What time were you thinking?"</p>
  1139. <<gs 'booty_call_leave' 'pc_booty_call_timeset'>>
  1140. <<else>>
  1141. "Sorry, I have some things I need to get done tomorrow."
  1142. <<gs 'booty_call_leave' 'pc_booty_call_invite_denied'>>
  1143. <</if>>
  1144. <</if>>
  1145. <</actCLA>>
  1146. <</if>>
  1147. <</if>>
  1148. <<if $location_var[$here][0] == 'pc_booty_call_timeset'>>
  1149. <<actCLA 'How about...'>>
  1150. <<warn 'JUMP MARKER ENCOUNTERED: :invalid_timeset'>>
  1151. <<run $npcs.set($boy,'booty_call_time',input ("When do you want to set your reminder? (Pick an hour 1 - 22. A reminder icon will appear in the stat display during that hour.)"))>>
  1152. <<if $npcs.get($boy,'booty_call_time') < $npcs.get($boy,'start_free_time') or $npcs.get($boy,'booty_call_time') > 22>>
  1153. <<msg 'Invalid input. Pick an hour between npc_start_free_time[$boy] and 22.'>>
  1154. <<warn 'JUMP COMMAND ENCOUNTERED: jump invalid_timeset'>>
  1155. <<else>>
  1156. <<gs 'booty_call_leave' 'pc_booty_call_invite2'>>
  1157. <</if>>
  1158. <</actCLA>>
  1159. <</if>>
  1160. <<if $location_var[$here][0] == 'pc_booty_call_invite2'>>
  1161. <<gs 'booty_call_leave' 'dress_loop'>>
  1162. <<if getvar("$booty_call['invite_today']") == 1>>
  1163. <<if $npcs.get($boy,'booty_call_time') == $npcs.get($boy,'start_free_time')>>
  1164. <p>"How about npc_booty_call_time[$boy]?" you smirk $booty_call['dress_describe']. "We can get off together."</p>
  1165. <<gs 'booty_call_leave' 'pc_booty_call_invite_accepted'>>
  1166. <<else>>
  1167. <p>"How about npc_booty_call_time[$boy]?" you ask $booty_call['dress_describe'].</p>
  1168. <<if $npcs.get($boy,'booty_call_time') > $npcs.get($boy,'end_free_time')>>
  1169. <p>"Sorry, that doesn't work for me," <<=$npcs.get($boy,'firstname')>> grunts.</p>
  1170. <<gs 'booty_call_leave' 'pc_booty_call_invite_denied'>>
  1171. <<else>>
  1172. <<gs 'booty_call_leave' 'pc_booty_call_invite_accepted'>>
  1173. <</if>>
  1174. <</if>>
  1175. <<else>>
  1176. <p>"How about npc_booty_call_time[$boy]?" you ask $booty_call['dress_describe'].</p>
  1177. <<if $npcs.get($boy,'booty_call_time') > $npcs.get($boy,'end_free_time')>>
  1178. <p>"Sorry, that doesn't work for me," <<=$npcs.get($boy,'firstname')>> grunts.</p>
  1179. <<gs 'booty_call_leave' 'pc_booty_call_invite_denied'>>
  1180. <<else>>
  1181. <<gs 'booty_call_leave' 'pc_booty_call_invite_accepted'>>
  1182. <</if>>
  1183. <</if>>
  1184. <</if>>
  1185. <<if $location_var[$here][0] == 'pc_booty_call_invite_accepted'>>
  1186. <p>"That sounds good," <<=$npcs.get($boy,'firstname')>> grins back. "Okay, see you then."</p>
  1187. <<gs 'booty_call' 'set_booty_call_date'>>
  1188. <<gs 'booty_call_leave' 'dress_talk'>>
  1189. <</if>>
  1190. <<if $location_var[$here][0] == 'pc_booty_call_invite_denied'>>
  1191. <<gs 'booty_call_leave' 'dress_loop_code'>>
  1192. <p>"Damn," you sigh disappointedly, continuing $booty_call['dress_describe']</p>
  1193. <<gs 'booty_call' 'block_booty_calls'>>
  1194. <<gs 'booty_call_leave' 'dress_talk'>>
  1195. <</if>>
  1196. <<if $location_var[$here][0] == 'npc_booty_call_invite'>>
  1197. <<if getvar("$booty_call['plans_later_talk']") == 0>>
  1198. <<gs 'booty_call_leave' 'dress_loop'>>
  1199. <<setinit $booty_call['plans_later_talk'] = 1>>
  1200. <<if $npcs.get($boy,'day_off') == $time.weekday + 1 or ($time.weekday == 7 and $npcs.get($boy,'day_off') == 1)>>
  1201. <<setinit $booty_call['invite_tomorrow'] = 1>>
  1202. <<if $npcs.get($boy,'girlfriend') == 1 and $npcs.get($boy,'fidelity') == 6>>
  1203. <<setinit $pc_know_npc_has_girlfriend[$boy] = 1>>
  1204. <p>"You busy tomorrow?" <<=$npcs.get($boy,'firstname')>> asks as you're $booty_call['dress_describe']. "It'll be my day off and my girlfriend won't be around. Want to come over and do this again?"</p>
  1205. <<else>>
  1206. <p>"You busy tomorrow?" <<=$npcs.get($boy,'firstname')>> asks as you're $booty_call['dress_describe']. "It'll be my day off. Want to come by and do this again?"</p>
  1207. <</if>>
  1208. <<elseif $npcs.get($boy,'day_off') == $time.weekday and (getvar("$booty_call['sleepover']") == 1 or $time.hour < 5)>>
  1209. <<setinit $booty_call['invite_today'] = 1>>
  1210. <<if $npcs.get($boy,'girlfriend') == 1 and $npcs.get($boy,'fidelity') == 6>>
  1211. <<setinit $pc_know_npc_has_girlfriend[$boy] = 1>>
  1212. <p>"You busy later?" <<=$npcs.get($boy,'firstname')>> asks as you're $booty_call['dress_describe']. "Today's my day off and my girlfriend won't be around. Want to come over and do this again?"</p>
  1213. <<else>>
  1214. <p>"You busy later?" <<=$npcs.get($boy,'firstname')>> asks as you're $booty_call['dress_describe']. "It's my day off. Want to come by and do this again?"</p>
  1215. <</if>>
  1216. <<else>>
  1217. <<setinit $booty_call['invite_tomorrow'] = 1>>
  1218. <<if $npcs.get($boy,'girlfriend') == 1 and $npcs.get($boy,'fidelity') == 6>>
  1219. <<setinit $pc_know_npc_has_girlfriend[$boy] = 1>>
  1220. <p>"You busy tomorrow?" <<=$npcs.get($boy,'firstname')>> asks as you're $booty_call['dress_describe']. "My girlfriend won't be around. Want to come over and do this again?"</p>
  1221. <<else>>
  1222. <p>"You busy tomorrow?" <<=$npcs.get($boy,'firstname')>> asks as you're $booty_call['dress_describe']. "Want to come by and do this again?"</p>
  1223. <</if>>
  1224. <</if>>
  1225. <<gs 'booty_call_leave' 'busy_tomorrow'>>
  1226. <<actCLA 'What time?'>>
  1227. <<gs 'booty_call_leave' 'dress_loop'>>
  1228. <p>"That depends," you say, $booty_call['dress_describe']. "What time were you thinking?"</p>
  1229. <p>"npc_start_free_time[$boy]?" <<=$npcs.get($boy,'firstname')>> asks.</p>
  1230. <<gs 'booty_call_leave' 'busy_time'>>
  1231. <<gs 'booty_call_leave' 'booty_call_plan'>>
  1232. <</actCLA>>
  1233. <</if>>
  1234. <</if>>
  1235. <<if $location_var[$here][0] == 'busy_tomorrow'>>
  1236. <<actCLA 'I`m busy'>>
  1237. <<gs 'booty_call' 'block_booty_calls'>>
  1238. <<gs 'booty_call_leave' 'dress_loop'>>
  1239. <<if getvar("$booty_call['invite_tomorrow']") == 1>>
  1240. <p>"I can't, sorry," you say, $booty_call['dress_describe']. "I'm busy tomorrow."</p>
  1241. <<else>>
  1242. <p>"I can't, sorry," you say, $booty_call['dress_describe']. "I'm busy."</p>
  1243. <</if>>
  1244. <p>"Damn," <<=$npcs.get($boy,'firstname')>> says disappointedly.</p>
  1245. <<gs 'booty_call_leave' 'dress_talk'>>
  1246. <</actCLA>>
  1247. <</if>>
  1248. <<if $location_var[$here][0] == 'busy_time'>>
  1249. <<actCLA 'I`m busy'>>
  1250. <<gs 'booty_call' 'block_booty_calls'>>
  1251. <<gs 'booty_call_leave' 'dress_loop'>>
  1252. <p>"I can't, sorry," you say, $booty_call['dress_describe']. "I have something to do then."</p>
  1253. <p>"Damn," <<=$npcs.get($boy,'firstname')>> says disappointedly.</p>
  1254. <<gs 'booty_call_leave' 'dress_talk'>>
  1255. <</actCLA>>
  1256. <</if>>
  1257. <<if $location_var[$here][0] == 'booty_call_plan'>>
  1258. <<actCLA 'Sounds good'>>
  1259. <<gs 'booty_call' 'set_booty_call_date'>>
  1260. <<gs 'booty_call_leave' 'dress_loop'>>
  1261. <p>"Sounds good," you grin, $booty_call['dress_describe']. "I'll see you then."</p>
  1262. <p>"Great," <<=$npcs.get($boy,'firstname')>> grins back.</p>
  1263. <<gs 'booty_call_leave' 'dress_talk'>>
  1264. <</actCLA>>
  1265. <<actCLA 'I`ve got nothing better to do'>>
  1266. <<gs 'booty_call' 'set_booty_call_date'>>
  1267. <<gs 'booty_call_leave' 'dress_loop'>>
  1268. <p>"Sure," you smirk, $booty_call['dress_describe']. "I got nothing better to do."</p>
  1269. <p>"Great," <<=$npcs.get($boy,'firstname')>> grins back.</p>
  1270. <<gs 'booty_call_leave' 'dress_talk'>>
  1271. <</actCLA>>
  1272. <<actCLA 'I could fit it in'>>
  1273. <<gs 'booty_call' 'set_booty_call_date'>>
  1274. <<gs 'booty_call_leave' 'dress_loop'>>
  1275. <p>"I think I can fit that in," you smirk, $booty_call['dress_describe'].</p>
  1276. <<if $npcs.get($boy,'humor') == 2>>
  1277. <p>"You sure can," <<=$npcs.get($boy,'firstname')>> grins lewdly at you.</p>
  1278. <<else>>
  1279. <p>"Great," <<=$npcs.get($boy,'firstname')>> grins back.</p>
  1280. <</if>>
  1281. <<gs 'booty_call_leave' 'dress_talk'>>
  1282. <</actCLA>>
  1283. <</if>>