Page 1 of 1

Use Quest Log Window As Item Inventory?

Posted: Sat Nov 11, 2023 2:50 am
by haoyanggg
I want to be able to collect items in my game and view their descriptions somewhere. Can I modify the Quest Log Window to make it an "Item Log Window"?

Re: Use Quest Log Window As Item Inventory?

Posted: Sat Nov 11, 2023 9:24 am
by Tony Li
Hi,

Sure, or you can show quests in your own UI if you like. To get a list of quests in C#, use QuestLog.GetAllQuests() or GetAllGroupsAndQuests(). If you have any questions about accessing quests or showing them, please let me know.