I have an issue with the order at which the sequencer commands fire. Take a look at this example where I marked the order, which is incorrect.
As you can see, after the NPC reveals their name (which is just a simplified scenario I'm testing with), I would expect the player to get the option to respond using the newly learned name. However, the condition for these two options are checked BEFORE the RevealMyName sequence fires on the NPC so the condition evaluation returns false. When I respond with the bottom option and check the condition again, now finally the correct answer is available.
I'm confused why it's so out of order. I'm also struggling with a very similar issue that
Code: Select all
DialogueManager.currentConversationState.subtitle.speakerInfo