What I need to do is to equip my skeleton mesh armor to the player, silently.
Currently I use
PlayerRef.EquipItem(po3SkinHumanSkeleton, abSilent=True)
which works, but there is a sound played upon equipping, which I need to avoid somehow.
I tried using SetOutfit() but that doesn't do anything at all to the player in my testing.
Help?