Hi Tony
I want to ask about link list, is there posibility to choose next node by the link number?
For example in Node 1 i will do something to tell dialogue system to go to Node 4 via link 3
Or in Node 1 It will check var and it will choose the link number equel to var
For example var = 2, Node 1 will check var and choose Link 2 because of that
I Have question about Node Link List
Re: I Have question about Node Link List
Hi,
Normally you'll set dialogue entry nodes' Conditions and let the conversation decide which node to follow based on their Conditions. I recommend doing this if possible.
However, if you must break the way the Dialogue System handles conversations and manually change to a specific dialogue entry node by ID, see the example code in this post.
Normally you'll set dialogue entry nodes' Conditions and let the conversation decide which node to follow based on their Conditions. I recommend doing this if possible.
However, if you must break the way the Dialogue System handles conversations and manually change to a specific dialogue entry node by ID, see the example code in this post.