Search found 3 matches

by JeyWoo
Sun Aug 06, 2023 11:24 pm
Forum: Dialogue System for Unity
Topic: How to keep the event?
Replies: 3
Views: 252

Re: How to keep the event?

Thank you to reply
So I use SendMessage of sequence on Dialogue System
but It dosen't work..
SendMessage(ShakeDialogue, 5, gameObjectName);
by JeyWoo
Fri Aug 04, 2023 12:40 am
Forum: Dialogue System for Unity
Topic: How to keep the event?
Replies: 3
Views: 252

How to keep the event?

As shown in the screenshot, if I add an event in the dialog system, the event works fine at first.
When I move the scene, the dialog event is not applied like the screenshot. What should I do?
by JeyWoo
Thu Jul 20, 2023 1:49 am
Forum: Dialogue System for Unity
Topic: Quest Npc Portrait in script
Replies: 1
Views: 109

Quest Npc Portrait in script

hello
I want to get the NPC portrait sprite of each quest in the dialog system quest into the script.
What should I do?