renpy demands a "start" label

This commit is contained in:
tick bumley 2021-06-18 13:17:21 -05:00
parent 99a458cf40
commit f143bc1eda
2 changed files with 6 additions and 5 deletions

View File

@ -348,4 +348,9 @@ transform rleft:
transform rright:
xalign 1.7 yalign 0.1
call storyline
label start:
$ fangscore = 0
$ anonscore = 0
$ tradwife = False
pause 1.0
call storyline

View File

@ -1,8 +1,4 @@
label storyline:
$ fangscore = 0
$ anonscore = 0
$ tradwife = False
pause 1.0
call chapter_1
call chapter_2
call chapter_3