good day how do we do this - I would like to create a few different kits the NPC's can use
You can set multiple presets, or add new presets, and mix them in that way with multiple outfits in one place.
"Wear items": [
{
"ShortName": "burlap.shirt",
"SkinID (0 - default)": 2039984110
},
{
"ShortName": "boots.frog",
"SkinID (0 - default)": 0
},
{
"ShortName": "hat.boonie",
"SkinID (0 - default)": 2037650796
},
{
"ShortName": "burlap.gloves",
"SkinID (0 - default)": 0
},
{
"ShortName": "burlap.trousers",
"SkinID (0 - default)": 2039988322
}
],