Search found 6 matches

by Deadlybrunch
Sat Oct 31, 2020 1:43 am
Forum: Dialogue System for Unity
Topic: How to change conversations dynamically with C# scripts?
Replies: 3
Views: 157

How to change conversations dynamically with C# scripts?

Hello! Thanks for help! I have a problem when using Dialogue System: how can I change conversations dynamically with C# scripts? For example,I have a conversation with the title "TestConversation1/Start" and it is the default conversation, and I still have another conversation "NewCon...
by Deadlybrunch
Wed Jul 08, 2020 12:42 pm
Forum: Dialogue System for Unity
Topic: How to change the Actor's Portrait with c# codes?
Replies: 3
Views: 204

How to change the Actor's Portrait with c# codes?

Hi, Sorry to ask the stupid question. I've checked the docs about "SetPortrait()", but i dont find a definitely way to show me how to do that with a c# script. In the docs there is a method: "static void PixelCrushers.DialogueSystem.DialogueManager.SetPortrait(string actorName, string...
by Deadlybrunch
Tue Jul 07, 2020 8:57 am
Forum: Dialogue System for Unity
Topic: How to get the Actor by its index number?
Replies: 3
Views: 189

Re: How to get the Actor by its index number?

Thanks a lot, that will be help. I've mistaken the actor's "Display Name" with the actor's "Name", now i know that i can get the actor by its "Name", and i can change its "Display Name" to show different charactor.
Thank you!
by Deadlybrunch
Mon Jul 06, 2020 11:27 am
Forum: Dialogue System for Unity
Topic: How to get the Actor by its index number?
Replies: 3
Views: 189

How to get the Actor by its index number?

Hi, i've got a problem, please help me. For example, I have a few Actors like below: Actor1: "aa" Actor2: "bb" Actor3: "cc" Actor4: "dd" Actor5: "ee" And now, i want to get the 5th Actor's name by Lua(i dont know what the 5th Actor's name is, and i o...