Page 1 of 1

I Have question about Node Link List

Posted: Sun Oct 20, 2024 11:58 am
by Saper
Hi Tony

I want to ask about link list, is there posibility to choose next node by the link number?
Nodes Dialogue system.png
Nodes Dialogue system.png (14.78 KiB) Viewed 31 times
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

Re: I Have question about Node Link List

Posted: Sun Oct 20, 2024 1:42 pm
by Tony Li
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.