Hi psioniq, "Armor Pockets" it's very good mod. I like to play with it, but there is one error in it. If I'm equip any equipment when the character of the player is equal to null, then the game is crash.
This can be fixed by checking:
if player.character == nil then return end
before the initialization of the variable "armor".