Npc_add command creates kit, but doesn't populate items array in JSON
[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:

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": []
    }
  }
}
In response to quietconundrum ():
[ignore npc_add in title, I meant "/kit add"]

I'm following the provided instructions and...

Try "/kit edit merchant" and when the menu appears (and with your chosen inventory equipped)  type "/kit items"
a confirmation will come up in chat stating that "the items in your inventory were added to the kit".

just one question , all my npc kits (12) are hidden and i dont have an auth level as even as admin i cannot redeem it unless i remove the "NPC only" , so why show yours ?