# CustomNpcCommand.txt

Index = <mark style="color:orange;">Follow the sequence of 0 onwards.</mark>\
\
NPC = <mark style="color:orange;">NPC Index according to Monster.txt.</mark>\
\
NpcMap = <mark style="color:orange;">Map where the NPC is positioned..</mark>\
\
NpcX = <mark style="color:orange;">Npc's X position within the map.</mark>\
\
NpcY = <mark style="color:orange;">Npc's Y position within the map.</mark>\
\
NpcTalk = <mark style="color:orange;">0 to not open the NPC's main function and 1 to open.</mark>\
\
Command = <mark style="color:orange;">Command to be used according to Command.txt.</mark>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/customnpccommand.txt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
