Search found 6 matches
- Tue Apr 02, 2024 1:13 pm
- Forum: Quest Machine
- Topic: Best way to get Quest Counter from script at Realtime
- Replies: 1
- Views: 718
Best way to get Quest Counter from script at Realtime
Good day! Can you give me an advice, how can I get my Counter value from script on Realtime? I`m creating my own delivery system and I want to know, how much supply was already delivered, so I can place on my character only cargo that was left. For example, I need to deliver 7 crates, but my charact...
- Mon Mar 04, 2024 1:21 pm
- Forum: Quest Machine
- Topic: Reward System?
- Replies: 4
- Views: 1225
Re: Reward System?
Good day! I'm writing a reward system and encountered a similar problem. From Actions at some quest state I send a Message: Sender: Quest Giver Target: Any Message: Give Parameter: Coins Value: int 50 How should I subscribe my MessageSystemListener to actually listen this action messages I send? I`v...
- Thu Nov 30, 2023 11:36 am
- Forum: Quest Machine
- Topic: How to update state after remove a counter?
- Replies: 3
- Views: 4616
Re: How to update state after remove a counter?
Thanks you once again for your help! =)
- Thu Nov 30, 2023 11:10 am
- Forum: Quest Machine
- Topic: Can't connect my namespace to UnityUIQuestDialogueUI
- Replies: 3
- Views: 4608
Re: Can't connect my namespace to UnityUIQuestDialogueUI
Understood, thanks you for help and fast feedback! =)
- Thu Nov 30, 2023 10:58 am
- Forum: Quest Machine
- Topic: How to update state after remove a counter?
- Replies: 3
- Views: 4616
How to update state after remove a counter?
Hello! I'm trying to create a simple delivery mission with a counter. The problem is that, after picking up a package I send a message to "Set to Literal Value 1", so my Condition node become "Completed" (Package 1/1) and Quest moves to a part "Delivery to a specific point&q...
- Thu Nov 30, 2023 10:16 am
- Forum: Quest Machine
- Topic: Can't connect my namespace to UnityUIQuestDialogueUI
- Replies: 3
- Views: 4608
Can't connect my namespace to UnityUIQuestDialogueUI
Hello! I'm trying to add some methods into AcceptQuest and DeclineQuest in UnityUIQuestDialogueUI to build a connection between my UI system and Quest Machine, but UnityUIQuestDialogueUI doesn't see my namespace. I tried to add my namespace (Scripts.Quests) into UnityUIQuestDialogueUI usings, but th...