> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# NPC Health

> Access NPC health statistics.

These variables allow you to retrieve health information from a MythicMob NPC.

## Configuration

<ResponseField name="mythicmob_npc_health_variable" type="Map">
  Returns current health as a `Double`.
</ResponseField>

<ResponseField name="mythicmob_npc_max_health_variable" type="Map">
  Returns maximum health as a `Double`.
</ResponseField>

<ResponseField name="mythicmob_npc_health_percentage_variable" type="Map">
  Returns health percentage (0-100) as an `Integer`.
</ResponseField>
