Quest Entry Text Not Updating

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
diddledoodle
Posts: 3
Joined: Sun May 03, 2020 7:35 pm

Quest Entry Text Not Updating

Post by diddledoodle »

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.
Attachments
MarbleInspector.JPG
MarbleInspector.JPG (62.45 KiB) Viewed 353 times
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest Entry Text Not Updating

Post by Tony Li »

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.
Post Reply