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?
I plan to integrate the dialogue system with my custom inventory system
Re: I plan to integrate the dialogue system with my custom inventory system
Hi,
That's the correct way. You don't need to use the Dialogue System's items.
That's the correct way. You don't need to use the Dialogue System's items.