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

# Play Mythicmob Npc Animation

> Plays a ModelEngine animation on a MythicMob NPC

Plays a ModelEngine animation on a MythicMob NPC.

## Configuration

<ResponseField name="mythicmob_npc_play_animation" type="Map" required>
  Configuration for this action.

  <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 play.
    </ResponseField>
  </Expandable>
</ResponseField>
