So far I have this:
scn ClassOverhaulScriptshort ArmorRemovalif player.GetClassSpecialization == 1 && player.GetArmorType == 0set ArmorRemoval to player.GetEquippedObject 2ArmorRemoval player.UnEquipMeendifend
The problem is is that this needs to work for any armor/weapon and I can't figure out how to do it without specifying the item. Any ideas?
- Ryan Paul Fialcowitz