- Apr 20, 2018
- 829
- 917
Just started playing this AVN yesterday I'm enjoying it so far however Cosy Creator I found a bug in the character screen:
On Hannah's page it shows the info of her being in an arranged marriage many days before Alison tells you about it, now looking at the code
text "An indecisive girl. She's friends with the people bullying Lucy, but seems nice enough when they're not around." size 32
if persistent.characters_akatsuki_note1 == True:
text "Hannah is in some kind of 'arranged marriage' with Brian. The headmistress wants you to break it." size 32
else:
text "{i}**Locked.**{/i}" color ("#9e9e9e") size 32
It does it when you win Akatsuki in the cooking competition so I changed Akatsuki to Hannah in the code for example
if persistent.characters_hannah_note1 == True:
text "Hannah is in some kind of 'arranged marriage' with Brian. The headmistress wants you to break it."
Deleted my persistant file and skipped back to the bit Alison tells you and it works, it does not show up in Hannah's page before then.
On Hannah's page it shows the info of her being in an arranged marriage many days before Alison tells you about it, now looking at the code
text "An indecisive girl. She's friends with the people bullying Lucy, but seems nice enough when they're not around." size 32
if persistent.characters_akatsuki_note1 == True:
text "Hannah is in some kind of 'arranged marriage' with Brian. The headmistress wants you to break it." size 32
else:
text "{i}**Locked.**{/i}" color ("#9e9e9e") size 32
It does it when you win Akatsuki in the cooking competition so I changed Akatsuki to Hannah in the code for example
if persistent.characters_hannah_note1 == True:
text "Hannah is in some kind of 'arranged marriage' with Brian. The headmistress wants you to break it."
Deleted my persistant file and skipped back to the bit Alison tells you and it works, it does not show up in Hannah's page before then.