I Don't know if it's a bug or not but when madeamovebailey04 = True, some variables are not set
Code:
label a2c2h1baileymain_1:
scene a2c2h_048 with dissolve
b "Haaah~ Haaah~ [povname]?"
scene a2c2h_049 with dissolve
pov "Y~Yeah?"
scene a2c2h_050 with dissolve
b "Y~You can put it in, you know..."
scene a2c2h_047 with dissolve
b "I think I'm~ Haah~ Ready~?"
if madeamovebailey04 == True:
scene a2c2h_054 with dissolve
n "You pressed your cock against her labia, and proceeded to slowly insert the tip inside her."
scene a2c2h_055 with dissolve
n "Bailey tried her hardest to muffle her moans, but to no avail."
n "Her insides were warm, and the walls of her pussy gripped against you tightly."
scene a2c2h_056 with dissolve
n "Yet interestingly enough, sliding in her wasn't a problem at all."
pov "Fuck~ Bailey, are you okay?"
scene a2c2h_057 with dissolve
b "*Giggle* Y~Yeah... Although it kinda hurts a little?"
jump a2c2h1baileymain_2
This Jump command jumps directly to the sex scene without setting the following 2 variables :
a2c2baileysex = True
BaileyVirgin = False
Also, in the following code
Code:
menu:
"Fuck her.":
$ a2c2baileysex = True
if madeamovebailey04 == True:
jump a2c2h1baileymain_2
else:
scene a2c2h_054 with dissolve
n "You pushed Bailey off and pressed your cock against her labia, proceeding to slowly insert the tip of your cock inside her."
scene a2c2h_055 with dissolve
n "Bailey tried her hardest to muffle her moans, but to no avail."
n "Her insides were warm, and the walls of her pussy gripped against you tightly."
scene a2c2h_056 with dissolve
n "Yet interestingly enough, sliding in her wasn't a problem at all."
pov "Fuck~ Bailey, are you okay?"
scene a2c2h_057 with dissolve
b "*Giggle* Y~Yeah... Although it kinda hurts a little?"
$ BaileyVirgin = False
jump a2c2h1baileymain_2
'if madeamovebailey04 == True' shouldn't exist because if madeamovebailey04 = True the game will not reach to this menu.