Yarn2: "->Message" does not work

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
kko828
Posts: 17
Joined: Sun Nov 05, 2023 1:59 am

Yarn2: "->Message" does not work

Post by kko828 »

Hi, thank you always for your continuous support.

I've tried to use the Sequence Command with "->Message()" in my .yarn file, but it doesn't seem to be parsed correctly.

Here's my Yarn code:

Code: Select all

<<seq AudioWait(whisper)->Message(AllDone);>>
it parsed as:
Screenshot 2023-12-03 190732.png
Screenshot 2023-12-03 190732.png (6.35 KiB) Viewed 16372 times
Can you check it for me please?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Yarn2: "->Message" does not work

Post by Tony Li »

Hi,

I'll try to post a patch here as soon as I can. (It may take a couple of days.)
kko828
Posts: 17
Joined: Sun Nov 05, 2023 1:59 am

Re: Yarn2: "->Message" does not work

Post by kko828 »

Hi Tony, thank you for your reply! Ok, looking forward to your patch.
kko828
Posts: 17
Joined: Sun Nov 05, 2023 1:59 am

Re: Yarn2: "->Message" does not work

Post by kko828 »

Hello Tony, is there any progress? :)
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Yarn2: "->Message" does not work

Post by Tony Li »

Coming soon! (I'll try post it here by the end of tomorrow at the latest.)
kko828
Posts: 17
Joined: Sun Nov 05, 2023 1:59 am

Re: Yarn2: "->Message" does not work

Post by kko828 »

Got it, thank you!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Yarn2: "->Message" does not work

Post by Tony Li »

Please give this patch a try:

DS_Yarn2Patch_2023-12-17.unitypackage
kko828
Posts: 17
Joined: Sun Nov 05, 2023 1:59 am

Re: Yarn2: "->Message" does not work

Post by kko828 »

Hi Tony, sorry for a late reply. Your patch fix this problem. Thank you so much :D
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Yarn2: "->Message" does not work

Post by Tony Li »

Glad to help! This fix is also in version 2.2.42.
Post Reply