Page 1 of 1

Help with quest going instantly to successful

Posted: Wed Nov 11, 2020 3:39 pm
by Ollymuk
Hi

I have a quest which is assigned to the player, but which goes instantly to successful, skipping all the node states.

This is the quest
2020-11-11 20_33_35-OllyDesktop.png
2020-11-11 20_33_35-OllyDesktop.png (129.23 KiB) Viewed 646 times
The quest is assigned via LUA in a DS dialogue.
2020-11-11 20_33_56-OllyDesktop.png
2020-11-11 20_33_56-OllyDesktop.png (23.73 KiB) Viewed 646 times
The quest instance assigned to the player goes instantly to successful
2020-11-11 20_34_43-OllyDesktop.png
2020-11-11 20_34_43-OllyDesktop.png (131.46 KiB) Viewed 646 times
I can see that each node appears to be assigned Success, one after the other in the console. Here's the final entry.
2020-11-11 20_35_18-OllyDesktop.png
2020-11-11 20_35_18-OllyDesktop.png (105.22 KiB) Viewed 646 times
However nothing in my dialogues sets any of the node states.

Any ideas?

Olly

Re: Help with quest going instantly to successful

Posted: Wed Nov 11, 2020 4:19 pm
by Tony Li
Hi,

Are What and Return passthrough nodes or condition nodes?

If they're passthrough nodes, whenever they go active, they immediately go true/successful.

If they're condition nodes, what conditions do they have?

Re: Help with quest going instantly to successful

Posted: Thu Nov 12, 2020 8:59 am
by Ollymuk
Hi Tony

Damn it! I was so sure that I'd checked everything. Sorry about that. You were right, they were passthrough nodes. I've changed them to condition nodes without any condition assigned and it works as I expected.

It might be good if the different nodes were differentiated somehow. Perhaps by colour, or even just with "Passthrough" being written under the node title in the node inspector panel. That might have prevented me from bothering you, perhaps :)

Re: Help with quest going instantly to successful

Posted: Thu Nov 12, 2020 9:53 am
by Tony Li
Excellent suggestion. Sorry about the confusing UI. In the next update, I'll make a visual distinction between passthrough nodes and condition nodes, maybe a down-arrow icon on passthrough nodes and a question mark icon on condition nodes.