Hello,
I have something like a journal implemented in my game.
This journal is in fact a list of topics on one side included in a scrolling list. It works ok as if i click a topic, on the right side the respective detailed journal entry appears.
What I need extra is that if for example I unlock a new journal entry (topic), when I open the list of topics, on the right side I already have the latest unlocked journal entry.
Right now, no matter how many topics I unlock, when I open the scrolling list, only the first one is opened by default.
Thanks