diff --git a/game/script/8.50.school-assignment.rpy b/game/script/8.50.school-assignment.rpy index 9331283..8473a1e 100644 --- a/game/script/8.50.school-assignment.rpy +++ b/game/script/8.50.school-assignment.rpy @@ -3208,3 +3208,45 @@ F "Anon, remind me, what’s a quark again?" "..." +#Ending Deciding +#11 to ending is all a big if statement, just smooth sailing and Copy/Paste from here. + +if anonscore >= 4 and fangscore >= 4: + jump chapter_8.50D + +elif anonscore >= 3 and fangscore <=4: + jump chapter_8.50C + +elif anonscore <= 3 and fangscore >=3: + jump chapter_8.50B + +elif anonscore <= 2 and fangscore <= 2: + jump chapter_8.50A + +else: +#>>ERROR HANDLING OH SWEET BABY JESUS SHIT HIT THE FAN + St "FUCK FUCK FUCK FUCK" + A "What?" + St "Some dipshit developer made broken code and this is the error handling message..." + A "What?" + St "Basically the if/else statement that handles this shit has failed at catching the score, and someone fucked up." + A "Shit... what does that mean?" + St "Well... the games broken and will end soon" + A "Does this mean that the 3 fucks speedrunning have an easy way to beat the game?" + St "Yes, but you have to have something wrong with you to speedrun a visual novel beta" + "/dev/non" "well shit. Please do report this bug and all the choices you made that lead to this point. Something fucked up real bad" + jump ending +#just liek maek gaem + +label ending: +play music "audio/OST/Dino Destiny Reader.ogg" +scene credits at Pan((0, 0),(0, 7400), 61) with fade +pause 1200 +scene black with fade +stop music fadeout 3.0 +pause 5 +if tradwife: + scene c10 with fade + pause 20 +return +