Page 1 of 1

The on convention line in the Dialog System Event

Posted: Fri Jan 05, 2024 9:11 am
by namfromvietnam
The On convention line Event in the Dialog System Event , the system calls the function twice at the same time in the first dialogue line. I think it should only be called once. Is there any other way or any alternative?

Sorry if my english is not good.

Re: The on convention line in the Dialog System Event

Posted: Fri Jan 05, 2024 9:46 am
by Tony Li
Hi,

OnConversationLine will be called for the <START> node. By the time "Be here" appears in the UI, you should see two messages in the Console: one for <START>, another for "Be here".