Hi, im trying to add dialogues to my game, using dialogic, everything works fine up until the point i want to add bubble styles . I get this error message: Invalid call. Nonexistent function ‘register_character’ in base ‘CanvasLayer (default_layout_base.gd)’.
I don’t see register_character() in the godot docs or source code, is this a function that you wrote? If not, is there a call to register_character() in your code somewhere?
Well, im using a plugin, Dialogic and i assumed that the register_character function is defined in there. i might be wrong here since im really new to godot