I'm trying to create an item (armor) that requires a certain skill level, and also increases a certain skill, but there is no way to add a required skill level in the editor like you can with weapons. So I figured I would have to do it with a script. Unfortunately, I can't even get started on the script because I can't find a command that gets the player's current skill level. Increasing the skill is easy, as you can just add it through an object effect. But I wanted to have this item require a certain skill level before it allows you to equip it.
Thanks for any help.
