> For the complete documentation index, see [llms.txt](https://gg-studio.gitbook.io/gg-studio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gg-studio.gitbook.io/gg-studio-docs/gg-studio-scripts/advanced-gruppe-job/installation/tgiann-inventory.md).

# tgiann-inventory

### Step 1.

{% hint style="info" %}

1. tgiann-inventory/items/items.lua - (Inside ItemsData Table)
   {% endhint %}

```lua
gg_atmbag = { name = 'gg_atmbag', label = 'Small Money Bag', weight = 1000, type = 'item', image = 'gg_atmbag.png', unique = true, useable = true, shouldClose = true, description = 'A compact bag used to store small amounts of cash.' },
gg_bankbag = { name = 'gg_bankbag', label = 'Large Money Bag', weight = 3000, type = 'item', image = 'gg_bankbag.png', unique = true, useable = true, shouldClose = true, description = 'A heavy-duty bag designed to carry large sums of money.' },
gg_privatecrate = { name = 'gg_privatecrate', label = 'Large Locked Crate', weight = 5000, type = 'item', image = 'gg_privatecrate.png', unique = true, useable = true, shouldClose = true, description = 'A secured crate used for transporting valuable goods.' },
gg_thermite = { name = 'gg_thermite', label = 'Thermite Charge', weight = 5000, type = 'item', image = 'gg_thermite.png', unique = true, useable = true, shouldClose = true, description = 'An industrial-grade charge used to breach reinforced locks.' },
```

### Step 2.

{% hint style="info" %}
2\. Add Images from gg\_gruppejob/!SETUP/IMAGES into inventory\_images/images (Tgianns Image Folder)
{% endhint %}
