monksims
Active Member
- Mar 17, 2019
- 581
- 620
- 281
Bug: The if corruption_points_gianna == 4: block (in label day2) that has
g "So, you actually showed your friends pictures of me?" doesn't show up because corruption points are at 20 if MC told about the milf game. Change the if line to else: so it links up to the previous if statement of if corruption_points_gianna == 2: instead of having two separate if statements comparing the same variable. Keep the indentation. I guess the choice added 4 to Gianna's corruption in the past but it was pumped to 20 but nobody noticed that dialogue didn't show up. I wonder what else could be weird after having too many corruption points.
If you are unfamiliar with conditions, read about them at
g "So, you actually showed your friends pictures of me?" doesn't show up because corruption points are at 20 if MC told about the milf game. Change the if line to else: so it links up to the previous if statement of if corruption_points_gianna == 2: instead of having two separate if statements comparing the same variable. Keep the indentation. I guess the choice added 4 to Gianna's corruption in the past but it was pumped to 20 but nobody noticed that dialogue didn't show up. I wonder what else could be weird after having too many corruption points.
If you are unfamiliar with conditions, read about them at
You must be registered to see the links
.