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
The quest is assigned via LUA in a DS dialogue.
The quest instance assigned to the player goes instantly to successful
I can see that each node appears to be assigned Success, one after the other in the console. Here's the final entry.
However nothing in my dialogues sets any of the node states.
Any ideas?
Olly
Help with quest going instantly to successful
Re: Help with quest going instantly to successful
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?
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
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
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
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.