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

# Interact NPC

> Objective to interact with a specific NPC.

The `interact_mythicmob_npc_objective` requires the player to interact (click) on a specific NPC type.

## Configuration

<ResponseField name="interact_mythicmob_npc_objective" type="Map" required>
  Configuration for the objective.

  <Expandable title="Properties">
    <ResponseField name="id" type="String" required>
      Unique identifier for this objective.
    </ResponseField>

    <ResponseField name="entity" type="Definition">
      The NPC Definition to interact with.
    </ResponseField>

    <ResponseField name="overrideDisplay" type="String">
      Quest display text.
    </ResponseField>
  </Expandable>
</ResponseField>
