Register_character function not found

Godot Version

4.2.2

Question

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)’.

anyone knows how to fix the issue

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

Hi! I had to mark as default the custom style I created and then the error disappeared!

2 Likes