diff --git a/game/scripts/utility/editor.rpy b/game/scripts/utility/editor.rpy index e072d16a..da424a59 100644 --- a/game/scripts/utility/editor.rpy +++ b/game/scripts/utility/editor.rpy @@ -422,9 +422,9 @@ init python: if not hasattr(store, "e"): global e e = Editor() - e.expressions = e.define_expressions() - #config.all_character_callbacks.append(e.catch) # This is more efficient. - config.start_interact_callbacks.append(e.catch) # This allows to catch more statements and reset them if node types don't match. + e.expressions = e.define_expressions() + #config.all_character_callbacks.append(e.catch) # This is more efficient. + config.start_interact_callbacks.append(e.catch) # This allows to catch more statements and reset them if node types don't match. if renpy.get_screen("editor", layer="interface"): e.active = False