forked from Cavemanon/SnootGame
renpy does not like dots in labels pt.2 - fixed labels and jumps
yay
This commit is contained in:
@ -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, what’s 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
|
||||
|
Reference in New Issue
Block a user