Search found 4 matches

by LostContinentGames
Wed Nov 06, 2024 10:40 pm
Forum: Dialogue System for Unity
Topic: Don't Trigger OnConversationEnd() event just once.
Replies: 3
Views: 62

Re: Don't Trigger OnConversationEnd() event just once.

Oh, yeah, that's a good way to handle it.

If I'm on my Player Movement script, and I want to access a bool in the variable section of my dialogue system database, how do I do that?
by LostContinentGames
Wed Nov 06, 2024 2:49 am
Forum: Dialogue System for Unity
Topic: Don't Trigger OnConversationEnd() event just once.
Replies: 3
Views: 62

Don't Trigger OnConversationEnd() event just once.

I have an OnConversationEnd event on my player; however, there are very few situations in which I do not want it to trigger. Is it possible to add an exception in the conversation somewhere?
by LostContinentGames
Tue Oct 29, 2024 8:18 am
Forum: Dialogue System for Unity
Topic: How to turn off portrait panel when there is no dialogue?
Replies: 3
Views: 127

Re: How to turn off portrait panel when there is no dialogue?

Thank you very much!

Actually, the panel's visibility was set to "Only During Content." So, I'm a little confused as to why the panel was there.

Anyway, your other solutions work for what I need.
by LostContinentGames
Tue Oct 29, 2024 5:58 am
Forum: Dialogue System for Unity
Topic: How to turn off portrait panel when there is no dialogue?
Replies: 3
Views: 127

How to turn off portrait panel when there is no dialogue?

Hello, I'm having a few beginner problems. My first problem is that I don't want the portrait panel to show when there is no dialogue happening. You can see in the screenshot below that the portrait panel activates when the conversation activates. https://i.imgur.com/NmBOvgG.jpeg I have multiple del...