both old core and new core
Code: thx to @bxzzy - Converted to new item format in case you have OCD....
Code:
redw = {name = "redw", label = "Redwood Pack", weight = 200, type = "item", image = "redw.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
marlboro = {name = "marlboro", label = "Marlboro Pack", weight = 200, type = "item", image = "marlboro.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
cubancigar = {name = "cubancigar", label = "Cuban Cigar", weight = 200, type = "item", image = "cubancigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
davidoffcigar = {name = "davidoffcigar", label = "Davidoff Cigar", weight = 200, type = "item", image = "davidoffcigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
redwcig = {name = "redwcig", label = "Redwood Cigarette", weight = 200, type = "item", image = "redwcig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},
marlborocig = {name = "marlborocig", label = "Marlboro Cigarette", weight = 200, type = "item", image = "marlborocig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},
vape = {name = "vape", label = "Vape", weight = 200, type = "item", image = "vape.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Electronic cigarette"},
liquid = {name = "liquid", label = "Liquid", weight = 200, type = "item", image = "liquid.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Vape liquid"},
lighter = {name = "lighter", label = "Lighter", weight = 200, type = "item", image = "lighter.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cigarette lighter"},
bong = {name = "bong", label = "Bong", weight = 200, type = "item", image = "bong.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Bong"},
ocb_paper = {name = "ocb_paper", label = "Ocb Paper", weight = 200, type = "item", image = "ocb_paper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ocb paper for rolling joints"},
og_kush_joint = {name = "og_kush_joint", label = "Og Kush Joint", weight = 200, type = "item", image = "og_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
blue_dream_joint = {name = "blue_dream_joint", label = "Blue Dream Joint", weight = 200, type = "item", image = "blue_dream_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
purple_haze_joint = {name = "purple_haze_joint", label = "Purple Haze Joint", weight = 200, type = "item", image = "purple_haze_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
banana_kush_joint = {name = "banana_kush_joint", label = "Banana Lush Joint", weight = 200, type = "item", image = "banana_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
og_kush_bag = {name = "og_kush_bag", label = "Og Kush Bag", weight = 200, type = "item", image = "og_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
blue_dream_bag = {name = "blue_dream_bag", label = "Blue Dream Bag", weight = 200, type = "item", image = "blue_dream_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
purple_haze_bag = {name = "purple_haze_bag", label = "Purple Haze Bag", weight = 200, type = "item", image = "purple_haze_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
banana_kush_bag = {name = "banana_kush_bag", label = "Banana Kush Bag", weight = 200, type = "item", image = "banana_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
og_kush_weed = {name = "og_kush_weed", label = "Og Kush Weed 1G", weight = 200, type = "item", image = "og_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
blue_dream_weed = {name = "blue_dream_weed", label = "Blue Dream Weed 1G", weight = 200, type = "item", image = "blue_dream_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
banana_kush_weed = {name = "banana_kush_weed", label = "Banana Kush Weed 1G", weight = 200, type = "item", image = "banana_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
purple_haze_weed = {name = "purple_haze_weed", label = "Purple Haze Weed 1G", weight = 200, type = "item", image = "purple_haze_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
Last edited: