Spell Property toggleAbility Auto Event OnEffectStart(Actor akTarget, Actor akCaster) If akTarget.HasSpell(toggleAbility) akTarget.RemoveSpell(toggleAbility) Else akTarget.AddSpell(toggleAbility, false) EndIfEndEvent
Spell Property toggleAbility Auto Event OnEffectStart(Actor akTarget, Actor akCaster) If akTarget.HasSpell(toggleAbility) akTarget.RemoveSpell(toggleAbility) Else akTarget.AddSpell(toggleAbility, false) EndIfEndEvent
another thing, do you know if is it possible associate a power to a perk, so when you take the perk you unlock the power?
another thing, do you know if is it possible associate a power to a perk, so when you take the perk you unlock the power?