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_2.0:
label chapter_3:
#Band Practice
#label StartOfChap3: commented out 6/12/21 - confuses with new file consistency + in line with og script
@@ -762,4 +762,4 @@ if persistent.lewd == True:
"Fuck."
"..."
jump chapter_3.0
jump chapter_4