[ignore npc_add in title, I meant "/kit add"]
I'm following the provided instructions and after clearing my inventory, adding only the pieces I want this kit to have, and then using "/kit add", the entry is created in oxide/data/Kits.json but the items array is empty:
I'm following the provided instructions and after clearing my inventory, adding only the pieces I want this kit to have, and then using "/kit add", the entry is created in oxide/data/Kits.json but the items array is empty:
Help?
{
"Kits": {
"merchant": {
"name": "Merchant",
"description": "Outfit for NPC merchant",
"max": 0,
"cooldown": 0.0,
"authlevel": 1,
"hide": false,
"npconly": true,
"permission": null,
"image": null,
"building": null,
"items": []
}
}
}