Search found 9 matches

by Smoky
Sun Sep 17, 2023 5:58 pm
Forum: Dialogue System for Unity
Topic: endless return to the beginning of the conversation
Replies: 1
Views: 172

endless return to the beginning of the conversation

Hi Tony. After looking through the forum, I have a new question. I have a conversation that has several threads of dialogue. I want the user to go along one line and immediately return to the very beginning of the dialogue, or to restart the dialogue without being noticeable to the user. The user mu...
by Smoky
Wed Sep 06, 2023 12:42 pm
Forum: Dialogue System for Unity
Topic: On Conversation End Events
Replies: 3
Views: 269

Re: On Conversation End Events

Amazing. Thanks a lot)
by Smoky
Wed Sep 06, 2023 11:21 am
Forum: Dialogue System for Unity
Topic: On Conversation End Events
Replies: 3
Views: 269

On Conversation End Events

Good evening Tony. I recently purchased the System Dialog and want to import it instead of the demo. But I have a problem that I can't figure out how to solve. I didn't find an answer on the forum, maybe I didn't search well enough. I made 3 consecutive dialogues and assigned an Event "On Conve...
by Smoky
Tue Aug 29, 2023 12:38 pm
Forum: Dialogue System for Unity
Topic: accessing global variables in a project
Replies: 5
Views: 377

Re: accessing global variables in a project

And one more small question. Is there a problem with the scrollbar setting. And it turns out that I create a vertical scrollbar in the prefab and it appears during the dialogue. When scrolling the dialog with the mouse, the slider on the scrollbar changes its position, but it is not possible to grab...
by Smoky
Tue Aug 29, 2023 11:58 am
Forum: Dialogue System for Unity
Topic: accessing global variables in a project
Replies: 5
Views: 377

Re: accessing global variables in a project

At the moment I have 3 variables registered with this code [SerializeField] private double _physicalAbilities = 1; // физические способности [SerializeField] private double _perception = 1; // восприятие [SerializeField] private double _intellect = 0; // интеллект // private double _physicalAbilitie...
by Smoky
Tue Aug 29, 2023 8:32 am
Forum: Dialogue System for Unity
Topic: accessing global variables in a project
Replies: 5
Views: 377

accessing global variables in a project

Good afternoon I had a question about how to access variables from any part of the game. I have an inventory in the game where you can put items and remove them from it namespace UI.InventoryScripts { [System.Serializable] public class Item { // public int ID { get; set; } public string Name { get; ...
by Smoky
Fri Aug 18, 2023 8:51 am
Forum: Quest Machine
Topic: Non quest Journal Entry?
Replies: 10
Views: 2100

Re: Non quest Journal Entry?

Good afternoon Can you please tell me how to make it so that when picking up an item in the game, a trigger would work for me and a log entry would occur? And one more question, is it possible to implement a log entry only after finding 2 different objects, for example: I need to find a torch and oi...
by Smoky
Mon Aug 07, 2023 11:57 pm
Forum: Quest Machine
Topic: Non quest Journal Entry?
Replies: 10
Views: 2100

Re: Non quest Journal Entry?

Thank's a lot
by Smoky
Mon Aug 07, 2023 3:28 pm
Forum: Quest Machine
Topic: Non quest Journal Entry?
Replies: 10
Views: 2100

Re: Non quest Journal Entry?

Good afternoon Could you please re-upload the full file as there are not enough prefabs in the scene?