Add setup_ending. Endings are now determined and setup the moment branching is required.
This commit is contained in:
@ -24,4 +24,5 @@ default chapter_list_index = 0 # Index number for the current position of the ch
|
||||
default current_chapter = chapter_list[chapter_list_index] # Store the name of the label as a string
|
||||
|
||||
# What ending we're on
|
||||
default ending_route_number = None # A value of None signals to get_ending() to determine the value based off anon/fang scores when it is called
|
||||
default ending_route_number = None # A value of None signals to get_ending() to determine the value based off anon/fang scores when it is called
|
||||
default ending_chapters_determined = False
|
Reference in New Issue
Block a user