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

# NPC Presence Fact

> Checks if an NPC is spawned.

The `mythicmob_npc_presence_fact` returns `1` if the NPC is currently active/spawned in the world, `0` otherwise.

## Configuration

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

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