> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/laptop-pack/gangs/gang-npc.md).

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