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

# Mob Interact Event

> Triggers when a player interacts with a BTCMob.

The `btcmob_interact_event` triggers when a player right-clicks or interacts with a specific BTCMob.

## Configuration

<ResponseField name="btcmob_interact_event" type="Map" required>
  Configuration for the interact event.

  <Expandable title="Properties">
    <ResponseField name="mobName" type="String" required>
      The internal name of the BTCMob.
    </ResponseField>
  </Expandable>
</ResponseField>

## Examples

```yaml theme={null}
btcmob_interact_event:
  mobName: "QuestGiver"
  triggers:
    - action: open_dialogue
```
