renpy does not like dots in labels pt.2 - fixed labels and jumps

yay
This commit is contained in:
2021-06-12 22:29:29 -05:00
parent 535298892b
commit cdec7f5ddd
28 changed files with 54 additions and 54 deletions

View File

@ -1,4 +1,4 @@
label chapter_8.50:
label chapter_11:
scene room anon day
show fang neutral at sleft
@ -3212,16 +3212,16 @@ F "Anon, remind me, whats a quark again?"
#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
jump chapter_11D
elif anonscore >= 3 and fangscore <=4:
jump chapter_8.50C
jump chapter_11C
elif anonscore <= 3 and fangscore >=3:
jump chapter_8.50B
jump chapter_11B
elif anonscore <= 2 and fangscore <= 2:
jump chapter_8.50A
jump chapter_11A
else:
#>>ERROR HANDLING OH SWEET BABY JESUS SHIT HIT THE FAN