Respawn Character with Items

Klin

Member
Hi,
how would I get items to respawn with my character?

Do I need to write an additional method? If so, could you give me a hint how I would do that?
(Would I just extend the Respawner component with m_Inventory.AddItem("potion", 5); ?)

I wouldn't mind, just want to make sure I don't miss anything.

Thanks for helping out!

1633257642641.png
1633257817568.png
1633257845138.png
 
On the Character Inventory Bridge there is a "Remove All On Death" and "Load Default Load Out On Respawn". You may want to turn those two off.
Perhaps I should make them false by default since it seems you are not the first person to ask this question.
Let me know if that is what you wre refering to.
 
Ahh my fault, although the "load default loadout on respawn" is indeed a bit confusing.
Thanks!
 
Top