You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @merpheus-dev, hope you are doing well. Sorry to spam your issues, but I just have a quick question. What is the best place, in your mind, to put the character's name? Should that just be another variable on the dialogue node data as well? Just wondering if you'd considered it. Thanks!
The text was updated successfully, but these errors were encountered:
I just made a string variable with the character's name in the DialogueParser.cs script. From there I had it update in the lil dialogue box I made using Unity's UI system. I attached the script to the NPC so it would update and play the proper dialogue in case there is more than one character in a scene.
If you're using one narrative file for like multiple people talking though then I'd recommend making it a part of the dialogue node :)
Hey @merpheus-dev, hope you are doing well. Sorry to spam your issues, but I just have a quick question. What is the best place, in your mind, to put the character's name? Should that just be another variable on the dialogue node data as well? Just wondering if you'd considered it. Thanks!
The text was updated successfully, but these errors were encountered: