I Have question about Node Link List

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Saper
Posts: 52
Joined: Tue Jan 12, 2021 11:25 am

I Have question about Node Link List

Post 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 30 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
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: I Have question about Node Link List

Post 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.
Post Reply