LegendaryExplorer
LegendaryExplorer copied to clipboard
ConditionalParam not parsed by ConversationExtended
Please fill out the following form in its entirety.
The more information you provide, the easier it will be for us to reproduce the issue.
Describe the bug
ParseSingleLine of ConversationExtended doesn't parse the ConditionalParam.
To Reproduce Load a conversation via code into a ConversationExtended, then check the conditional params of the created DialogueNodeExtendeds and you'll see that the ConditionalParam is 0 for all of them.
Version information: 6.3 DEBUG 18-Apr-2024
Other information Fixing it is just a matter of adding the parsing of it, and adding an extra parameter to DialogueNodeExtended, but I also don't know if this is intended behavior or this was done for some reasons I don't know about.