> ## 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.

# Mythicmob Npc Animation Playing

> Checks if a ModelEngine animation is playing on a MythicMob NPC

Fact checking if a specific ModelEngine animation is currently playing on a MythicMob NPC.

## Configuration

<ResponseField name="mythicmob_npc_animation_playing" type="Map" required>
  Configuration for this fact.

  <Expandable title="Properties">
    <ResponseField name="target" type="MythicMobNpcFactTarget" required>
      The target MythicMob NPC.
    </ResponseField>

    <ResponseField name="animation" type="Var<String>" required>
      The internal name of the ModelEngine animation to check.
    </ResponseField>
  </Expandable>
</ResponseField>
