Hey, I was wondering if you could somehow "link" dialog options together. Like when the you ask the npc a question, can you make it so that when the npc has answered the question. You can return to the main question options.
Example:
Who are you?
I am some person.
I have more questions.(return to who are you)
I'm just seeing whether there is a way that I do not have to retype the questions every single time. It get's difficult with more complex dialog. Anyhelp would be appreciated.
Using DLG Editor, write the dialog how you'd like it, right-click the node you want to copy, select copy node and then right-click on the node that you'd like to have the same options and click on past node as copy.
You will only see the first node but don't worry all the others coming from it will be used, it'll say something like
Node I Copied
Hope this helps
--Stream
Hmm, I will try that.
EDIT: YAY! It worked! Thanks dude!