Hi,
I made a quest with an entry that tracks a custom property on an item. (See screenshot)
It only updates the quest entry text when the quest is first assigned. How can I make sure the text updates each time the value of this property changes?
Thank you.
Quest Entry Text Not Updating
-
- Posts: 3
- Joined: Sun May 03, 2020 7:35 pm
Quest Entry Text Not Updating
- Attachments
-
- MarbleInspector.JPG (62.45 KiB) Viewed 350 times
Re: Quest Entry Text Not Updating
Hi,
Whenever you change the Count value, call DialogueManager.SendUpdateTracker(). This sends an "UpdateTracker" event to interested components such as the quest tracker HUD and quest log window.
Whenever you change the Count value, call DialogueManager.SendUpdateTracker(). This sends an "UpdateTracker" event to interested components such as the quest tracker HUD and quest log window.