Search found 5 matches
- Tue Feb 13, 2024 10:15 am
- Forum: Quest Machine
- Topic: Restart quest in GTA like game.
- Replies: 8
- Views: 1598
Re: Restart quest in GTA like game.
Yes, I looked into my old code and immediately realized what the problem was. My bad.
- Tue Feb 13, 2024 7:41 am
- Forum: Quest Machine
- Topic: Restart quest in GTA like game.
- Replies: 8
- Views: 1598
Re: Restart quest in GTA like game.
I'm sorry, it's my mistake. I used to block conversations with NPCs during missions, but it was so long ago that I forgot about it..
- Mon Feb 12, 2024 11:22 am
- Forum: Quest Machine
- Topic: Restart quest in GTA like game.
- Replies: 8
- Views: 1598
Re: Restart quest in GTA like game.
No, nothing just happens
- Mon Feb 12, 2024 10:39 am
- Forum: Quest Machine
- Topic: Restart quest in GTA like game.
- Replies: 8
- Views: 1598
Re: Restart quest in GTA like game.
Thanks for the help, I figured out the previous problem, but I suddenly had another one... In the game I have both Quest givers and NPCs with whom I can talk using the Dialogue system. To start a conversation, I use a custom button to which I assign my method. public class DialogueInteract : MonoBeh...
- Thu Jan 18, 2024 11:21 am
- Forum: Quest Machine
- Topic: Restart quest in GTA like game.
- Replies: 8
- Views: 1598
Restart quest in GTA like game.
Hi, I'm making a GTA like game using Quest Machines and Dialogue Systems. In the process of starting and completing quests, everything goes fine: a dialogue with the NPC begins, he gives the quest, but if the player dies or fails the quest, I need the whole process to start again: dialogue, start of...