How do I get a "message" when the line is dismissed?
I am currently using Typed "message" which send "message" when the typing is done.
Code: Select all
StartTalkAnimation();
required StopTalkAnimation()@Message(Typed);
I am trying to rather have the character talk until player goes to the next line.
Ideally, something like below is what I am looking for:
(Getting a "message" when the line is done and right before it goes to the next line)
Code: Select all
StartTalkAnimation();
required StopTalkAnimation()@Message(LineFinished);
https://www.pixelcrushers.com/dialogue_ ... ndMessages