Dro Posted April 23, 2020 Posted April 23, 2020 I have a magic effect that I want to apply to an entire race and it's working but only without conditions. It's a Magic effect that increases melee damage but it's suppose to only activate when a certain weapon is equipped. So I gave it a condition to only work when subject Haskeyword "UniqueBlade" == 1. And yes I made sure my new weapon has that keyword and it does. I even tried using the "WeapTypeSword" on it and use a normal sword and it still doesn't work. The Result is nothing. Doesn't trigger at all, however if I remove the condition is works. Do Conditions work or is it just another part of the Creation Kit that doesn't work and Bethesda never bothered to fix? Is there a way to make this work? It's suppose to be really easy.
Fotogen Posted April 24, 2020 Posted April 24, 2020 HasKeyword will check Actor, not equiped weapon. WornHasKeyword will check equiped armor, not sure about weapon.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.