Search found 17 matches

by kko828
Sun Dec 24, 2023 3:46 am
Forum: Dialogue System for Unity
Topic: Yarn2: "->Message" does not work
Replies: 8
Views: 16376

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

Hi Tony, sorry for a late reply. Your patch fix this problem. Thank you so much :D
by kko828
Sat Dec 16, 2023 6:52 pm
Forum: Dialogue System for Unity
Topic: Yarn2: "->Message" does not work
Replies: 8
Views: 16376

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

Got it, thank you!
by kko828
Sat Dec 16, 2023 4:08 am
Forum: Dialogue System for Unity
Topic: Yarn2: "->Message" does not work
Replies: 8
Views: 16376

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

Hello Tony, is there any progress? :)
by kko828
Mon Dec 04, 2023 4:36 am
Forum: Dialogue System for Unity
Topic: Yarn2: "->Message" does not work
Replies: 8
Views: 16376

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

Hi Tony, thank you for your reply! Ok, looking forward to your patch.
by kko828
Sun Dec 03, 2023 5:10 am
Forum: Dialogue System for Unity
Topic: Yarn2: "->Message" does not work
Replies: 8
Views: 16376

Yarn2: "->Message" does not work

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: <<seq AudioWait(whisper)->Message(AllDone);>> it parsed as: Screenshot 2023-12-03 190732.png Can yo...
by kko828
Wed Nov 29, 2023 7:08 am
Forum: Dialogue System for Unity
Topic: Yarn2: Build-In Functions do not work
Replies: 3
Views: 483

Re: Yarn2: Build-In Functions do not work

Oh, I didn't know i needed to add that component to DialogueManager.
I added the component and now it works.
thank you! :D
by kko828
Tue Nov 28, 2023 10:03 am
Forum: Dialogue System for Unity
Topic: Yarn2: Build-In Functions do not work
Replies: 3
Views: 483

Yarn2: Build-In Functions do not work

Hi, thank you for your continues support. Today, I've tried several Built-In Functions in Yarn2, but none of them seem to work. Are these functions unavailable in your system? Here's my .yarn file: title: BuildInFunc_Test --- My lucky number is {random_range(1, 10)}! <<if not visited("BuildInFu...
by kko828
Mon Nov 20, 2023 9:34 am
Forum: Dialogue System for Unity
Topic: Yarn2: Override actor's name?
Replies: 10
Views: 1166

Re: Yarn2: Override actor's name?

Ahhhh that's a stupid mistake... :oops: Thank you, I fixed the code and it worked.
by kko828
Sun Nov 19, 2023 9:10 am
Forum: Dialogue System for Unity
Topic: Yarn2: Override actor's name?
Replies: 10
Views: 1166

Re: Yarn2: Override actor's name?

Hi, I'm facing the command parsing problem again. My yarn file: <<mmAddItem MainInventory Apple 1)>> Unity Error Message: Dialogue System: Lua code 'mmAddItem('MainInventory', 'Apple', '1)')' threw exception 'Object of type 'System.String' cannot be converted to type 'System.Double'.' It seems that ...
by kko828
Sun Nov 19, 2023 9:07 am
Forum: Dialogue System for Unity
Topic: Yarn2: Prevent recreating actors when importing?
Replies: 2
Views: 328

Re: Yarn2: Prevent recreating actors when importing?

Hi, I'm glad to hear that! Thanks so much. ;)
I want to set multiple stripes so I need to set them to Dialog Database instead of Dialogue Actor component.