dePog Posted May 16, 2018 Share Posted May 16, 2018 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 More sharing options...
Reneer Posted May 16, 2018 Share Posted May 16, 2018 (edited) You could try using something like OnObjectEquipped and checking the base object keywords using HasKeyword. Edit: Also, for future reference this forum is not the place to ask such questions - you want the Skyrim Modders Forum. Edited May 16, 2018 by Reneer Link to comment Share on other sites More sharing options...
dePog Posted May 16, 2018 Author Share Posted May 16, 2018 Ta Reneer Thanks for both bits of info :) Link to comment Share on other sites More sharing options...
foamyesque Posted May 17, 2018 Share Posted May 17, 2018 (edited) Depending on what exactly you're doing, WornHasKeyword and WornApparelHasKeywordCount are conditions you can use in your magic effect/spell. Edited May 17, 2018 by foamyesque Link to comment Share on other sites More sharing options...
dePog Posted May 17, 2018 Author Share Posted May 17, 2018 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 More sharing options...
Recommended Posts