# 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
# How long to wait before healing characters
@editable
HealingDelay:float = 1.5
Verse Library
verse
02 Implementing The Healing Queue
Defines editor-editable float variables for health thresholds and healing delay intervals.
extracted-snippets/documentation/en-us/fortnite/create-your-own-npc-medic-in-unreal-editor-for-fortnite/02-implementing-the-healing-queue.verse