Jump to content

Good way to get npcs to equip armor from a Leveled list? (papyrus)


RedxYeti

Recommended Posts

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?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...