Search found 89 matches

by minomod
Tue Nov 14, 2017 5:45 pm
Forum: Dialogue System for Unity
Topic: Variable ["Alert"] Is it possible to translate?
Replies: 5
Views: 734

Variable ["Alert"] Is it possible to translate?

I would like to have a different message for each country.
by minomod
Tue Oct 24, 2017 12:22 am
Forum: Dialogue System for Unity
Topic: You want to run a method during a conversation.
Replies: 1
Views: 384

You want to run a method during a conversation.

1. A.Script has a method called B () in the script.
2. I want to execute the method called B () in the middle of the dialogue.

Q. What should I do with the attached image?
by minomod
Thu Oct 12, 2017 10:50 am
Forum: Dialogue System for Unity
Topic: Can I sort the list?
Replies: 9
Views: 937

Re: Can I sort the list?

I created a new problem ID and used it as an additional requirement. ^^
Everything works fine.
by minomod
Wed Oct 11, 2017 6:23 pm
Forum: Dialogue System for Unity
Topic: Can I sort the list?
Replies: 9
Views: 937

Re: Can I sort the list?

Replace an errored ID with an existing one.
I need to fix the ID of the conversation fingerprint to be created in the future by making it ID.
Thanks for the answer ^^
by minomod
Tue Oct 10, 2017 6:30 pm
Forum: Dialogue System for Unity
Topic: Can I sort the list?
Replies: 9
Views: 937

Re: Can I sort the list?

I changed the ID manually and added a number before the title.

Sorting has been done in two ways.
by minomod
Mon Oct 09, 2017 11:23 am
Forum: Dialogue System for Unity
Topic: Can I sort the list?
Replies: 9
Views: 937

Re: Can I sort the list?

Dialogue System: Lua code 'Dialog = Conversation[46].Dialog' threw exception 'Lookup of field 'Dialog' in the table element failed because the table element itself isn't in the table.'

I got this error after sorting the IDs.
IDs are sorted from 1 to 34, so 46 is no longer used.
by minomod
Sun Oct 08, 2017 8:29 pm
Forum: Dialogue System for Unity
Topic: Can I create many dialog boxes at once?
Replies: 3
Views: 461

Can I create many dialog boxes at once?

Can I create many dialog boxes at once?
(It is inconvenient to create one each for long conversations.)
by minomod
Sun Oct 08, 2017 8:24 pm
Forum: Dialogue System for Unity
Topic: Can I sort the list?
Replies: 9
Views: 937

Re: Can I sort the list?

Thank you. Now the order is nicely aligned.
by minomod
Sun Oct 01, 2017 7:00 pm
Forum: Dialogue System for Unity
Topic: Can I sort the list?
Replies: 9
Views: 937

Can I sort the list?

I made a mess of order.
Can I sort the list?