Jump to content

[LE] Need CK Help: How to force equip ammo on follower?


Recommended Posts

I'm trying to get one of my custom followers to equip an Elder Scroll on their back, like Serana does.

 

Since the Elder Scroll she wears counts as unplayable ammunition, I made a duplicate with a different form ID, and now I'm trying to figure out how to force-equip it on one of my custom followers. It's in their inventory, but I can't get them to equip it in game. (I'm not worried about them using it since the character uses unarmed)

 

The papyrus script "DefaultEquipItemOnLoad" only has options for weapons and armor, not ammo. Does anyone have a method I can use to get it working?

Link to comment
Share on other sites

Add a property for ammo?

Ammo property AmmoToEquip Auto
if (AmmoToEquip != None)
   Self.EquipItem(AmmoToEquip, preventRemoval, silent)
EndIf
Or better make your own script, rename it. It's not ideal to change the original script. Edited by Ghaunadaur
Link to comment
Share on other sites

Yeah scripting isn't my cup of tea.

 

But the good news is I figured out an easier way. I just extracted the mesh from the BSA and used it to create an armor instead.

 

That was whole helluva lot simpler than what I was trying to do.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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