I am looking for a way to either change the skin that a player starts with, or spawn the packed skin in a loadout
So my custom loadouts are in \MPMissions\DayZ_Epoch_24.Napf\custom\loadout.sqf and this is the code for default loadout
//Default Loadout
DefaultMagazines = ["ItemBandage","ItemBandage","ItemPainkiller","FoodCanPasta","ItemSodaCoke"];
DefaultWeapons = ["ItemFlashlight","ItemHatchet_DZE","ItemMap"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DefaultBackpackWeapon = "";
I've tried putting in "Skin_Functionary1_EP1_DZ" (suit used as an example), same item id as the one in the trader, but it just doesn't spawn anything. I've also tried it without the "Skin_", but to no avail
If anyone could enlighten me on this it would be greatly appreciated!