Page 1 of 1

Conversation wont repeat

Posted: Fri Jun 02, 2023 8:40 am
by shortestyard57
I am having trouble getting conversations to play again after the first interaction. I am integrating with ORK Framework and have both ORK and Makinom bridges on my Dialogue Manager. I am starting the conversation via ORK interaction machine and schematics using Start Conversation Node. Is there a setting somewhere in the manager to allow conversations to repeat?

Re: Conversation wont repeat

Posted: Fri Jun 02, 2023 9:04 am
by Tony Li
Hi,

Are there any errors or warnings in the Console window? Perhaps something like:

Dialogue System: Not starting conversation '...'. Another conversation is already active.

If so, make sure the first conversation has fully ended.

If that's not the issue, are you using Conditions to go down different branches of the conversation tree? If so, maybe none of the Conditions are currently true, similarly to how it might work in: How To: Run a Conversation Only Once

Re: Conversation wont repeat

Posted: Fri Jun 02, 2023 4:52 pm
by shortestyard57
I think I narrowed the interaction repeatability issue to an ORK HUD schematic node, I am addressing that with them.