# Gang NPC

* Gang NPC are spawned inside the gang territory, you need to configure it using the admin panel otherwise just regular NPC will spawn in the zone and the gang won't be able to interact with them.

## Sell Items

* Gang NPC can sell items, if the NPC belongs to your gang you can use the target system and open a stash, every 15 minutes the server will take all NPC stashes and replace them with money or the item(s) you have configured in **config/npc.lua > Config.SellItems**

<figure><img src="/files/wLgCMYLAPjHEicXwFOD1" alt=""><figcaption></figcaption></figure>

* You need to check the NPC stashes periodically to get your rewards.

## Robbing NPC

* Rival gangs can rob your NPC by using the target system on them, players from the NPC gang will be alerted.

<figure><img src="/files/XNK0wYG7cfrio24dCZbQ" alt=""><figcaption></figcaption></figure>

* The NPC will drop some cash and open the stash.
* You can retrieve that stolen cash from the gang account by editing the **av\_gangs:getMoney** event in **server/editable/npc.lua**, is on you to make the needed edits that removes the money from the gang bank.
* Rival gang can lose territory XP and your gang will earn it if the robbery is successful.


---

# 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://docs.av-scripts.com/laptop-pack-v3/gangs/gang-npc.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.
