Search found 5 matches
- Sat Jul 02, 2022 4:18 am
- Forum: Dialogue System for Unity
- Topic: OnConversationStart and OnConversationEnd events working in some scenes and not others
- Replies: 1
- Views: 184
OnConversationStart and OnConversationEnd events working in some scenes and not others
I have multiple NPCs in a scene with the correct components attached to them (Dialogue System Trigger, Dialogue System Events, and Usable), and they are using different conversations from each other. In other scenes, also with multiple NPCs, the Dialogue System Events are firing as intended with no ...
- Mon Jun 20, 2022 9:32 am
- Forum: Dialogue System for Unity
- Topic: Call different ConversationEnd events after specific lines in one Conversation
- Replies: 2
- Views: 322
Re: Call different ConversationEnd events after specific lines in one Conversation
Thanks for the quick response! I'll try this out ASAP
- Mon Jun 20, 2022 7:39 am
- Forum: Dialogue System for Unity
- Topic: Call different ConversationEnd events after specific lines in one Conversation
- Replies: 2
- Views: 322
Call different ConversationEnd events after specific lines in one Conversation
In one conversation, how can I call a ConversationEnd event after a specific line in a conversation? In my attached image I circled the lines in which I'd like to call a separate event after the conversation ends on one of those lines. There's most likely a way to do it that doesn't involve a Conver...
- Mon Jun 20, 2022 6:02 am
- Forum: Dialogue System for Unity
- Topic: Scroll dialogue boxes by pressing 'Space' key
- Replies: 3
- Views: 488
Re: Scroll dialogue boxes by pressing 'Space' key
Thankyou so much! That worked
- Wed Jun 15, 2022 11:26 pm
- Forum: Dialogue System for Unity
- Topic: Scroll dialogue boxes by pressing 'Space' key
- Replies: 3
- Views: 488
Scroll dialogue boxes by pressing 'Space' key
I'm new to the dialogue system and I'm confused on how to show only one conversation dialogue box at a time, then changing to the next box on the player's input. At the moment an npc conversation scrolls through all dialogue in a conversation automatically, but I'm confused on how to change to the n...