Replies: 2 comments
-
You could just use something like |
Beta Was this translation helpful? Give feedback.
0 replies
-
What kind of code checks what tags are on a line? Can you do scripting from inside the dialogue manager to swap things? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the awesome work you have done!
I need to match different dialogue images for the same character. Is there any good way to mark the image corresponding to this sentence in the dialogue file?
I noticed that there is a variable called "tags" in the "DialogueLine" class. Is it possible to set this variable in the dialog to distinguish the illustrations?
ps: I had imagined writing the speaker as "speaker:Happy" in this form, and then dismantling and parsing the string, but I would like to know if you have a more recommended approach.
Beta Was this translation helpful? Give feedback.
All reactions