Use Quest Log Window As Item Inventory?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
haoyanggg
Posts: 1
Joined: Sat Nov 11, 2023 2:45 am

Use Quest Log Window As Item Inventory?

Post 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"?
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Use Quest Log Window As Item Inventory?

Post 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.
Post Reply