Jump to content

[LE] Easiest script to check if PC is wearing heavy or light armor?


dePog

Recommended Posts

Skyrim mod question (Oldrim)

 

My Tiefling mod gives the player a hardened skin if she isn't wearing Armor, and using her own claws. I have been using just a magic effect, but I want to make it a bit more conditional, so I want a script to check whether she is wearing light armor, heavy armor, or just clothing. I was hoping there would be something simple like

 

if mySelf.isWearing(Armorlight)

 

but alas, there isn't anything so simple

 

any thoughts?

Link to comment
Share on other sites

Depending on what exactly you're doing, WornHasKeyword and WornApparelHasKeywordCount are conditions you can use in your magic effect/spell.

 

Thanks foamyesque, I'll check it out :)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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