I plan to integrate the dialogue system with my custom inventory system

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hhyu
Posts: 11
Joined: Fri Jul 05, 2024 9:31 am

I plan to integrate the dialogue system with my custom inventory system

Post by hhyu »

I plan to integrate the dialogue system with my custom inventory system. For example, if a quest requires me to collect 3 apples, should I write a Lua script to check and remove them from the inventory system?

Is there an easier way? I'm wondering, since I'm using the inventory system, does it mean I don't need to use the items from the dialogue system?
User avatar
Tony Li
Posts: 22037
Joined: Thu Jul 18, 2013 1:27 pm

Re: I plan to integrate the dialogue system with my custom inventory system

Post by Tony Li »

Hi,

That's the correct way. You don't need to use the Dialogue System's items.
Post Reply