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.
Search found 3 matches
- Sat May 16, 2020 2:21 pm
- Forum: Dialogue System for Unity
- Topic: Quest Entry Text Not Updating
- Replies: 1
- Views: 352
- Sat May 16, 2020 2:10 pm
- Forum: Dialogue System for Unity
- Topic: Quest Entry Syntax
- Replies: 3
- Views: 397
Re: Quest Entry Syntax
Thank you so much!
That code worked!
That code worked!
- Sun May 03, 2020 7:43 pm
- Forum: Dialogue System for Unity
- Topic: Quest Entry Syntax
- Replies: 3
- Views: 397
Quest Entry Syntax
Hello, I added a custom property called "Count" to an item in my dialouge database. I am trying to display the value of that property in a Quest Entry. Based on the example in the Quest video tutorial, I tried entering this into the Quest Entries: [var=Item["Orange"].Count]/3 Unf...