3.1 KiB
3.1 KiB
title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
NGD CodeM Inventory Setup | Guide to use NGD scripts with CodeM Inventory | true | 2025-02-27T01:48:58.841Z | markdown | 2025-02-27T01:48:58.841Z |

Please follow the guide below when using CodeM Inventory
- CodeM does not provide exports for creating shops. This means you have to add each shop from the NGD configs into your codem
shops.lua
. Below is an example from ngd-tequila for the glasses.
["Tequilala Glasses"] = {
label = "Tequilala Glasses",
job = 'all',
items = {
["1"] = { name = "ngd_teqtallglass", price = 0},
["2"] = { name = "ngd_teqmarglass", price = 0},
["3"] = { name = "ngd_teqhurglass", price = 0},
["4"] = { name = "ngd_teqwineglass", price = 0},
["5"] = { name = "ngd_teqchamglass", price = 0},
},
coords = vector3(-1117.2538, 2692.1638, 17.5542),
Blip = {
enable = false,
id = 52,
scale = 0.5,
color = 5,
},
}
- The title
["Tequilala Glasses"]
is the shop registered in the NGD script. Click below to see each shop name. - The
label
is the label of the shop and can be whatever you want - The
job
can still be 'all' since the NGD scripts restrict the shop with target - The
items
are each of the items from the NGD script config
Shop Names:
NGD-VU
VU IceMakerVU Glasses
VU Alcohol
VU Wine
VU Ingredients
NGD-BAHAMA
IceMakerGlasses
Alcohol
Wine
Ingredients
NGD-GALAXY
Galaxy IceMakerGalaxy Glasses
Galaxy Alcohol
Galaxy Wine
Galaxy Ingredients
NGD-PACIFIC
Pacific IngredientsPacific Alcohol
Pacific Ice
Pacific Glasses
NGD-PILLBOXADDON
Bean Machine Ingredient StoreBean Machine Alcohol Store
Bean Machine Ice
Bean Machine Cup Store
Pillbox Kitchen(Floor 1)
Floor 2 Alcohol
Pharmacy Supplies
Breakroom Food
NGD-BLAZED
Blazed SuppliesNGD-CHERRYPOPPER
Ice Cream StoreIce Cream Supplies
NGD-CHRISTMAS
Tree StoreNGD-SKYLINE
Skyline IceSkyline Refrigerator
Skyline Syrup
Skyline Coffee
Skyline Steamed Milk
NGD-LIMEYS
Limeys FruitLimeys Supply
Limeys Doughnuts
Limeys Coffee
NGD-TEQUILA
Tequilala Bottled BeerTequilala Food Ingredients
Tequilala Glasses
Tequilala Ice
Tequilala Mixed Drink Ingredients
Do you still need help? Open a ticket in our Discord {.is-warning}