Meushi
Well-Known Member
- Aug 4, 2017
- 1,146
- 12,799
- 672
Appears that the existing code when choosing Brandy as prom queen is borked if the MC is in a triangle with Lizzie & Vanessa, causing it to cascade down to the Nichole scene, rather than the Brandy dance you get when only cheating with Lizzie:I guess, Brandy ending may still be bugged there since I was not aware of the problem.
You don't have permission to view the spoiler content.
Log in or register now.
Code:
brian curious "What is it?"
if e11_fuckLizzie == True or e11_threesomeLV == True:
Edit:
There's also a bug in the Dianna/Rene ballroom scene (label e11c15). If you stopped blackmailing Dianna in ep 9 (e9_diannaApproach = 3 or 4) then the code skips straight to the hotel room without talking to her about it.
Code:
# if e9_diannaApproach == 3 and e9_diannaApproach == 4:
if e9_diannaApproach == 3 or e9_diannaApproach == 4:
Last edited: