Thanks, but I’ve implemented something like that already.
And you really should fix the crash on L106 in Plugins\DialogueSystem\Source\DialogueSystem\Private\BTTask_ShowPhrases.cpp
I inserted this after L105 and that prevents those crashes.
if (ShowingNumPhrase > PhrasesCount) {
ShowingNumPhrase = PhrasesCount;
}
But maybe there’s a better way.
Have you thought about putting your code on github btw?