Search found 17 matches
- Sun Dec 24, 2023 3:46 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: "->Message" does not work
- Replies: 8
- Views: 16416
Re: Yarn2: "->Message" does not work
Hi Tony, sorry for a late reply. Your patch fix this problem. Thank you so much
- Sat Dec 16, 2023 6:52 pm
- Forum: Dialogue System for Unity
- Topic: Yarn2: "->Message" does not work
- Replies: 8
- Views: 16416
Re: Yarn2: "->Message" does not work
Got it, thank you!
- Sat Dec 16, 2023 4:08 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: "->Message" does not work
- Replies: 8
- Views: 16416
Re: Yarn2: "->Message" does not work
Hello Tony, is there any progress?
- Mon Dec 04, 2023 4:36 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: "->Message" does not work
- Replies: 8
- Views: 16416
Re: Yarn2: "->Message" does not work
Hi Tony, thank you for your reply! Ok, looking forward to your patch.
- Sun Dec 03, 2023 5:10 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: "->Message" does not work
- Replies: 8
- Views: 16416
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...
- Wed Nov 29, 2023 7:08 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: Build-In Functions do not work
- Replies: 3
- Views: 492
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!
I added the component and now it works.
thank you!
- Tue Nov 28, 2023 10:03 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: Build-In Functions do not work
- Replies: 3
- Views: 492
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...
- Mon Nov 20, 2023 9:34 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: Override actor's name?
- Replies: 10
- Views: 1218
Re: Yarn2: Override actor's name?
Ahhhh that's a stupid mistake... Thank you, I fixed the code and it worked.
- Sun Nov 19, 2023 9:10 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: Override actor's name?
- Replies: 10
- Views: 1218
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 ...
- Sun Nov 19, 2023 9:07 am
- Forum: Dialogue System for Unity
- Topic: Yarn2: Prevent recreating actors when importing?
- Replies: 2
- Views: 344
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.
I want to set multiple stripes so I need to set them to Dialog Database instead of Dialogue Actor component.