4 - Add your item list, requid items.
-- Items
["goldkupe"] = {["name"] = "goldkupe", ["label"] = "Gold Earrings", ["weight"] = 100, ["type"] = "item", ["image"] = "goldkupe.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "The perfect looking item every woman wants to own."},
["diamond_ring"] = {["name"] = "diamond_ring", ["label"] = "Diamond Ring", ["weight"] = 1500, ["type"] = "item", ["image"] = "diamond_ring.png", ["unique"] = false, ["useable"] = false, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ring."},
["goldchain"] = {["name"] = "goldchain", ["label"] = "Gold Chain", ["weight"] = 200, ["type"] = "item", ["image"] = "goldchain.png", ["unique"] = false, ["useable"] = false, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A shiny gold chain"},
["goldbar"] = {["name"] = "goldbar", ["label"] = "Gold Bar", ["weight"] = 100, ["type"] = "item", ["image"] = "goldbar.png", ["unique"] = false, ["useable"] = false, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Very expensive nice looking gold nuggets."},
["goldjewel"] = {["name"] = "goldjewel", ["label"] = "Gold jewel", ["weight"] = 1000, ["type"] = "item", ["image"] = "goldjewel.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Gold jewel"},
["goldbılek"] = {["name"] = "goldbılek", ["label"] = "Gold Bracelet", ["weight"] = 10, ["type"] = "item", ["image"] = "goldbilek.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Brilliant, very beautiful."},