Is it dangerous to have multiple fields with the same title
Posted: Fri Sep 01, 2023 2:06 pm
I want to add a basic "array" of strings to actors, and I'm not too fond of parsing a JSON string every time I want to access it, nor do I want to spend too long writing editor code.
I thought about simply having fields with the same name, and a helper function to gather them in an array when needed.
Like this:
Short question, would that break anything? The dialogue editor doesn't seem to mind.
I thought about simply having fields with the same name, and a helper function to gather them in an array when needed.
Like this:
Short question, would that break anything? The dialogue editor doesn't seem to mind.