Add a flag where items are spawned near the player's dead body instead of returning to their original spot when they die. #15

Open
opened 2025-12-21 16:56:46 -06:00 by parvan · 0 comments
Owner

BP_Item has the flag "ReturnsIfPlayerDies?" that will spawn the item back to its original spawn point after the player dies. A new flag needs to be added that spawns the item near the player's body instead. This way the player can return to the spot where they died to get the item back.

This may require a mechanism that detects if the item can be reached that returns the item if it can't be reached and "ReturnsIfPlayerDies?" is set to true. Also, the items should be spread out so the items don't collide on top of each other.

BP_Item has the flag "ReturnsIfPlayerDies?" that will spawn the item back to its original spawn point after the player dies. A new flag needs to be added that spawns the item near the player's body instead. This way the player can return to the spot where they died to get the item back. This may require a mechanism that detects if the item can be reached that returns the item if it can't be reached and "ReturnsIfPlayerDies?" is set to true. Also, the items should be spread out so the items don't collide on top of each other.
parvan added the
Feature
label 2025-12-21 16:56:46 -06:00
Sign in to join this conversation.
No description provided.