Search found 3 matches
- Tue Feb 23, 2021 11:47 am
- Forum: Dialogue System for Unity
- Topic: Skip Button
- Replies: 3
- Views: 191
Re: Skip Button
Hi, DialogueManager.instance.StopConversation() stops active conversations. It won't affect the starting of future conversations. Does it have something to do with "ConversationIsOver" variable? Is this variable preventing future conversations from starting? Side note: You can use Dialogu...
- Tue Feb 23, 2021 8:06 am
- Forum: Dialogue System for Unity
- Topic: Skip Button
- Replies: 3
- Views: 191
Skip Button
Hello I have made a button inside my Dialogue UI. Its just called SKIP BUTTON and is right next to Continue Button. This is the code: using System.Collections; using System.Collections.Generic; using UnityEngine; using PixelCrushers.DialogueSystem; using UnityEngine.UI; public class SkipDialogueGame...
- Sun Oct 18, 2020 2:00 pm
- Forum: Quest Machine
- Topic: Give quest from main menu
- Replies: 1
- Views: 301
Give quest from main menu
Hello Pixel Crushers :) I want all my quest to be listed inside my main menu. So when the user clicks on the button "Quests" the user can pick quest from a list of availaible quests. I dont know how this can be done? It looks like everything is triggered with player characters moving into ...