Execute event after ConversationEnded in only one branch
Posted: Tue Mar 03, 2020 4:10 am
Hello everyone,
I'm currently trying to execute a method in a script after the conversation ended. However, the catch is that only one Outcome of the conversation should cause the execution.
Currently, the solution attempt is to use OnExecute() in the Events inspector field in the dialogue window at the last sequence of the conversation. However, the method is executed WHILE the sequence is active, not after the conversation.
Adding an empty sequence also doesn't work because it waits for the user click.
Did anyone have the same Problem and solve it?
I'm currently trying to execute a method in a script after the conversation ended. However, the catch is that only one Outcome of the conversation should cause the execution.
Currently, the solution attempt is to use OnExecute() in the Events inspector field in the dialogue window at the last sequence of the conversation. However, the method is executed WHILE the sequence is active, not after the conversation.
Adding an empty sequence also doesn't work because it waits for the user click.
Did anyone have the same Problem and solve it?