Page 1 of 1
Inventory Engine - Persistent items
Posted: Thu Aug 29, 2019 2:16 pm
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
Re: Inventory Engine - Persistent items
Posted: Thu Aug 29, 2019 4:45 pm
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.
Re: Inventory Engine - Persistent items
Posted: Sat Aug 31, 2019 9:19 am
by lostmushroom
Thanks!
Re: Inventory Engine - Persistent items
Posted: Sat Aug 31, 2019 11:00 am
by Tony Li
You're welcome!