Search found 3 matches

by MrGurbiful
Sun May 03, 2020 8:49 pm
Forum: Dialogue System for Unity
Topic: "Got Item" dialogue with name and description of the item
Replies: 5
Views: 292

Re: "Got Item" dialogue with name and description of the item

Ah yes I can see now how!

Thank you very much Tony!
by MrGurbiful
Sun May 03, 2020 7:19 pm
Forum: Dialogue System for Unity
Topic: "Got Item" dialogue with name and description of the item
Replies: 5
Views: 292

Re: "Got Item" dialogue with name and description of the item

Hey Tony,

thank you for your reply.

Is it possible to do it with multiple objects? It has to be a conversation and no bark. You know I have multiple objects with names and description. And I decided to put the name also in the conversation.
by MrGurbiful
Sun May 03, 2020 8:20 am
Forum: Dialogue System for Unity
Topic: "Got Item" dialogue with name and description of the item
Replies: 5
Views: 292

"Got Item" dialogue with name and description of the item

Hey, I need help in making a "Got Item" dialogue with name and description of the item. Later I like to localize and the name and description as well, so I need to keep that in mind. How can I do this? Maybe set the variables as int for let's say an ID and then grab the text from script? I...