# booty_call_condoms !! npc_bareback means you have agreed with the npc to regularly have sex without a condom !! booty_call['no_condom'] = 1 - you have agreed not to use condoms today !! booty_call['out_of_condoms'] = 1 - npc has run out of condoms !! booty_call['out_of_condoms'] = 2 - npc has run out of condoms, will use players if $ARGS[0] = 'setup': if npc_condom_conscious[$boy] = 1: booty_call['condom_count'] = 100 elseif booty_call['condom_count'] = 0 and booty_call['fuck_count'] = 0 and npc_no_condoms[$boy] ! 1: if rand(1,5) = 1: booty_call['condom_count'] = 0 else booty_call['condom_count'] = rand(1,10) end elseif npc_no_condoms[$boy] = 1: booty_call['condom_count'] = 0 end booty_call['condom_setup'] = 1 end if $ARGS[0] = 'check_count': if booty_call['condoms_used'] >= booty_call['condom_count'] and booty_call['condom_count'] > 0: booty_call['out_of_condoms'] = 1 end end if $ARGS[0] = 'condoms': if booty_call['condom_setup'] ! 1: gs 'booty_call_condoms', 'setup' gs 'booty_call_condoms', 'check_count' booty_call['must_fuck'] = 1 if booty_call['no_condom'] ! 1: if npc_bareback[$boy] = 1 and booty_call['no_condom'] ! 1 and booty_call['condom'] ! 1: !! if npc_know_bc[$boy] = 1 and npc_condom_conscious[$boy] ! 2: booty_call['no_condom'] = 1 'You agreed to stop using condoms with <<$npc_firstname[$boy]>> and he makes no move to get one.' gs 'booty_call_sex', 'position_choose' gs 'booty_call_condoms', 'dont_cum_in_me' gs 'booty_call_condoms', 'pc_safe_day' gs 'booty_call_condoms', 'pc_dangerous_day' elseif booty_call['condom'] = 0: if npc_condom_conscious[$boy] > 0: gs 'booty_call_condoms', 'condom_conscious_npc' elseif booty_call['condom_count'] > 0 and rand(0,1) = 1: gs 'booty_call_condoms', 'npc_condom_use' else '<<$npc_firstname[$boy]>> makes no indication that he''s going to put on a condom.' gs 'booty_call_condoms', 'pc_condom_ask' gs 'booty_call_condoms', 'pc_condoms' gs 'booty_call_condoms', 'dont_cum_in_me' gs 'booty_call_condoms', 'pc_safe_day' gs 'booty_call_condoms', 'pc_dangerous_day' end elseif booty_call['using_pc_condoms'] = 1: gs 'booty_call_condoms', 'pc_condoms' elseif booty_call['condom'] = 1: if booty_call['condoms_used'] >= booty_call['condom_count']: gs 'booty_call_condoms', 'npc_out_of_condoms' else gs 'booty_call_condoms', 'npc_condom_use' end end end end if $ARGS[0] = 'pc_condom_use_stats': booty_call['using_pc_condoms'] = 1 booty_call['condom'] = 1 booty_call['pc_condoms_used'] += 1 booty_call['must_fuck'] = 1 prezik -= 1 end if $ARGS[0] = 'pc_condoms': if prezik > 0: act'Put a condom on him': gs 'booty_call_condoms', 'pc_condom_use_stats' cla & *clr '
> src="images/shared/sex/misc/condom_put.jpg">
' 'You lean over the side of the bed and reach down to your purse. After fishing around for a few moments, you pull out a condom. You tear the packaging open and roll it onto his cock for him.' '"Gotta practice safe sex," you wink.' gs 'booty_call_sex', 'position_choose' end act'Put a condom on him with your mouth': cla & *clr '
' gs 'booty_call_condoms', 'pc_condom_use_stats' 'You lean over the side of the bed and reach down to your purse. After fishing around for a few moments, you pull out a condom. You tear the packaging open, and place the rubber onto the tip of his penis, kissing it through the rubber. Then, using your fingers, you unroll it smoothly over the length of his cock, your lips following all the way down. You bob your head up and down a few more times to make sure it''s all the way on before glancing up at him.' '"Gotta practice safe sex," you smile.' gs 'booty_call_sex', 'position_choose' end elseif booty_call['using_pc_condoms'] = 1 and booty_call['pc_out_of_condoms'] ! 1: booty_call['pc_out_of_condoms'] = 1 cla if booty_call['out_of_condoms'] = 1: '"I think that was my last condom..." you say. "I guess that means we''re both out...?"' '"I guess so," <<$npc_firstname[$boy]>> shrugs.' gs'booty_call_after', 'no_condom_end' gs'booty_call_sex', 'no_sex_only' else '"I think that was my last condom..." you say.' gs'booty_call_after', 'no_condom_end' act'Do you have any?': cla & *nl $npc_apt_bedroom if booty_call['cock_remove'] = 0: '"But I''m not ready to stop," you grin, flexing your pussy around <<$npc_firstname[$boy]>>''s cock inside you. "Have you got any?"' else '"But I''m not ready to stop," you say. "Have you got any?"' end if npc_condom_conscious = 1: '"I always have condoms," <<$npc_firstname[$boy]>> says. "You don''t have to keep buying them if you don''t want to, you know. I order in bulk."' gs'booty_call_sex', 'reset' act'If you''re offering': cla & *nl '"Well, if you''re offering..." you smirk.' gs'booty_call_condoms', 'npc_condom_use' end act'I might take you up on that': cla & *nl '"I just might take you up on that," you smile.' gs'booty_call_condoms', 'npc_condom_use' end act'I want to do my part': cla & *nl '"I want to do my part," you smile. "I''m enjoying the sex with you. Only fair that I pay for it too."' gs'booty_call_condoms', 'npc_condom_use' end if karta + money < 2000: act'Good, money''s tight': cla & *nl '"Then I''ll stop buying right away," you grin. "I don''t have a lot of spare cash on hand, so saving on condoms would be great.' gs'booty_call_condoms', 'npc_condom_use' end end elseif booty_call['condom_count'] > 0 and booty_call['condoms_used'] < booty_call['condom_count']: '"Yeah, I have some," <<$npc_firstname[$boy]>> says.' gs'booty_call_sex', 'reset' gs'booty_call_condoms', 'npc_condom_use' else if npc_no_condoms_know[$boy] = 1: '"Come on," <<$npc_firstname[$boy]>> says, rolling his eyes. "You know I hate using condoms. Lucky you can even talk me into using yours."' else '<<$npc_firstname[$boy]>> shakes his head.' '"I don''t."' end gs'booty_call_after', 'no_condom_end' gs'booty_call_sex', 'no_sex_only' end end end gs'booty_call_sex', 'no_sex_only' end end if $ARGS[0] = 'pc_condom_ask': act'Don''t say anything': cla & *nl booty_call['no_condom'] = 1 '<<$npc_firstname[$boy]>> takes your silence as consent and begins manuevering into position.' gs 'booty_call_sex', 'position_choose' end act'Ask him to put on a condom': cla & *nl '"Could you put on a condom?" you ask.' !! if npc_no_condoms[$boy] = 1: !! gs 'booty_call_condoms', 'npc_doesnt_use_condoms' if rand(1,10) >= 7: if booty_call['condom_count'] > booty_call['condoms_used']: '"Come on, do we have to? We don''t need to use a condom."' gs 'booty_call_condoms', 'no_condom1' else '"Don''t have any left. I''m all out."' gs 'booty_call_condoms', 'no_condom2' end else booty_call['condom'] = 1 booty_call['condoms_used'] += 1 booty_call['must_fuck'] = 1 'He nods, reaching over to his nightstand and retrieving one, rolling the rubber onto his cock. While he works that out, you consider how you want to do this with him...' gs 'booty_call_sex', 'position_choose' end end end if $ARGS[0] = 'pc_skip_the_condom': act'We could skip the condom': cla & *clr $npc_apt_bedroom[$boy] booty_call['skip_condom'] = 1 booty_call['no_condom'] = 1 booty_call['must_fuck'] = 1 '"I guess we could skip it..." you smile shyly. "Just this once?"' if booty_call['danger_day'] = 1 and npc_childfree = 1: '"Seems like a bad idea," <<$npc_firstname[$boy]>> says, shaking his head. "You said it''s dangerous for you today. I don''t want to take the risk."' act'Disappointed': cla & *nl 'You sigh deeply as <<$npc_firstname[$boy]>> already starts to pull away from you.' gs'booty_call_after', 'after_sex1' end act'You''re probably right': cla & *nl '"Yeah... You''re probably right," you say ruefully as <<$npc_firstname[$boy]>> already starts to pull away from you.' gs'booty_call_after', 'after_sex1' end gs 'booty_call_sex', 'no_sex_only' else '"Just this once," he smiles back.' gs 'booty_call_sex', 'position_choose' end end end if $ARGS[0] = 'npc_condom_use_stats': booty_call['condoms_used'] += 1 booty_call['must_fuck'] = 1 booty_call['condom'] = 1 end if $ARGS[0] = 'npc_condom_use': booty_call['must_fuck'] = 1 if booty_call['fuck_count'] > 1 and $booty_call['last_cum'] = 'condom': '<<$npc_firstname[$boy]>> swaps out his used condom for a new one.' elseif booty_call['fuck_count'] > 1: '<<$npc_firstname[$boy]>> reaches for a new condom.' end !! gs 'booty_call_sex', 'position_choose' gs 'booty_call_condoms', 'npc_condom_put_on' if booty_call['condom'] = 0: gs 'booty_call_condoms', 'disable_condoms' gs 'booty_call_condoms', 'temp_disable_condoms' end end if $ARGS[0] = 'npc_condom_put_on': act'Wait for him': gs 'booty_call_condoms', 'npc_condom_use_stats' cla & *clr '
' if booty_call['fuck_count'] = 0: 'He tears open the packaging and begins rolling the rubber sleeve onto his cock. You wait patiently, watching him, thinking about what position you want to fuck him in.' else 'He tears open the packaging and begins rolling the rubber sleeve onto his cock. You wait patiently, watching him, thinking about the next position you want him to fuck you in.' end gs 'booty_call_sex', 'position_choose' end act'Put it on for him': gs 'booty_call_condoms', 'npc_condom_use_stats' cla & *clr gs 'arousal', 'foreplay_give', -2 gs 'stat' '
> src="images/shared/sex/misc/condom_put.jpg">
' '<<$npc_firstname[$boy]>> tears open the packaging when you swiftly reach over and pluck the condom out of the wrapper.' '"Let me take care of this for you," you say with a sexy smile. You gently roll the rubber sleeve down his shaft, squeezing just hard enough to make him twitch under your touch.' gs 'booty_call_sex', 'position_choose' end act'Put it on with your mouth': gs 'booty_call_condoms', 'npc_condom_use_stats' cla & *clr '
' '<<$npc_firstname[$boy]>> tears open the packaging when you swiftly reach over and pluck the condom out of the wrapper.' '"Let me take care of this for you," you say with a sexy smile. Placing it on the tip of his cock, you lean over and put your lips over both. Then, using both hands, you roll the sleeve down his shaft, following with your head, lips pressed tight against the rubber. Even through the rubber, you can feel the heat of his member against your tongue.' 'You bob your head up and down a few times for good measure before coming up and flashing a grin.' gs 'booty_call_sex', 'position_choose' end end if $ARGS[0] = 'condom_conscious_npc': if booty_call['fuck_count'] = 0: '<<$npc_firstname[$boy]>> immediately reaches for a condom.' elseif booty_call['fuck_count'] > 0: '<<$npc_firstname[$boy]>> reaches for another condom.' end gs 'booty_call_condoms', 'npc_condom_use' end if $ARGS[0] = 'npc_out_of_condoms': cla & *clr $npc_apt_bedroom[$boy] if booty_call['fuck_count'] > 5: '"I think that was my last condom," <<$npc_firstname[$boy]>> pants.' else '"I think that was my last condom," <<$npc_firstname[$boy]>> says.' end gs 'booty_call_after', 'no_condom_end' gs 'booty_call_condoms', 'pc_skip_the_condom' if prezik > 0: act'Use one of your condoms': booty_call['using_pc_condoms'] = 1 gs 'booty_call_condoms', 'pc_condom_use' cla & *clr '
> src="images/shared/sex/misc/condom_put.jpg">
' if prezik > 1: '"That''s okay, I''ve got some."' elseif prezik = 1: '"That''s okay, I''ve got one."' end 'You reach into your bag and pull out a condom, rolling it onto his cock.' gs 'booty_call_sex', 'position_choose' end act'Use one of your condoms (mouth)': booty_call['using_pc_condoms'] = 1 gs 'booty_call_condoms', 'pc_condom_use' cla & *clr '
' '"That''s okay, I''ve got some."' 'You reach into your bag and pull out a condom, rolling it onto his cock with your mouth.' gs 'booty_call_sex', 'position_choose' end end end if $ARGS[0] = 'npc_doesnt_use_condoms': !! boy says he doesn''t use condoms if npc_no_condoms_know[$boy] = 1: '"You know I don''t use that shit," <<$npc_firstname[$boy]>> frowns. "It''s bareback or nothing."' else end end if $ARGS[0] = 'npc_promise_wont_creampie': act'We need a condom': cla & *nl '"No," you say adamantly. "We need a condom. I''m not fucking you without one."' '"Ugh fine..." he sighs. "But I don''t have any. Do you?"' if prezik = 0: '"No..." you say, a little embarrassed. "I thought you would."' if npc_no_condoms_know[$boy] = 1: '"I can''t imagine why you''d think that," he replies dryly. "You know I don''t use them."' else npc_no_condoms_know[$boy] = 1 '"Well I don''t," he replies dryly. "I don''t use them."' end gs'booty_call_after', 'no_condom_end' gs'booty_call_sex', 'no_sex_only' gs'booty_call_condoms', 'pc_skip_the_condom' else gs 'booty_call_condoms', 'pc_condoms' end end act'I guess I trust you': cla & *nl booty_call['no_condom'] = 1 booty_call['promise_no_creampie'] = 1 npc_rel[$boy] += 1 $npc_apt_bedroom[$boy] 'You hesitate for a moment before relenting.' '"I guess it''s okay... I trust you," you smile as <<$npc_firstname[$boy]>> eagerly forgoes the condom.' gs 'booty_call_sex', 'position_choose' end act'I guess I trust you': cla & *nl booty_call['no_condom'] = 1 booty_call['promise_no_creampie'] = 1 npc_rel[$boy] += 1 $npc_apt_bedroom[$boy] 'You hesitate for a moment before relenting.' '"If you promise..." you say reluctantly as <<$npc_firstname[$boy]>> eagerly forgoes the condom.' gs 'booty_call_sex', 'position_choose' end gs'booty_call_condoms', 'pc_skip_the_condom' end if $ARGS[0] = 'condom_why2': !! player says they don''t want to use a condom act'We don''t need a condom (feel better)': cla & *nl '"Come on," you say, grabbing his arm. "Let''s skip the condom. It''ll feel better without one."' if npc_condom_conscious[$boy] = 2 or (npc_condom_conscious[$boy] = 1 and npc_childfree[$boy] = 1): '"Don''t want to risk it," <<$npc_firstname[$boy]>> says, shaking his head and opens the condom anyways, rolling it onto his cock.' else if rand(npc_willpwr[$boy],100) < pcs_persuas: booty_call['no_condom'] = 1 booty_call['condom'] = 0 '<<$npc_firstname[$boy]>> stops, looking back at you for a moment before smiling.' '"Okay," he says and leaves the rubber where it is.' else '"Don''t want to risk it," <<$npc_firstname[$boy]>> says, shaking his head and opens the condom anyways, rolling it onto his cock.' end end gs 'booty_call_sex', 'position_choose' end if birth_control['think_safe'] = 1: if tabletkishot > 0: act'We don''t need a condom (on the shot)': npc_know_bc[$boy] = 1 npc_know_not_bc[$boy] = 0 booty_call['must_fuck'] = 1 cla & *nl '"Hey," you smile, grabbing his arm. "We don''t need condoms. I''m on the shot."' if npc_condom_conscious[$boy] = 2: booty_call['npc_condom_insist'] = 1 '"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaches back for the condom. "Better to be safe."' 'Your jaw drops.' *nl 'A free pass to skip a condom and he doesn''t take it? What''s with him??' else booty_call['no_condom'] = 1 '<<$npc_firstname[$boy]>> stops reaching and turns to meet your gaze, eyes filled with desire, and your smile widens into a full blown grin.' end gs 'booty_call_sex', 'position_choose' end elseif pillcon2 > 0: act'We don''t need a condom (on the pill)': npc_know_bc[$boy] = 1 npc_know_not_bc[$boy] = 0 booty_call['must_fuck'] = 1 cla & *nl '"Hey," you smile, grabbing his arm. "We don''t need condoms. I''m on the pill."' if npc_condom_conscious[$boy] = 2: booty_call['npc_condom_insist'] = 1 '"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaches back for the condom. "Better to be safe."' 'Your jaw drops.' *nl 'A free pass to skip a condom and he doesn''t take it? What''s with him??' else booty_call['no_condom'] = 1 '<<$npc_firstname[$boy]>> stops reaching and turns to meet your gaze, eyes filled with desire, and your smile widens into a full blown grin.' end gs 'booty_call_sex', 'position_choose' end end else act'Lie about birth control': booty_call['must_fuck'] = 1 npc_know_bc[$boy] = 1 npc_know_not_bc[$boy] = 0 cla & *nl '"Hey," you smile, grabbing his arm. "We don''t need condoms. I''m on birth control."' if npc_condom_conscious[$boy] = 2: '"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaches back for the condom. "Better to be safe."' 'Your jaw drops.' *nl 'Son of a bitch! Why is this guy so fucking careful?!' else booty_call['no_condom'] = 1 'Upon hearing your barefaced lie, <<$npc_firstname[$boy]>> stops reaching and turns to meet your gaze, eyes filled with desire. Your smile widens into a full blown grin.' end gs 'booty_call_sex', 'position_choose' end end end if $ARGS[0] = 'no_condom1': !! he says he doesnt want to use a condom act'No way': cla & *clr $npc_apt_bedroom[$boy] if npc_condom_rule[$boy] = 1: '"You know my rule," you say sternly. "We''re not fucking without one!"' elseif stat['dangerous_day'] = 1 and birth_control['think_safe'] ! 1: '"I''m ovulating right now!" you say sternly. "I could get pregnant!' else '"We''re not fucking without one," you say sternly.' end if stat['dangerous_day'] = 1 and birth_control['think_safe'] ! 1 and npc_childfree[$boy] > 0: booty_call['condom'] = 1 '"What the fuck! Why didn''t you say so!" he says, immediately reaching for a condom.' gs 'booty_call_condoms', 'npc_condom_use' elseif rand(1,10) < 8: booty_call['condom'] = 1 '"Ugh, fine."' 'He reaches for a condom.' gs 'booty_call_condoms', 'npc_condom_use' else booty_call['dont_need_condom'] = 1 '"Come on," he complains. "It''ll be fine. Let''s skip it. Just this once."' act'Not a big deal?!': cla & *clr $npc_apt_bedroom[$boy] if npc_condom_rule[$boy] = 1: '"Not a big deal?! We said- You know what? Fuck you!"' else '"Not a big deal?! You don''t have any idea how dangerous it is for m- You know what? Fuck you!"' end '"I''m trying to but you won''t let me!"' !!if booty_call['rape_chance'] > 0: !!put in chance he rapes you '<<$npc_firstname[$boy]>> continues to complain at you while you grab all of your belongings and rush your way out the door, slamming it behind you.' *nl 'Just because he''s your fuckbuddy doesn''t mean he can take advantage of you!' act'Leave':gt 'booty_call_after', 'exit' end gs'booty_call_condoms', 'pc_skip_the_condom' act'Just don''t come inside me': booty_call['dont_need_condom'] = 1 booty_call['promise_no_creampie'] = 1 booty_call['must_fuck'] = 1 cla & *nl '"Well... Alright..." you say heistantly. "But don''t you dare come inside me, okay?"' gs 'booty_call_sex', 'position_choose' end end end gs'booty_call_condoms', 'pc_skip_the_condom' act'Just don''t come inside me': booty_call['promise_no_creampie'] = 1 booty_call['must_fuck'] = 1 cla & *nl '"Well... Alright..." you say hesitantly. "But don''t you dare come inside me, okay?"' gs 'booty_call_sex', 'position_choose' end end if $ARGS[0] = 'no_condom2': !! he says he has no condoms act'Seriously?': cla & *clr $npc_apt_bedroom[$boy] if npc_condom_rule[$boy] = 1: '"Are you serious?" you ask exhasperatedly. "You know my rule! We need a condom!"' else '"Are you serious?" you ask exhasperatedly. "We''re not fucking without one!"' end if rand(1,10) < 8: '"Do you have some?" he asks.' gs 'booty_call_condoms', 'no_condom2.1' else booty_call['dont_need_condom'] = 1 '"Come on," he says. "It''ll be fine. Let''s skip it. Just this once."' act'Not a big deal?!': '"Not a big deal??? You don''t have any idea how dangerous it is for m- You know what? Fuck you!"' '"I''m trying to but you won''t let me!"' !!if booty_call['rape_chance'] > 0: !!put in chance he rapes you '<<$npc_firstname[$boy]>> continues to complain at you while you grab all of your belongings and rush your way out the door, slamming it behind you.' *nl 'The nerve of some people.' act'Leave':gt 'booty_call_after', 'exit' end end gs'booty_call_condoms', 'pc_skip_the_condom' act'Just don''t come inside me': booty_call['promise_no_creampie'] = 1 booty_call['must_fuck'] = 1 cla & *nl '"Well... Alright..." you say heistantly. "But don''t you dare come inside me, okay?"' gs 'booty_call_sex', 'position_choose' end end gs 'booty_call_condoms', 'no_condom2.1' act'How many girls are you fucking? (tease)': cla & *nl '"Damn! How many of these things do you go through?" you laugh, giving him a look. "Are you fucking 20 girls a day?"' '"Hey, when you''re as good as I am," he says, a smug grin on his face. "Do you have any?"' gs 'booty_call_condoms', 'no_condom2.1' end end if $ARGS[0] = 'no_condom2.1': if prezik > 0: act'I''ve got some': cla & *clr prezik -= 1 booty_call['condom'] = 1 booty_call['must_fuck'] = 1 '
> src="images/shared/sex/misc/condom_put.jpg">
' '"I''ve got some right here," you say, pulling a rubber from your bag and tearing it open.' 'You smile at <<$npc_firstname[$boy]>> as you roll it onto his cock for him.' gs 'booty_call_sex', 'position_choose' end else act'Don''t have any condoms': cla & *nl '"No..." you say reluctantly. "I thought you would..."' if npc_no_condoms[$boy] = 1: if npc_no_condoms_know[$boy] = 1: '"I can''t imagine why you''d think that," he replies dryly. "You know I don''t use them."' else npc_no_condoms_know[$boy] = 1 '"Well I don''t," he replies dryly. "I don''t use them."' end else '"So... what should we do?"' end gs'booty_call_after', 'no_condom_end' gs'booty_call_sex', 'no_sex_only' end end gs'booty_call_condoms', 'pc_skip_the_condom' act'Just don''t come inside me (trusting)': booty_call['promise_no_creampie'] = 1 booty_call['must_fuck'] = 1 cla & *nl '"Just don''t come inside me," you grin eagerly.' gs 'booty_call_sex', 'position_choose' end act'Just don''t come inside me (nervous)': booty_call['promise_no_creampie'] = 1 booty_call['must_fuck'] = 1 cla & *nl '"Well..." you say hesitantly. "Just don''t come inside me, okay?"' gs 'booty_call_sex', 'position_choose' end end if $ARGS[0] = 'npc_lets_skip_condom': end if $ARGS[0] = 'dont_cum_in_me': if birth_control['think_safe'] = 0 and npc_creampie_okay[$boy] = 0: act'Don''t come inside me': cla & *nl booty_call['promise_no_creampie'] = 1 if birth_control['think_safe'] ! 1 and npc_know_not_bc[$boy] = 1: '"Don''t forget, I''m not on birth control," you warn him as you get into position. "So you can''t come inside me."' elseif birth_control['think_safe'] ! 1 and pillcon2 > 0: npc_know_not_bc[$boy] = 1 npc_know_bc[$boy] = 0 npc_know_bc_not_effective[$boy] = 1 '"Don''t come inside me," you warn him as you get into position. "My birth control hasn''t kicked in yet."' elseif birth_control['think_safe'] ! 1: npc_know_not_bc[$boy] = 1 npc_know_bc[$boy] = 0 '"Don''t come inside me," you warn him as you get into position. "I''m not on birth control."' else '"Don''t come inside me," you murmur as you get into position.' end gs 'booty_call_sex', 'position_choose' end end end if $ARGS[0] = 'disable_condoms': if npc_bareback[$boy] = 0 and booty_call['condom'] = 0: act'We can stop using condoms': cla & *clr $npc_apt_bedroom[$boy] '"Hey," you smile. "We don''t need to use condoms anymore.' act'I trust you': cla & *clr $npc_apt_bedroom[$boy] '"Hey," you smile. "We don''t need to use condoms anymore. I trust you."' gs 'booty_call_condoms', 'npc_no_condom_react' end act'It''ll feel better': cla & *clr $npc_apt_bedroom[$boy] '"Hey," you smile. "We don''t need to use condoms anymore. I want even a millimeter of separation between us. I want to feel you inside me."' gs 'booty_call_condoms', 'npc_no_condom_react' end if birth_control['think_safe'] = 1 and npc_know_bc[$boy] = 0: if tabletkishot > 0: act'On the shot': npc_know_bc[$boy] = 1 npc_know_not_bc[$boy] = 0 booty_call['must_fuck'] = 1 cla & *clr $npc_apt_bedroom[$boy] '"Hey," you smile. "We don''t need to use condoms anymore. I''m on the shot."' gs 'booty_call_condoms', 'npc_no_condom_react' end elseif pillcon2 > 0: act'On the pill': npc_know_bc[$boy] = 1 npc_know_not_bc[$boy] = 0 booty_call['must_fuck'] = 1 cla & *clr $npc_apt_bedroom[$boy] if npc_know_bc_not_effective[$boy] = 1: '"Hey," you smile. "We don''t need to use condoms anymore. My birth control has finally kicked in."' else '"Hey," you smile. "We don''t need to use condoms anymore. I''m on the pill."' end npc_know_not_bc[$boy] = 0 npc_know_bc[$boy] = 1 npc_know_bc_not_effective[$boy] = 0 gs 'booty_call_condoms', 'npc_no_condom_react' end end elseif npc_know_bc[$boy] = 0: act'Lie about birth control': booty_call['must_fuck'] = 1 npc_know_bc[$boy] = 1 npc_know_not_bc[$boy] = 0 cla & *clr $npc_apt_bedroom[$boy] '"Hey," you smile. "We don''t need to use condoms anymore. I''m on birth control."' if npc_condom_conscious[$boy] = 2: '"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaches back for the condom. "Better to be safe."' 'Your jaw drops.' *nl 'Son of a bitch! Why is this guy so fucking careful?!' gs 'booty_call_condoms', 'npc_condom_use' else booty_call['no_condom'] = 1 npc_bareback[$boy] = 1 'Upon hearing your barefaced lie, <<$npc_firstname[$boy]>> stares back into your eyes filled with desire and your smile widens into a full blown grin.' end gs 'booty_call_sex', 'position_choose' end end end end end if $ARGS[0] = 'disable_condoms2': end if $ARGS[0] = 'temp_disable_condoms': if npc_bareback[$boy] = 0 and booty_call['condom'] = 0: act'Let''s skip the condom today': cla & *clr $npc_apt_bedroom[$boy] '"Let''s skip the condom today," you smile.' act'I trust you': cla & *clr $npc_apt_bedroom[$boy] '"Let''s skip the condom today," you smile. "I trust you."' gs 'booty_call_condoms', 'npc_temp_no_condom_react' end act'It''ll feel better': cla & *clr $npc_apt_bedroom[$boy] '"Let''s skip the condom today," you smile. "It''ll feel better without it."' gs 'booty_call_condoms', 'npc_temp_no_condom_react' end if mesec > 0: act'I''m on my period': cla & *clr $npc_apt_bedroom[$boy] '"Let''s skip the condom today," you smile. "I don''t think I can get pregnant on my period."' gs 'booty_call_condoms', 'npc_temp_no_condom_react' end elseif stat['safe_day'] = 1: act'It''s a safe day': booty_call['safe_day'] = 1 cla & *clr $npc_apt_bedroom[$boy] '"Let''s skip the condom," you smile. "It''s a safe day for me. I won''t get pregnant."' gs 'booty_call_condoms', 'npc_temp_no_condom_react' end elseif stat['probably_safe_day'] = 1: act'It''s probably safe day': booty_call['probably_safe_day'] = 1 cla & *clr $npc_apt_bedroom[$boy] '"Let''s skip the condom," you smile. "It should be a safe day for me. I won''t get pregnant."' !! if npc_childfree[$boy] = 1: !! gs 'booty_call_condoms', 'npc_hesitate_childfree' !! else *nl 'Probably... you think quietly to yourself.' gs 'booty_call_condoms', 'npc_temp_no_condom_react' !! end end end end end end if $ARGS[0] = 'npc_no_condom_react': if npc_condom_conscious[$boy] = 2 or (npc_condom_conscious[$boy] = 1 and (rand(npc_willpwr[$boy],100) - npc_rel[$boy]) < pcs_persuas): booty_call['condom'] = 1 booty_call['npc_condom_insist'] = 1 '"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaching back for the condom. "Better to be safe."' 'Your jaw drops.' *nl 'A free pass to go bareback forever and he doesn''t take it? What''s with him??' else booty_call['no_condom'] = 1 npc_bareback[$boy] = 1 '"This is going to feel so good," <<$npc_firstname[$boy]>> says and your smile widens into a full blown grin.' end gs 'booty_call_sex', 'position_choose' end if $ARGS[0] = 'npc_temp_no_condom_react': if npc_condom_conscious[$boy] = 2 or (npc_condom_conscious[$boy] = 1 and (rand(npc_willpwr[$boy],100) - npc_rel[$boy]) < pcs_persuas): booty_call['condom'] = 1 booty_call['npc_condom_insist'] = 1 '"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaching back for the condom. "Better to be safe."' 'Your jaw drops.' *nl 'A free pass to go bareback and he doesn''t take it? What''s with him??' else booty_call['no_condom'] = 1 '"This is going to feel so good," <<$npc_firstname[$boy]>> says and your smile widens into a full blown grin.' end gs 'booty_call_sex', 'position_choose' end if $ARGS[0] = 'npc_hesitate_childfree': '<<$npc_firstname[$boy]>> pauses.' '"What do you mean ''should'' be?" he asks.' end if $ARGS[0] = 'pc_dangerous_day': if stat['dangerous_day'] = 1 and birth_control['think_safe'] ! 1 and succubusflag ! 1 and booty_call['dangerous_day'] = 0 and booty_call['safe_day'] = 0: act'Today is a dangerous day': booty_call['danger_day'] = 1 cla & *clr $npc_apt_bedroom[$boy] if ovulate > 0: '"I''m ovulating right now," you warn <<$npc_firstname[$boy]>>. ' else '"I''m ovulating soon," you warn <<$npc_firstname[$boy]>>. ' end act'You can''t come inside me': cla & *clr $npc_apt_bedroom[$boy] if ovulate > 0: '"I''m ovulating right now," you warn <<$npc_firstname[$boy]>>. "You can''t come inside me, I''ll get pregnant."' else '"I''m ovulating soon," you warn <<$npc_firstname[$boy]>>. "If you come inside me now, I''ll get pregnant."' end if npc_condom_conscious[$boy] = 1: '"Maybe we should just use a condom," he says, eyeing his stash of rubbers.' act'Good idea': cla & *nl '"Good idea," you nod.' act'Ask to use his': cla & *clr $npc_apt_bedroom[$boy] if prezik > 0: '"Could we use yours?" you ask and he immediately reaches over to grab one.' else '"I don''t have any on me. Can we use yours?" you ask and he immediately reaches over to grab one.' '"You know, you don''t have to buy any if you want," he says. "I buy in bulk so I always have some on hand."' end gs 'booty_call_condoms', 'npc_condom_put_on' end gs 'booty_call_condoms', 'pc_condoms' end act'I trust you': cla & *clr npc_rel[$boy] += 1 $npc_apt_bedroom[$boy] '"No, it''s okay," you say, shaking your head and smiling. "I trust you."' if npc_childfree[$boy] = 1: 'He hesitates for a moment before shaking his head back at you.' '"No, better to be safe." He reaches for a condom anyways and you sigh deeply. "I really don''t want kids," he says, rolling it onto his cock.' gs 'booty_call_condoms', 'npc_condom_use_stats' gs 'booty_call_sex', 'position_choose' else booty_call['no_condom'] = 1 '"If you say so," he smiles back.' gs 'booty_call_sex', 'position_choose' end end else booty_call['no_condom'] = 1 gs 'booty_call_sex', 'position_choose' end end act'We need to use a condom': cla & *clr $npc_apt_bedroom[$boy] if ovulate > 0: '"I''m ovulating right now," you warn <<$npc_firstname[$boy]>>. "We need to use a condom."' else '"I''m ovulating soon," you warn <<$npc_firstname[$boy]>>. "If you come inside me now, I''ll get pregnant. We need to use a condom."' end if npc_condom_conscious[$boy] = 1: '"<<$npc_firstname[$boy]>> nods and immediately reaches for one from his stash.' gs 'booty_call_condoms', 'npc_condom_put_on' elseif npc_no_condoms[$boy] = 1 and npc_childfree[$boy] = 1: '"Ugh fine..." he sighs. "But I don''t have any. We need to use yours."' if prezik = 0: '"I don''t have any..." you say reluctantly. "I thought you would."' if npc_no_condoms_know[$boy] = 1: '"I can''t imagine why you''d think that," he replies dryly. "You know I don''t use them."' else npc_no_condoms_know[$boy] = 1 '"Well I don''t," he replies dryly. "I don''t use them."' end gs'booty_call_after', 'no_condom_end' gs'booty_call_sex', 'no_sex_only' else gs 'booty_call_condoms', 'pc_condoms' end elseif npc_no_condoms[$boy] = 1: '"Come on, do we really have to? I promise I won''t come inside."' gs 'booty_call_condoms', 'npc_promise_wont_creampie' else '"Okay," <<$npc_firstname[$boy]>> nods.' act'Ask to use his': cla & *clr $npc_apt_bedroom[$boy] if prezik > 0: '"Could we use yours?" you ask and he immediately reaches over to grab one.' else '"I don''t have any on me. Can we use yours?" you ask and he immediately reaches over to grab one.' '"You know, you don''t have to buy any if you want," he says. "I buy in bulk so I always have some on hand."' end gs 'booty_call_condoms', 'npc_condom_put_on' end gs 'booty_call_condoms', 'pc_condoms' end end end end end if $ARGS[0] = 'pc_safe_day': if stat['safe_day'] = 1 or stat['probably_safe_day'] = 1 and birth_control['think_safe'] ! 1 and succubusflag ! 1 and booty_call['danger_day'] = 0 and booty_call['safe_day'] = 0 and booty_call['condom'] = 0: if mesec > 0: $booty_call['safe_day_act'] = 'I''m on my period' $booty_call['safe_day_desc1'] = 'I''m on my period' $booty_call['safe_day_creampie_desc'] = 'So you can come inside me today. I don''t think I can get pregnant on my period' $booty_call['safe_day_no_condom_desc'] = 'So we don''t need a condom. I don''t think I can get pregnant on my period' elseif stat['safe_day'] = 1: $booty_call['safe_day_act'] = 'Today is a safe day' $booty_call['safe_day_desc1'] = 'It''s a safe day' $booty_call['safe_day_creampie_desc'] = 'You can come inside me today' $booty_call['safe_day_no_condom_desc'] = 'We can skip the condom today' elseif stat['probably_safe_day'] = 1: $booty_call['safe_day_act'] = 'I''m probably safe today' $booty_call['safe_day_desc1'] = 'It should be a safe day for me' $booty_call['safe_day_creampie_desc'] = 'I think it''ll be okay if you want to come inside me' $booty_call['safe_day_no_condom_desc'] = 'We can skip the condom today' end if npc_bareback[$boy] = 1: act'You can come inside me': cla & *clr $npc_apt_bedroom[$boy] if mesec > 0: '"You can come inside me today," you smile at <<$npc_firstname[$boy]>>. "I don''t think I can get pregnant on my period."' else if stat['safe_day'] = 1:booty_call['safe_day'] = 1 if stat['probably_safe_day'] = 1:booty_call['probably_safe_day'] = 1 '"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "<<$booty_call[''safe_day_creampie_desc'']>>."' end !! if stat['probably_safe_day'] = 1 and npc_childfree[$boy] = 1: !! gs 'booty_call_condoms', 'npc_hesitate_childfree' if $npc_cum_pref[$boy] = 'creampie': '"I''m going to pump you full of so many creampies," he whispers, making you giggle.' else '"Good to know," he smiles back.' end gs 'booty_call_sex', 'position_choose' end else act'<<$booty_call[''safe_day_act'']>>': booty_call['safe_day'] = 1 booty_call['no_condom'] = 1 cla & *clr $npc_apt_bedroom[$boy] '"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>.' act'You can come inside me': cla & *clr $npc_apt_bedroom[$boy] '"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "<<$booty_call[''safe_day_creampie_desc'']>>."' !! if stat['probably_safe_day'] = 1 and npc_childfree[$boy] = 1: !! gs 'booty_call_condoms', 'npc_hesitate_childfree' if $npc_cum_pref[$boy] = 'creampie': '"I''m going to pump you full of so many creampies," he whispers, making you giggle.' else '"Good to know," he smiles back.' end gs 'booty_call_sex', 'position_choose' end if npc_bareback[$boy] ! 1: act'We can skip the condom': cla & *clr $npc_apt_bedroom[$boy] '"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "<<$booty_call[''safe_day_no_condom_desc'']>>."' if $npc_cum_pref[$boy] = 'creampie': '"I''m going to pump you full of so many creampies," he whispers.' act'I didn''t say that (annoyed)': cla & *nl '"I didn''t say you could do that," you frown back.' gs 'booty_call_sex', 'position_choose' end act'I didn''t say that (amused)': cla & *nl '"That''s not what I said," you giggle.' '"It''s what I heard," he grins back.' gs 'booty_call_sex', 'position_choose' end elseif npc_no_condoms[$boy] = 1: '"Finally," <<$npc_firstname[$boy]>> says. "I''m sick of using that rubber shit."' gs 'booty_call_sex', 'position_choose' else '"Good to know," he smiles back.' gs 'booty_call_sex', 'position_choose' end end end if booty_call['virgin'] = 1: act'I don''t want my first time with a condom': cla & *clr $npc_apt_bedroom[$boy] '"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "Besides, I don''t want my first time to be with a condom."' if npc_no_condoms[$boy] = 1: npc_no_condoms_know[$boy] = 1 '"I never use condoms anyways," he grins.' else '"It''ll feel better," he nods back.' end gs 'booty_call_sex', 'position_choose' end end end end end end --- booty_call_condoms ---------------------------------