dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.42k stars 206 forks source link

History shows variable names instead of values. #2127

Closed godofgrunts closed 2 months ago

godofgrunts commented 2 months ago

The problem

Describe the bug When using variables for character's names, the history function will show the variable instead of the name for the character saying the dialogue. It functions as intended for the speech part.

To Reproduce Steps to reproduce the behavior: 1) Create a variable that you'll use for your character's name. I have done a folder called mc and a variable under it called name image 2) Do some simple dialogue that uses {mc.name} and look at the history image 3) See that {mc.name} is used in the character's name slot, but Bob is correctly used in the speech slot.

Expected behavior The History should return the value of the variable instead of the variable.

Screenshots See above

System (please complete the following information):