speakerInfo.nameInDatabase returning display name?
Posted: Fri Aug 19, 2022 2:10 pm
Hello! I'm using a custom script to modifiy the color of some UI during dialogue (The background of the title of the name of the character)
I'm using:
to get some custom data from the actor, but logging this value, it seems that this always returning the "Display Name" of the character, and not the "Name" value from the database! Is this expected, and if not, is there a way to fix this?
This seems to happens when "Use Display Name" is checked, but Im not sure!
Thanks!
I'm using:
Code: Select all
subtitle.speakerInfo.nameInDatabase
to get some custom data from the actor, but logging this value, it seems that this always returning the "Display Name" of the character, and not the "Name" value from the database! Is this expected, and if not, is there a way to fix this?
This seems to happens when "Use Display Name" is checked, but Im not sure!
Thanks!