KingShelby Posted October 9, 2018 Posted October 9, 2018 I have an enchantment that I've applied a knock down effect to. Yep it's a gun.I'm making it more realistic by having several conditions that have to be met in order for the effect to work.(no knocking down liberty with a mere rifle) I'm planing on making it cause a stagger effect (another effect) to power armor users. I haven't quite found the proper "condition" that identifies a npc is in power armor.Iv'e tried: "HasKeyword" keyword: FurnitureTypePowerArmor"WornHasKeyword: Keyword: FurnitureTypePowerArmorand a couple of others.These don't seem to be working for me. Any Ideas? Condition - Function Name - Function Info
JonathanOstrus Posted October 9, 2018 Posted October 9, 2018 Try WornHasKeyword: ArmorTypePower or GetIsRace: PowerArmorRace.
KingShelby Posted October 9, 2018 Author Posted October 9, 2018 WornHasKeyword: ArmorTypePower worked exactly as I needed.No luck with the GetIsRace Thanks BigAndFlabby!
Recommended Posts