How to toggle between Active and Complete Quests [SOLVED]
Posted: Sat Jul 22, 2023 9:20 pm
Hello again!
This is sort of a followup to this thread: https://www.pixelcrushers.com/phpbb/vie ... f=9&t=7289
I would like to set up the Quest Journal UI so that the Player can toggle between Active and Completed quests. This way, they would only view the Active Quests in one panel (just to make a cleaner UI since my game will have a crazy amount of characters and quests). This is how it looks:
So basically, when you click the "ACTIVE" button, you would only see the Active quests, and when you click the COMPLETE button, you would only see the completed quests.
Is there a way to accomplish this without scripting? So far, the methods I have tried don't work. This is what I have tried so far:
1. Setting up the buttons to activate and deactivate the Active Quest Name Template and the Completed Quest Name Template.
2. Making the Active Quest Name Template the child of another panel that would get activated/deactivated by the buttons, and same with the Completed Quest Name Template.
And that's pretty much it. It's fine if scripting is required; I can pass it on to the developer if so, but I wanted to see if I could accomplish it on my own without scripting since the quest design/quest machine setup tasks fall under my responsibilities. Thank you so much!
This is sort of a followup to this thread: https://www.pixelcrushers.com/phpbb/vie ... f=9&t=7289
I would like to set up the Quest Journal UI so that the Player can toggle between Active and Completed quests. This way, they would only view the Active Quests in one panel (just to make a cleaner UI since my game will have a crazy amount of characters and quests). This is how it looks:
So basically, when you click the "ACTIVE" button, you would only see the Active quests, and when you click the COMPLETE button, you would only see the completed quests.
Is there a way to accomplish this without scripting? So far, the methods I have tried don't work. This is what I have tried so far:
1. Setting up the buttons to activate and deactivate the Active Quest Name Template and the Completed Quest Name Template.
2. Making the Active Quest Name Template the child of another panel that would get activated/deactivated by the buttons, and same with the Completed Quest Name Template.
And that's pretty much it. It's fine if scripting is required; I can pass it on to the developer if so, but I wanted to see if I could accomplish it on my own without scripting since the quest design/quest machine setup tasks fall under my responsibilities. Thank you so much!