๐Add Item
Add this item to your inventory Script
Last updated
Add this item to your inventory Script
Last updated
['cardoc'] = {
["name"] = "cardoc",
["label"] = "Vehicle Document",
["weight"] = 100,
["type"] = "item",
["image"] = "cardoc.png",
["unique"] = true,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Document Paper of Vehicle Token"
}
['cardoc'] = {
label = 'Vehicle Document',
weight = 100,
stack = false,
description = "Document Paper of Vehicle Token"
},