๐Add Item
Add this item to your inventory Script
Last updated
Add this item to your inventory Script
Last updated
["wrench"] = {
["name"] = "wrench",
["label"] = "Wrench",
["weight"] = 100,
["type"] = "item",
["image"] = "wrench.png",
["unique"] = true,
["useable"] = false,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = "A wrench to open something?"
}
['wrench'] = {
label = 'Wrench',
weight = 100,
},