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

# Animation Playing

> Checks if a ModelEngine animation is active.

The `mythicmob_npc_animation_playing_fact` checks if a specific animation is currently playing on the NPC.

## Configuration

<ResponseField name="mythicmob_npc_animation_playing_fact" type="Map" required>
  Configuration for the fact.

  <Expandable title="Properties">
    <ResponseField name="target" type="Target">
      The target NPC to check.
    </ResponseField>

    <ResponseField name="animation" type="String" required>
      The animation ID to check.
    </ResponseField>
  </Expandable>
</ResponseField>
