Page 1 of 1

Quest Entry Text Not Updating

Posted: Sat May 16, 2020 2:21 pm
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.

Re: Quest Entry Text Not Updating

Posted: Sat May 16, 2020 2:25 pm
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.