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

> Player must interact with a specific BTCMob NPC.

The `interact_btcmob_npc_objective` requires the player to click on a specific BTCMob NPC.

## Configuration

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

  <Expandable title="Properties">
    <ResponseField name="npc" type="String" required>
      The ID of the NPC definition to interact with.
    </ResponseField>
  </Expandable>
</ResponseField>
