RedxYeti Posted February 16, 2022 Posted February 16, 2022 SetOutfit() is too intrusive, im only trying to change 1 piece of armor ive tried something like this already ObjectReference newarmor = GetActorRef().Additem(BootsLeveledList) GetActorRef().EquipItem(newarmor) But that just ends up with them not getting the item and missing armor in that slot Formlists are too restrictive for what im doing as well. Is there a good way to get the actor the armor through an LL and get the actor to equip it as well?
Recommended Posts