- I have some boolean variables related to the state of some objects in game
- I have a quest showing the state of those objects, and I'd like to display it like this :
Right now I have (as a placeholder) simply written it like this in my Quest Entry Description field:-Object A: Found
-Object B: Not Found
-Object C: Found
Code: Select all
-Object A: [var=QuestObjects.ObjectA]
What would be the easiest way to achieve something like this?
Thanks