From 420ed93ee29329c04a1aeee463cdf4423fdd7c90 Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 11 Oct 2024 18:48:01 -0500 Subject: [PATCH] Fix conditional dialogue to play properly while using the chapter select. Fix chapter 7's conditional dialogue to only play while on an ending 4 run --- game/script/7.concert-day.rpy | 8 ++++---- game/script/8.anon-and-fang-study-together.rpy | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/game/script/7.concert-day.rpy b/game/script/7.concert-day.rpy index a974a75..f602ca0 100644 --- a/game/script/7.concert-day.rpy +++ b/game/script/7.concert-day.rpy @@ -265,19 +265,19 @@ label chapter_7: #Decided to take the unholy if/else approach to this, if there is a better, cleaner, or faster way to do it then do point me to it. #Values here were decided by writers, not me - if anonscore >= 3 and fangscore >= 4: + if (anonscore >= 3 and fangscore >= 4) or ending_route_number == 4: #>>golden St "Upright Strength." St "OH! {w=.3} I don’t think you need to worry about what’s to come, Anon." - elif anonscore >= 3 and fangscore <= 3: + elif (anonscore >= 3 and fangscore <= 3) or ending_route_number == 3: #>>tradwife St "Inverted Hierophant." St "You need to be wary of your words and actions, Anon." - elif anonscore <= 3 and fangscore >= 3: + elif (anonscore <= 3 and fangscore >= 3) or ending_route_number == 2: #>>doomer St "Inverted Hermit." St "Anon, if you ever feel lonely you can come to me." - elif anonscore <= 2 and fangscore <= 2: + elif (anonscore <= 2 and fangscore <= 2) or ending_route_number == 1: #>>shooter St "Oh my, {w=.3} inverted Empress." St "You need to be wary about future negligence, Anon." diff --git a/game/script/8.anon-and-fang-study-together.rpy b/game/script/8.anon-and-fang-study-together.rpy index d10bee6..c6f8cfe 100644 --- a/game/script/8.anon-and-fang-study-together.rpy +++ b/game/script/8.anon-and-fang-study-together.rpy @@ -1525,7 +1525,7 @@ label chapter_8: "{cps=*.1}...{/cps}" - if anonscore >= 3 or fangscore >= 3: + if (anonscore >= 4 and fangscore >= 4) or ending_route_number == 4: pause 0.5 play music 'audio/OST/its_footloose_now.ogg' fadein 1.0