fates are decided and also given their own file
This commit is contained in:
parent
9f4f3dde6b
commit
c6baa7d575
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user