Use Quest Log Window As Item Inventory?
Use Quest Log Window As Item Inventory?
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?
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.
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.