Hello! While working on a project, I noticed I was unable to mix normal text and textTableLine.
-- Example
~textTableLine Scripts/test.csv 2
-"Test dialogue. Does not display."
In the above example, the "Test dialogue" should be appended to the table line. Instead, it simply doesn't load. This causes a problem when using NVL style dialogue, where the format would usually be
"CharacterName
-textTableLineCont Scripts/test.csv
I was able to fix this by adding a table dedicated to character names, and loading those in lieu of writing them out. However, this makes the script very difficult to read when double checking things, as it then as entirely comprised of textTableLineCont statements. I think there's a few use cases where being able to load table translations and use regular text at the same time could be helpful, so I'm bringing it to your attention ^^
Hello! While working on a project, I noticed I was unable to mix normal text and textTableLine.
In the above example, the "Test dialogue" should be appended to the table line. Instead, it simply doesn't load. This causes a problem when using NVL style dialogue, where the format would usually be
I was able to fix this by adding a table dedicated to character names, and loading those in lieu of writing them out. However, this makes the script very difficult to read when double checking things, as it then as entirely comprised of textTableLineCont statements. I think there's a few use cases where being able to load table translations and use regular text at the same time could be helpful, so I'm bringing it to your attention ^^