Verse Library verse

01 Fragment

Removes player inventory items when they are downed in combat.

verse-library/item-remover-device-design-example-in-fortnite-creative/01-fragment.verse

# This is what the wire does behind the scenes
On_Player_Downed_Event := func(player: Player):
    LootStripper.RemoveItems(player)

Comments

    Sign in to vote, comment, or suggest an edit. Sign in