CODEM Inventory Setup
Guide to use NGD scripts with CodeM Inventory
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
labelis the label of the shop and can be whatever you want - The
jobcan still be 'all' since the NGD scripts restrict the shop with target - The
itemsare each of the items from the NGD script config
Shop Names:
NGD-VU
VU IceMakerVU GlassesVU AlcoholVU WineVU Ingredients
NGD-BAHAMA
IceMakerGlassesAlcoholWineIngredients
NGD-GALAXY
Galaxy IceMakerGalaxy GlassesGalaxy AlcoholGalaxy WineGalaxy Ingredients
NGD-PACIFIC
Pacific IngredientsPacific AlcoholPacific IcePacific Glasses
NGD-PILLBOXADDON
Bean Machine Ingredient StoreBean Machine Alcohol StoreBean Machine IceBean Machine Cup StorePillbox Kitchen(Floor 1)Floor 2 AlcoholPharmacy SuppliesBreakroom Food
NGD-BLAZED
Blazed Supplies
NGD-CHERRYPOPPER
Ice Cream StoreIce Cream Supplies
NGD-CHRISTMAS
Tree Store
NGD-SKYLINE
Skyline IceSkyline RefrigeratorSkyline SyrupSkyline CoffeeSkyline Steamed Milk
NGD-LIMEYS
Limeys FruitLimeys SupplyLimeys DoughnutsLimeys Coffee
NGD-TEQUILA
Tequilala Bottled BeerTequilala Food IngredientsTequilala GlassesTequilala IceTequilala Mixed Drink Ingredients
Do you still need help? Open a ticket in our Discord