defear Posted October 24, 2010 Share Posted October 24, 2010 I need a script that can check the armor type of what the player is wearing, and if it is a heavy armor, it has to unequip the item you just tried to equip. This is the basic outline of what I want it to do: begin OnActorEquip ArmorConcealedBodyLight ;;if equipped regular armor is heavy ;; then unequip the concealed armor end begin OnActorEquip ArmorConcealedBodyHeavy ;; if equipped regular armor is not light ;; then unequip concealed armor end My experience with scripting in Fallout 3/NV is almost nonexistant, but I'm trying to learn. Any constructive input is appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts