Inventory Engine - Persistent items

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
lostmushroom
Posts: 194
Joined: Mon Jul 01, 2019 1:21 pm

Inventory Engine - Persistent items

Post by lostmushroom »

Hey, is there a way to make it so that once you've picked up an item, it doesn't reappear when you leave the scene and come back? Right now I have item pickers respawning, but I would like them to only be available once.

Thanks :)
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Inventory Engine - Persistent items

Post by Tony Li »

Hi,

Add a Destructible Saver to it. Some notes:
  • Set a unique Key.
  • Tick Save Across Scene Changes.
  • Set Mode to On Disable.
  • Set Destroy Mode to Deactivate.
  • This uses the save system, so make sure you've set up the save system.
lostmushroom
Posts: 194
Joined: Mon Jul 01, 2019 1:21 pm

Re: Inventory Engine - Persistent items

Post by lostmushroom »

Thanks! :)
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Inventory Engine - Persistent items

Post by Tony Li »

You're welcome!
Post Reply