scriptname HelmCombatbegin OnActivateCombatBud.additem TCLCBHelmHeavy 1end
So I tested this script in-game with the activator, and it seems to look just fine... except that my CombatBud doesn't equip his helmet. Not even if I attack him does he put it on. There's nothing in his inventory beforehand, so nothing is taking priority.
Can someone help me out with a script that makes him equip his item? I've tried using EquipItem TCLCBHelmHeavy 1, but that doesn't work. The only possible thing I can think of is adding
CombatBud.equipitem IronHelmet 1CombatBud.equipitem SteelHelmet 1CombatBud.equipitem DwarvenHelmet 1CombatBud.equipitem OrcishHelmet 1CombatBud.equipitem EbonyHelmet 1CombatBud.equipitem DaedricHelmet 1
before the end block. Can somone help me out?