Lightfoot8 wrote...
I assume you are asking why the conversation nodes often have to be placed in reverse order to the way you want them displayed.
It has to do with the way the scripts check the node to be displayed. the conversation checks the nodes in order and displays the first one that the starting condition evaluates to true on. This means it is simpler to have the nodes in reverse order with the last node always evaluating out to true and always displayed if nothing has happened. You can write it in order It just makes the scripts for what to display having to be written a little different and at times more complex.
Bingo! Thank you. Lol..your post was two minutes after my previous reply to this one. I understand the reasoning now. I was just curious as to how and why it worked that way.