Pr0GamerJohnny
Devoted Member
- Sep 7, 2022
- 8,955
- 14,153
- 812
I just started playing it. I noticed some bugs (apart from the broken English). One example below.
This condition is useless because there can never be confidence > 2, as it was reset just before. That dialogue can never happen.Python:# line 2306 if confidence >=3: $ confidence = 2 # ... then after a few lines without any other choice, line 2362 "Stop being a bitch about this.": if confidence <= 2: e "I really shouldn't say this to her right now." jump bitch_slap
If I look for that reset I see it happens also in various following choices, I haven't checked if then they make some conditions impossible as well. Or if it's the developer that wants to keep confidence very low as a trill. But this on line 2362 is totally a bug.
I see it's abandoned but you'll never know. Also, if you play it, setconfidence = 3after the line "We've both been teased all evening." to make that choice available.
I can promise you that's not the only place in the script that does that