# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/create-your-own-npc-medic-in-unreal-editor-for-fortnite
# Local doc: epic-docs/documentation/en-us/fortnite/create-your-own-npc-medic-in-unreal-editor-for-fortnite.md
# Section: Implementing the Healing Queue
# The HP threshold a character must be at before healing them.
@editable
HealingThreshold:float = 50.0
Verse Library
verse
01 Implementing The Healing Queue
Declares an editable float variable to control the minimum health value for triggering heals.
extracted-snippets/documentation/en-us/fortnite/create-your-own-npc-medic-in-unreal-editor-for-fortnite/01-implementing-the-healing-queue.verse