I have an infinite gun game map where after every elimination your weapon switches to another random weapon and I want to allow people to buy items and other weapons from vending machines without losing them upon elimination or death. Is there a way to do so because currently after every elimination it clears the inventory for the next incoming weapon and so forth. Hope to hear back from someone and thank you.
Hi @Verlax_fy
This is from one of our devs:
The most straightforward way is to set Eliminated Player’s Items in the Island Setting from Drop to Keep so the weapons would be retained rather than dropped. Island Settings in Unreal Editor for Fortnite | Unreal Editor for Fortnite Documentation | Epic Developer Community
If you want to make sure the loadout is save crossing different game sessions, you can also simply use the Save Point Devices for this purpose by making sure Save Loadout is enabled. Using Save Point Devices in Fortnite Creative | Fortnite Creative Documentation | Epic Developer Community.