Search found 3 matches
- Tue Oct 29, 2024 10:06 am
- Forum: Quest Machine
- Topic: How to hide certain quests in journal?
- Replies: 1
- Views: 62
How to hide certain quests in journal?
Is there a way to flag/set a quest to be hidden in the default Quest Journal UI? Right now, all quests in a quest database seem to be displayed in the Quest Journal UI. I want to be able to setup certain special quests, where the player is not able to see any of its progress (but the quest will stil...
- Mon Sep 23, 2024 5:54 pm
- Forum: Dialogue System for Unity
- Topic: Force Response Menu On Last Node Via Script
- Replies: 3
- Views: 87
Re: Force Response Menu On Last Node Via Script
Thanks for the reply! I had to update to the new version to get the new checkbox option. I then added your code to the dialogue manager by changing the following line: var nextState = DialogueManager.conversationModel.GetState(DialogueManager.currentConversationState.pcResponses[0].destinationEntry,...
- Mon Sep 23, 2024 12:14 pm
- Forum: Dialogue System for Unity
- Topic: Force Response Menu On Last Node Via Script
- Replies: 3
- Views: 87
Force Response Menu On Last Node Via Script
Hi, I'm currently trying to setup a specific use case for the dialogue system. I currently have the following settings on the Dialogue Manager: Show NPC Subtitles During Line (true) Show NPC Subtitles with Response (true) Show PC Subtitles During Line (true) Continue Button (Optional Before Response...