/md-drugs

An in depth free drug script for QBCore

Primary LanguageLuaGNU General Public License v3.0GPL-3.0


Support

if you have any issues, you can come to my discord and throw a ticket in. I hope i can get it fixed ASAP Rocky

My Community Discord Invite Link


Credits

This was all possible because of creators and devs in Project Sloth, JixelTay, and Samuel's development. I used the globalstates and spawning of props from Samuel's christmas script (I asked permission before release)

Samuel's Tebex.

Shout out to STACHY225 for working out the meth network animations!

  • Big Credit to Bostra. if you have been around you may have seen him post some free scripts and help people. There was definetly times I dm'd him saying what the fuck am I doing and he helped keep me sane. He also made the cute mushrooms!

  • Big Credit to Feisty. She made all the images that look good. Seriously you can tell which ones I forgot to ask her for.

  • shout out to my beta testers who had to deal with me a lot!

  • Our partner 1of1 Servers and their discord for their amazing server hosting! absolutely top notch


Dependencies




How to install like a fuckin bosssssss

  • STEP 1 Add items To qb-core - > shared -> items.lua
------------------ md-drugs
["coke"] 		 	 	 	     = {["name"] = "coke",           				["label"] = "Raw Cocaine", 				["weight"] = 1000,		["type"] = "item", 		["image"] = "coke.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,    ["description"] = "Processed cocaine"},
 ["coca_leaf"] 		 	 	 	 = {["name"] = "coca_leaf",           			["label"] = "Cocaine leaves",	 		["weight"] = 1500,		["type"] = "item", 		["image"] = "coca_leaf.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,    ["description"] = "Cocaine leaves that must be processed !"},
 ["poppyresin"] 		 	 	 = {["name"] = "poppyresin",           			["label"] = "Poppy resin",	 			["weight"] = 2000, 		["type"] = "item", 		["image"] = "poppyresin.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,    ["description"] = "It sticks to your fingers when you handle it."},
 ["heroin"] 		 	 	 	 = {["name"] = "heroin",           				["label"] = "Weak Heroin Powder",	 				["weight"] = 500, 		["type"] = "item", 		["image"] = "loosecoke.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = "Really addictive depressant..."},
 ["bakingsoda"] 		 	 	 = {["name"] = "bakingsoda",           		    ["label"] = "Baking Soda",	 		    ["weight"] = 300, 		["type"] = "item", 		["image"] = "bakingsoda.png", 		    ["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = "Household Baking Soda!"},
 ['loosecoke'] 			 		 = {['name'] = 'loosecoke', 			  		['label'] = 'loose coke', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'loosecoke.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = 'Paper made specifically for encasing and smoking tobacco or cannabis.'},
['loosecokestagetwo'] 			 = {['name'] = 'loosecokestagetwo', 			['label'] = 'More Pure Loose Coke', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'loosecokestagetwo.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['loosecokestagethree'] 		 = {['name'] = 'loosecokestagethree', 			['label'] = 'Purest Loose Coke', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'loosecokestagethree.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['cokebaggystagetwo'] 			 = {['name'] = 'cokebaggystagetwo', 			['label'] = 'Bag of Good Coke', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'cocaine_baggystagetwo.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'To get happy real quick'},
['cokebaggystagethree'] 		 = {['name'] = 'cokebaggystagethree', 			['label'] = 'Bag of Great Coke', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'cocaine_baggystagethree.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'To get happy real quick'},
["cokestagetwo"] 		 	 	 = {["name"] = "cokestagetwo",           		["label"] = "Better Raw Cocaine", 				["weight"] = 100,		["type"] = "item", 		["image"] = "cokestagetwo.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["expire"] = 90,  ["description"] = "Processed cocaine"},
["cokestagethree"] 		 	 	 = {["name"] = "cokestagethree",           		["label"] = "Best Raw Cocaine", 				["weight"] = 100,		["type"] = "item", 		["image"] = "cokestagethree.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["expire"] = 90,  ["description"] = "Processed cocaine"},
 
 ----md-lsd
 ['lysergic_acid'] 			 	 = {['name'] = 'lysergic_acid', 			  		['label'] = 'Lysergic Acid', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'lysergic_acid.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['diethylamide'] 			 	 = {['name'] = 'diethylamide', 			  			['label'] = 'Diethylamide', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'diethylamide.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['lsd_one_vial'] 			 	 = {['name'] = 'lsd_one_vial', 			  			['label'] = 'Weakest LSD Vial', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'lsd_one_vial.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['lsd_vial_two'] 			 	 = {['name'] = 'lsd_vial_two', 			  			['label'] = 'Slightly Better LSD Vial', 	['weight'] = 100, 		['type'] = 'item', 		['image'] = 'lsd_vial_two.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['lsd_vial_three'] 			 	 = {['name'] = 'lsd_vial_three', 			  		['label'] = 'Good LSD', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'lsd_vial_three.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['lsd_vial_four'] 			 	 = {['name'] = 'lsd_vial_four', 			  		['label'] = 'Really Good LSD', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'lsd_vial_four.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['lsd_vial_five'] 			 	 = {['name'] = 'lsd_vial_five', 			  		['label'] = 'Amazing LSD', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'lsd_vial_five.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['lsd_vial_six'] 			 	 = {['name'] = 'lsd_vial_six', 			  			['label'] = 'Purest LSD', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'lsd_vial_six.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['tab_paper'] 			 		 = {['name'] = 'tab_paper', 			  			['label'] = 'Tab Paper', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'tab_paper.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['smileyfacesheet'] 			 = {['name'] = 'smileyfacesheet', 			  		['label'] = 'Smiley Face Sheet', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'smileysheet.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['wildcherrysheet'] 			 = {['name'] = 'wildcherrysheet', 			  		['label'] = 'Wild Cherry Sheet', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'wildcherrysheet.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['yinyangsheet'] 			     = {['name'] = 'yinyangsheet', 			  			['label'] = 'Yin and Yang Sheet', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'yinyangsheet.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['pineapplesheet'] 			 	 = {['name'] = 'pineapplesheet', 			  		['label'] = 'Pineapple Sheet', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'pineapplesheet.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['bartsheet'] 			 		 = {['name'] = 'bartsheet', 			  			['label'] = 'Bart Simpson Sheet', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'bartsheet.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['gratefuldeadsheet'] 			 = {['name'] = 'gratefuldeadsheet', 			  	['label'] = 'Grateful Dead Sheet', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'gratefuldeadsheet.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['smiley_tabs'] 			     = {['name'] = 'smiley_tabs', 			  			['label'] = 'Smiley tabs', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'smiley_tabs.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['wildcherry_tabs'] 			 = {['name'] = 'wildcherry_tabs', 			  		['label'] = 'Wild Cherry Tabs', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'wildcherry_tabs.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['yinyang_tabs'] 			     = {['name'] = 'yinyang_tabs', 			  			['label'] = 'Yin and Yang Tabs', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'yinyang_tabs.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['pineapple_tabs'] 			     = {['name'] = 'pineapple_tabs', 			  		['label'] = 'Pineapple Tabs', 				['weight'] = 100, 		['type'] = 'item', 		['image'] = 'pineapple_tabs.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['bart_tabs'] 			 		 = {['name'] = 'bart_tabs', 			  			['label'] = 'Bart Simpson Tabs', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'bart_tabs.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['gratefuldead_tabs'] 			 = {['name'] = 'gratefuldead_tabs', 			  	['label'] = 'Grateful Dead Tabs', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'gratefuldead_tabs.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = 'DONT USE IF YOU GET SEIZURES'},
['lsdlabkit'] 			 		= {['name'] = 'lsdlabkit', 			  				['label'] = 'LSD Mixing Table', 			['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'labkit.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['dirtylsdlabkit'] 			 	= {['name'] = 'dirtylsdlabkit', 			  		['label'] = 'Dirty LSD Mixing Table', 			['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'labkit_dirty.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},

---- md heroin
["heroinstagetwo"] 		 	 	 	 = {["name"] = "heroinstagetwo",           			["label"] = "Better Heroin",	 		["weight"] = 250, 		["type"] = "item", 		["image"] = "heroinpowderstagetwo.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = ""},
["heroinstagethree"] 		 	 	 = {["name"] = "heroinstagethree",           		["label"] = "Best Heroin",	 			["weight"] = 250, 		["type"] = "item", 		["image"] = "heroinpowderstagethree.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = ""},
["heroincut"] 		 	 	 		 = {["name"] = "heroincut",           				["label"] = "Cut Heroin",	 			["weight"] = 250, 		["type"] = "item", 		["image"] = "heroinpowder.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   	     ["description"] = ""},
["heroincutstagetwo"] 		 	 	 = {["name"] = "heroincutstagetwo",           		["label"] = "Better Cut Heroin",	 	["weight"] = 250, 		["type"] = "item", 		["image"] = "heroinpowderstagethree.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   		 ["description"] = ""},
["heroincutstagethree"] 		 	 = {["name"] = "heroincutstagethree",           	["label"] = "Best Cut Heroin",	 		["weight"] = 250, 		["type"] = "item", 		["image"] = "heroinpowderstagetwo.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,  	     ["description"] = ""},
["heroinlabkit"] 		 	 	 	 = {["name"] = "heroinlabkit",           			["label"] = "Heroin Lab Kit",	 		["weight"] = 250, 		["type"] = "item", 		["image"] = "labkit.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,   		 ["description"] = ""},
["dirtyheroinlabkit"] 		 	 	 = {["name"] = "dirtyheroinlabkit",           		["label"] = "Dirty heroin Lab Kit",	 	["weight"] = 250, 		["type"] = "item", 		["image"] = "labkit_dirty.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,   		 ["description"] = ""},
["heroinvial"] 		 	 	 		 = {["name"] = "heroinvial",           				["label"] = "Vial Of Heroin",	 		["weight"] = 250, 		["type"] = "item", 		["image"] = "heroin.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = ""},
["heroinvialstagetwo"] 		 	 	 = {["name"] = "heroinvialstagetwo",           		["label"] = "Better Vial of Heroin",	["weight"] = 250, 		["type"] = "item", 		["image"] = "heroinstagetwo.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = ""},
["heroinvialstagethree"] 		 	 = {["name"] = "heroinvialstagethree",           	["label"] = "Best Vial Of Heroin",	 	["weight"] = 250, 		["type"] = "item", 		["image"] = "heroinstagethree.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = ""},
["heroin_ready"] 		 	 	 	 = {["name"] = "heroin_ready",           			["label"] = "Syringe Of Heroin",	 	["weight"] = 250, 		["type"] = "item", 		["image"] = "heroin_ready.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,   		 ["description"] = ""},
["heroin_readystagetwo"] 		 	 = {["name"] = "heroin_readystagetwo",           	["label"] = "Syringe Of Better Heroin",	 ["weight"] = 250, 		["type"] = "item", 		["image"] = "heroin_readystagetwo.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,         ["description"] = ""},
["heroin_readystagethree"] 		 	 = {["name"] = "heroin_readystagethree",           	["label"] = "Syringe Of Best Heroin",	 ["weight"] = 250, 		["type"] = "item", 		["image"] = "heroin_readystagethree.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,         ["description"] = ""},
["emptyvial"] 				     = {["name"] = "emptyvial", 			    	["label"] = "empty vial", 			    ['weight'] = 100, 		["type"] = "item", 		["image"] = "emptyvial.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ['combinable'] = nil,					 ["description"] = ""},
["needle"] 		 					 = {["name"] = "needle",           					["label"] = "Syringe",	 				["weight"] = 250, 		["type"] = "item", 		["image"] = "syringe.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,         ["description"] = ""},
---- md crack
["crackrock"] 		 	 	 		 = {["name"] = "crackrock",           				["label"] = "Crack Rock",	 			["weight"] = 250, 		["type"] = "item", 		["image"] = "crackrock1.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = ""},
["crackrockstagetwo"] 		 	 	 = {["name"] = "crackrockstagetwo",           		["label"] = "Better Crack Rock",	 	["weight"] = 250, 		["type"] = "item", 		["image"] = "crackrock2.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     ["description"] = ""},
["crackrockstagethree"] 		 	 = {["name"] = "crackrockstagethree",           	["label"] = "Best Crack Rock",	 		["weight"] = 250, 		["type"] = "item", 		["image"] = "crackrock3.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   	     ["description"] = ""},
["baggedcracked"] 		 	 	 	 = {["name"] = "baggedcracked",           			["label"] = "Bag Of Crack",	 			["weight"] = 250, 		["type"] = "item", 		["image"] = "crackbag1.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,   		 ["description"] = ""},
["baggedcrackedstagetwo"] 		 	 = {["name"] = "baggedcrackedstagetwo",           	["label"] = "Better Bag Of Crack",	 	["weight"] = 250, 		["type"] = "item", 		["image"] = "crackbag2.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,  	     ["description"] = ""},
["baggedcrackedstagethree"] 		 = {["name"] = "baggedcrackedstagethree",           ["label"] = "Best Bag Of Crack",	 	["weight"] = 250, 		["type"] = "item", 		["image"] = "crackbag3.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,  	     ["description"] = ""},
---- shrooms 
["shrooms"] 		 = {["name"] = "shrooms",           ["label"] = "Shrooms",	 	["weight"] = 250, 		["type"] = "item", 		["image"] = "shrooms.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   ["combinable"] = nil,  	     ["description"] = ""},
-- pharma
['prescription_pad'] 		     = {['name'] = 'prescription_pad', 			    ['label'] = 'Prescription Pad',        		     ['weight'] = 10,       ['type'] = 'item',     ['image'] = 'prescriptionpad.png',         	['unique'] = true,    	['useable'] = true,     ['shouldClose'] = false,   ['combinable'] = nil,   					 ['description'] = ''},
["vicodin_prescription"] 		 = {["name"] = "vicodin_prescription",        	["label"] = "Vicie Prescription",	 			 ["weight"] = 250, 		["type"] = "item", 		["image"] = "vicodinprescription.png", 		["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     				 ["description"] = ""},
["adderal_prescription"] 		 = {["name"] = "adderal_prescription",        	["label"] = "Mdderal Prescription",	 			 ["weight"] = 250, 		["type"] = "item", 		["image"] = "adderalprescription.png", 		["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     				 ["description"] = ""},
["morphine_prescription"] 		 = {["name"] = "morphine_prescription",       	["label"] = "Morphin Prescription",			 ["weight"] = 250, 		["type"] = "item", 		["image"] = "morphineprescription.png", 	["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     				 ["description"] = ""},
["xanax_prescription"] 		 	 = {["name"] = "xanax_prescription",          	["label"] = "Zany Prescription",	 			 ["weight"] = 250, 		["type"] = "item", 		["image"] = "xanaxprescription.png", 		["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,     				 ["description"] = ""},
['adderal'] 			    	 = {['name'] = 'adderal', 			  		 	['label'] = 'Madderal', 							 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'adderal.png', 					['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['vicodin'] 			    	 = {['name'] = 'vicodin', 			  		 	['label'] = 'Vicie', 							 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'vicodin.png', 					['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['morphine'] 			    	 = {['name'] = 'morphine', 			  		 	['label'] = 'Morphin', 						 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'morphine.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['xanax'] 			     		 = {['name'] = 'xanax', 			  		 	['label'] = 'Zany', 							 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'xanax.png', 					['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['adderalbottle'] 			     = {['name'] = 'adderalbottle', 			  	['label'] = 'Madderal Bottle', 					 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'pillbottle.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['vicodinbottle'] 			     = {['name'] = 'vicodinbottle', 			  	['label'] = 'Vicie Bottle', 					 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'pillbottle.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['morphinebottle'] 			     = {['name'] = 'morphinebottle', 			  	['label'] = 'Morphin Bottle', 					 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'pillbottle.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
['xanaxbottle'] 			     = {['name'] = 'xanaxbottle', 			  		['label'] = 'Zany Bottle', 					 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'pillbottle.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil, 					 ['description'] = ''},
---------------- XTC	
['isosafrole'] 			 		 = {['name'] = 'isosafrole', 			  		['label'] = 'isosafrole', 						 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'isosafrole.png', 				['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,					 ['description'] = ''},
['mdp2p'] 			 			 = {['name'] = 'mdp2p', 			  			['label'] = 'mdp2p', 							 ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'mdp2p.png', 					['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,				     ['description'] = ''},
["raw_xtc"] 				     = {["name"] = "raw_xtc", 			    		["label"] = "Raw XTC", 			       			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "raw_xtc.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["singlepress"] 				 = {["name"] = "singlepress", 			    	["label"] = "Single Pill Press", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "pillpress.png", 		   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_xtc"] 				     = {["name"] = "white_xtc", 			    	["label"] = "Single Stack White XTC", 		     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedwhite.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_xtc2"] 				     = {["name"] = "white_xtc2", 			    	["label"] = "Dual Stack White XTC", 		     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedwhite.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_xtc3"] 				     = {["name"] = "white_xtc3", 			    	["label"] = "Triple Stack White XTC", 		     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedwhite.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_xtc4"] 				     = {["name"] = "white_xtc4", 			    	["label"] = "Quad Stack White XTC", 		     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedwhite.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_xtc"] 				     = {["name"] = "red_xtc", 			    		["label"] = "Single Stack Red XTC", 		     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedred.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_xtc2"] 				     = {["name"] = "red_xtc2", 			    		["label"] = "Dual Stack Red XTC", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedred.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_xtc3"] 				     = {["name"] = "red_xtc3", 			    		["label"] = "Triple Stack Red XTC", 		     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedred.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_xtc4"] 				     = {["name"] = "red_xtc4", 			    		["label"] = "Quad Stack Red XTC", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedred.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_xtc"] 				     = {["name"] = "orange_xtc", 			    	["label"] = "Single Stack Orange XTC", 	         ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedorange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_xtc2"] 				 = {["name"] = "orange_xtc2", 			   		["label"] = "Dual Stack Orange XTC", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedorange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_xtc3"] 				 = {["name"] = "orange_xtc3", 			   		["label"] = "Triple Stack Orange XTC", 		     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedorange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_xtc4"] 				 = {["name"] = "orange_xtc4", 			   		["label"] = "Quad Stack Orange XTC", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedorange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_xtc"] 				     = {["name"] = "blue_xtc", 			    		["label"] = "Single Stack Blue XTC", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedblue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_xtc2"] 				     = {["name"] = "blue_xtc2", 			    	["label"] = "Dual Stack Blue XTC", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedblue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_xtc3"] 				     = {["name"] = "blue_xtc3", 			    	["label"] = "Triple Stack Blue XTC", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedblue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_xtc4"] 				     = {["name"] = "blue_xtc4", 			    	["label"] = "Quad Stack Blue XTC", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "unstampedblue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_playboys"] 				 = {["name"] = "white_playboys", 			    ["label"] = "Single Stack White Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_white.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_playboys2"] 			 = {["name"] = "white_playboys2", 			    ["label"] = "Dual Stack White Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_white.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_playboys3"] 			 = {["name"] = "white_playboys3", 			    ["label"] = "Triple Stack White Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_white.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_playboys4"] 			 = {["name"] = "white_playboys4", 			    ["label"] = "Quad Stack White Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_white.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_playboys"] 				 = {["name"] = "blue_playboys", 			    ["label"] = "Single Stack blue Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_blue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_playboys2"] 				 = {["name"] = "blue_playboys2", 			    ["label"] = "Dual Stack blue Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_blue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_playboys3"] 				 = {["name"] = "blue_playboys3", 			    ["label"] = "Triple Stack blue Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_blue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_playboys4"] 				 = {["name"] = "blue_playboys4", 			    ["label"] = "Quad Stack blue Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_blue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_playboys"] 				 = {["name"] = "red_playboys", 			    	["label"] = "Single Stack red Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_playboys2"] 				 = {["name"] = "red_playboys2", 			    ["label"] = "Dual Stack red Playboys", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_playboys3"] 				 = {["name"] = "red_playboys3", 			    ["label"] = "Triple Stack red Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_playboys4"] 				 = {["name"] = "red_playboys4", 			    ["label"] = "Quad Stack red Playboys", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_playboys"] 			 = {["name"] = "orange_playboys", 			    ["label"] = "Single Stack orange Playboys", 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_playboys2"] 			 = {["name"] = "orange_playboys2", 			    ["label"] = "Dual Stack orange Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_playboys3"] 			 = {["name"] = "orange_playboys3", 			    ["label"] = "Triple Stack orange Playboys", 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_playboys4"] 			 = {["name"] = "orange_playboys4", 			    ["label"] = "Quad Stack orange Playboys", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "playboy_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_aliens"] 				 = {["name"] = "white_aliens", 			    	["label"] = "Single Stack White aliens", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_aliens2"] 				 = {["name"] = "white_aliens2", 			    ["label"] = "Dual Stack White aliens", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_aliens3"] 				 = {["name"] = "white_aliens3", 			    ["label"] = "Triple Stack White aliens", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_aliens4"] 				 = {["name"] = "white_aliens4", 			    ["label"] = "Quad Stack White aliens", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_aliens"] 				 = {["name"] = "blue_aliens", 			    	["label"] = "Single Stack blue aliens", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_aliens2"] 				 = {["name"] = "blue_aliens2", 			    	["label"] = "Dual Stack blue aliens", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_aliens3"] 				 = {["name"] = "blue_aliens3", 			    	["label"] = "Triple Stack blue aliens", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_aliens4"] 				 = {["name"] = "blue_aliens4", 			    	["label"] = "Quad Stack blue aliens", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_aliens"] 					 = {["name"] = "red_aliens", 			    	["label"] = "Single Stack red aliens", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_aliens2"] 				 = {["name"] = "red_aliens2", 			    	["label"] = "Dual Stack red aliens", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_aliens3"] 				 = {["name"] = "red_aliens3", 			    	["label"] = "Triple Stack red aliens", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_aliens4"] 				 = {["name"] = "red_aliens4", 			    	["label"] = "Quad Stack red aliens", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_aliens"] 				 = {["name"] = "orange_aliens", 			    ["label"] = "Single Stack orange aliens", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_aliens2"] 				 = {["name"] = "orange_aliens2", 			    ["label"] = "Dual Stack orange aliens", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_aliens3"] 				 = {["name"] = "orange_aliens3", 			    ["label"] = "Triple Stack orange aliens", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_aliens4"] 				 = {["name"] = "orange_aliens4", 			    ["label"] = "Quad Stack orange aliens", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "alien_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_pl"] 					 = {["name"] = "white_pl", 			    		["label"] = "Single Stack White pl", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_white.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_pl2"] 					 = {["name"] = "white_pl2", 			    	["label"] = "Dual Stack White pl", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_white.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_pl3"] 					 = {["name"] = "white_pl3", 			    	["label"] = "Triple Stack White pl", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_white.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_pl4"] 					 = {["name"] = "white_pl4", 			    	["label"] = "Quad Stack White pl", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_white.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_pl"] 					 = {["name"] = "blue_pl", 			    		["label"] = "Single Stack blue pl", 		 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_blue.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_pl2"] 					 = {["name"] = "blue_pl2", 			    		["label"] = "Dual Stack blue pl", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_blue.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_pl3"] 					 = {["name"] = "blue_pl3", 			    		["label"] = "Triple Stack blue pl", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_blue.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_pl4"] 					 = {["name"] = "blue_pl4", 			    		["label"] = "Quad Stack blue pl", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_blue.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_pl"] 						 = {["name"] = "red_pl", 			    		["label"] = "Single Stack red pl", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_red.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_pl2"] 					 = {["name"] = "red_pl2", 			    		["label"] = "Dual Stack red pl", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_red.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_pl3"] 					 = {["name"] = "red_pl3", 			    		["label"] = "Triple Stack red pl", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_red.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_pl4"] 					 = {["name"] = "red_pl4", 			    		["label"] = "Quad Stack red pl", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_red.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_pl"] 					 = {["name"] = "orange_pl", 			    	["label"] = "Single Stack orange pl", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_orange.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_pl2"] 					 = {["name"] = "orange_pl2", 			    	["label"] = "Dual Stack orange pl", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_orange.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_pl3"] 					 = {["name"] = "orange_pl3", 			    	["label"] = "Triple Stack orange pl", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_orange.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_pl4"] 					 = {["name"] = "orange_pl4", 			    	["label"] = "Quad Stack orange pl", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "PL_orange.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_trolls"] 				 = {["name"] = "white_trolls", 			    	["label"] = "Single Stack White trolls", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_trolls2"] 				 = {["name"] = "white_trolls2", 			    ["label"] = "Dual Stack White trolls", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_trolls3"] 				 = {["name"] = "white_trolls3", 			    ["label"] = "Tritrollse Stack White trolls", 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_trolls4"] 				 = {["name"] = "white_trolls4", 			    ["label"] = "Quad Stack White trolls", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_trolls"] 				 = {["name"] = "blue_trolls", 			    	["label"] = "Single Stack blue trolls", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_trolls2"] 				 = {["name"] = "blue_trolls2", 			    	["label"] = "Dual Stack blue trolls", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_trolls3"] 				 = {["name"] = "blue_trolls3", 			    	["label"] = "Tritrollse Stack blue trolls",      ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_trolls4"] 				 = {["name"] = "blue_trolls4", 			    	["label"] = "Quad Stack blue trolls", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_trolls"] 					 = {["name"] = "red_trolls", 			    	["label"] = "Single Stack red trolls", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_trolls2"] 				 = {["name"] = "red_trolls2", 			    	["label"] = "Dual Stack red trolls", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_trolls3"] 				 = {["name"] = "red_trolls3", 			    	["label"] = "Tritrollse Stack red trolls", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_trolls4"] 				 = {["name"] = "red_trolls4", 			    	["label"] = "Quad Stack red trolls", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_trolls"] 				 = {["name"] = "orange_trolls", 			    ["label"] = "Single Stack orange trolls", 	     ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_trolls2"] 				 = {["name"] = "orange_trolls2", 			    ["label"] = "Dual Stack orange trolls", 	     ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_trolls3"] 				 = {["name"] = "orange_trolls3", 			    ["label"] = "Tritrollse Stack orange trolls", 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_trolls4"] 				 = {["name"] = "orange_trolls4", 			    ["label"] = "Quad Stack orange trolls", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "troll_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_cats"] 					 = {["name"] = "white_cats", 			    	["label"] = "Single Stack White cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_cats2"] 				 = {["name"] = "white_cats2", 			    	["label"] = "Dual Stack White cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_cats3"] 				 = {["name"] = "white_cats3", 			    	["label"] = "Tricatse Stack White cats", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["white_cats4"] 				 = {["name"] = "white_cats4", 			    	["label"] = "Quad Stack White cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_white.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_cats"] 					 = {["name"] = "blue_cats", 			    	["label"] = "Single Stack blue cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_cats2"] 					 = {["name"] = "blue_cats2", 			    	["label"] = "Dual Stack blue cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_cats3"] 					 = {["name"] = "blue_cats3", 			    	["label"] = "Tricatse Stack blue cats", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blue_cats4"] 					 = {["name"] = "blue_cats4", 			    	["label"] = "Quad Stack blue cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_blue.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_cats"] 					 = {["name"] = "red_cats", 			    		["label"] = "Single Stack red cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_cats2"] 					 = {["name"] = "red_cats2", 			    	["label"] = "Dual Stack red cats", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_cats3"] 					 = {["name"] = "red_cats3", 			    	["label"] = "Tricatse Stack red cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["red_cats4"] 					 = {["name"] = "red_cats4", 			    	["label"] = "Quad Stack red cats", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_cats"] 				 = {["name"] = "orange_cats", 			    	["label"] = "Single Stack orange cats", 	     ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_cats2"] 				 = {["name"] = "orange_cats2", 			    	["label"] = "Dual Stack orange cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_cats3"] 				 = {["name"] = "orange_cats3", 			    	["label"] = "Tricatse Stack orange cats", 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["orange_cats4"] 				 = {["name"] = "orange_cats4", 			    	["label"] = "Quad Stack orange cats", 			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "kitty_orange.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["dualpress"] 				 	 = {["name"] = "dualpress", 			    	["label"] = "Dual Pill Press", 			         ['weight'] = 100, 		["type"] = "item", 		["image"] = "pillpress.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["triplepress"] 				 = {["name"] = "triplepress", 			    	["label"] = "Triple Pill Press", 			     ['weight'] = 100, 		["type"] = "item", 		["image"] = "pillpress.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["quadpress"] 					 = {["name"] = "quadpress", 			    	["label"] = "Quad Pill Press", 			         ['weight'] = 100, 		["type"] = "item", 		["image"] = "pillpress.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["spores"] 				    	 = {["name"] = "spores", 			    		["label"] = "spores", 		     			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "shrooms.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["cokeburner"] 				     = {["name"] = "cokeburner", 			    	["label"] = "Nokia Burner", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "cokeburner.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["crackburner"] 				 = {["name"] = "crackburner", 			    	["label"] = "Juke Burner", 		    		 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "crackburner.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["heroinburner"] 				 = {["name"] = "heroinburner", 			    	["label"] = "Razr Burner", 		    		 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "heroinburner.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["lsdburner"] 				     = {["name"] = "lsdburner", 			    	["label"] = "SideKick Burner", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "lsdburner.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["cactusbulb"] 				     = {["name"] = "cactusbulb", 			    	["label"] = "Cactus Bulb", 		    		 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "cactusbulb.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["driedmescaline"] 				 = {["name"] = "driedmescaline", 			    ["label"] = "Mescaline", 		    		 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "driedmescaline.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["mdlean"] 				         = {["name"] = "mdlean", 			    		["label"] = "Sizzurup", 		    		 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "Sizzurup.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["mdreddextro"] 				 = {["name"] = "mdreddextro", 			    	["label"] = "Red Dextro", 		    		 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "reddextro.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["wetcannabis"] 				 = {["name"] = "wetcannabis", 			    	["label"] = "Wet Cannabis", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "wetcannabis.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["drycannabis"] 				 = {["name"] = "drycannabis", 			    	["label"] = "Dry Cannabis", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "driedcannabis.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["weedgrinder"] 				 = {["name"] = "weedgrinder", 			    	["label"] = "Weed Grinder", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "weedgrinder.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["mdbutter"] 				     = {["name"] = "mdbutter", 			    		["label"] = "Butter", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "butter.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["cannabutter"] 				 = {["name"] = "cannabutter", 			    	["label"] = "Canna-Butter", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "cannabutter.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["specialbrownie"] 				 = {["name"] = "specialbrownie", 			    ["label"] = "Special Brownie", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "chocolate.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["specialcookie"] 				 = {["name"] = "specialcookie", 			    ["label"] = "Special Cookie", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "specialcookie.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["specialmuffin"] 				 = {["name"] = "specialmuffin", 			    ["label"] = "Special Muffin", 		    	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "specialmuffin.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["specialchocolate"] 			 = {["name"] = "specialchocolate", 			    ["label"] = "Special Chocolate", 			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "specialchocolate.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["grindedweed"] 				 = {["name"] = "grindedweed", 			    	["label"] = "Keef", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "keef.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["flour"] 				         = {["name"] = "flour", 			    		["label"] = "Flour", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "flour.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["chocolate"] 				     = {["name"] = "chocolate", 			    	["label"] = "Chocolate", 					 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "chocolate.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["ephedrine"] 				     = {["name"] = "ephedrine", 			    	["label"] = "Ephedrine", 					 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "ephedrine.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["acetone"] 				     = {["name"] = "acetone", 			    		["label"] = "Acetone", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "acetone.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["methbags"] 				     = {["name"] = "methbags", 			    		["label"] = "Meth", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "methbags.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["blunt"] 				    	 = {["name"] = "blunt", 			    		["label"] = "Blunts", 					 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "blunt.png", 			   	    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["butane"] 				    	 = {["name"] = "butane", 			    		["label"] = "Butane", 					 		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "butane.png", 			   	    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["butanetorch"] 				 = {["name"] = "butanetorch", 			    	["label"] = "Butane Torch", 		    		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "butanetorch.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["dabrig"] 				     	 = {["name"] = "dabrig", 			    		["label"] = "Dab Rig", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "dabrig2.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["mdwoods"] 				     = {["name"] = "mdwoods", 			    		["label"] = "MDWOODS", 					 	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "mdwoods.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["ciggie"] 				    	 = {["name"] = "ciggie", 			    		["label"] = "Ciggie", 					 	 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "ciggie.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["tobacco"] 				     = {["name"] = "tobacco", 			    		["label"] = "Tobacco", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "tobacco.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["shatter"] 				     = {["name"] = "shatter", 			    		["label"] = "Shatter", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "shatter.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["bluntwrap"] 				     = {["name"] = "bluntwrap", 			    	["label"] = "Blunt Wrap", 		    			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "bluntwrap.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["leanbluntwrap"] 				 = {["name"] = "leanbluntwrap", 			    ["label"] = "Lean Blunt Wrap", 		    		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "leanbluntwrap.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["dextroblunt"] 				 = {["name"] = "dextroblunt", 			    	["label"] = "Dextro Blunt Wrap", 		    	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "dextroblunt.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["dextrobluntwrap"] 			 = {["name"] = "dextrobluntwrap", 			    ["label"] = "Dextro Blunt Wrap", 		    	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "dextrobluntwrap.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["leanblunts"] 				     = {["name"] = "leanblunts", 			    	["label"] = "Lean Blunts", 		    			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "leanblunts.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["dextroblunts"] 				 = {["name"] = "dextroblunts", 			    	["label"] = "Dextro Blunts", 		    		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "dextroblunts.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["chewyblunt"] 				     = {["name"] = "chewyblunt", 			    	["label"] = "Chewy", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "blunt.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["sprunk"] 				    	 = {["name"] = "sprunk", 			    		["label"] = "Sprunk", 		    			 	 ['weight'] = 100, 		["type"] = "item", 		["image"] = "sprunk.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["leancup"] 				     = {["name"] = "leancup", 			    		["label"] = "Empty Cup", 		    			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "leancup.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["cupoflean"] 				     = {["name"] = "cupoflean", 			    	["label"] = "Lean Cup", 		    			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "cupoflean.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["cupofdextro"] 				 = {["name"] = "cupofdextro", 			    	["label"] = "Dextro Cup", 		    			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "cupofdextro.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},
["xtcburner"] 				     = {["name"] = "xtcburner", 			    	["label"] = "ENV Burner", 		    			 ['weight'] = 100, 		["type"] = "item", 		["image"] = "xtcburner.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,                     ["description"] = ""},


  • STEP 2 Add Images from HTML folder to your inventory script images location

  • STEP 3 delete qb-drugs

  • STEP 4 INSIDE OF THE CONFIG change all the locations for everything. All locations have been changed to make a preview video easier and with how big of a script this is, Im not going to config it for every city Its simple vec3 and vec4s. Make your city unique so its not in the same location as every other city.

  • STEP 5 in qb-radial menu search for
event = 'qb-drugs:client:cornerselling',

and switch it to this

event = 'md-drugs:client:cornerselling',

  • STEP 6 in qb-adminmenu look for
QBCore.Functions.CreateCallback('test:getdealers', function(_, cb)
    cb(exports['qb-drugs']:GetDealers())
end)

in the server.lua and change it to

QBCore.Functions.CreateCallback('test:getdealers', function(_, cb)
    cb(exports['md-drugs']:GetDealers())
end)

  • STEP 7 on the client side for all of these place your Police Alert inside that function. in Cornerselling.lua line 30 indeliveries.lua line 168 in oxyruns.lua line 16 in wholesale.lua line 5 for example something like ps-dispatch will look like this
local function PoliceCall()
exports['ps-dispatch']:DrugSale()
end

step 8 add this to your Config.Products = { in your config for qb-shops in the ['normal'] = { category

 {name = 'bakingsoda',    price = 100,   amount = 5000, info = {}, type = 'item'},
 {name = 'emptyvial',    price = 100,   amount = 5000, info = {}, type = 'item'},
 {name = 'needle',    price = 100,   amount = 5000, info = {}, type = 'item'},

step 9 search in rpemotes for uncuff if you do not have this then add this in animationslist.lua`

["uncuff"] = {
        "mp_arresting",
        "a_uncuff",
        "Uncuff",
        AnimationOptions = {
            EmoteLoop = true,
            EmoteMoving = true
        }
    },

step 10 check small resources config to see if you have any preset teleports that could be interfereing(coke is one from base smallresources)