Can there be a reason why OnConversationLine(Subtitle subtitle) and OnConversationLineEnd(Subtitle subtitle) functions are called on my actor game object, while OnConversationStart(Transform actor) or OnConversationEnd(Transform actor) are not?
Thank you!
OnConversationLine() is called while OnConversationEnd() is ignored
-
- Posts: 23
- Joined: Sun Nov 29, 2020 8:50 pm
-
- Posts: 23
- Joined: Sun Nov 29, 2020 8:50 pm
Re: OnConversationLine() is called while OnConversationEnd() is ignored
Seems to be my mistake, sorry. I made a new project where it worked fine and then copied it into the current project, and it started working somehow.
Re: OnConversationLine() is called while OnConversationEnd() is ignored
No worries; glad it's working.