Hi I am currently trying to make a hyper-narrative visual novel game using dialogic. The character's default name is Mika, and the game is supposed to allow the player to name their kid. I wanted to ask how can I do that, and let the game refer to the child as that name throughout the game, because all I have is the text input for the name and don't know where to go from there
We also have a section where the player gets to choose if they want to be referred to as mom or dad through choices, and again the same problem, I'm not sure how to make the child (mika) call the player by the title they chose.
I'm extremely new to godot and dialogic and still trying to understand how to use the variables and what not.