JimmyChooChoo Posted July 29, 2018 Posted July 29, 2018 I want this ability to only do its thing whilst the character is in combat but i can't seem to find anything that works i've tried this setup which has worked for other abilitys i've made before. Begin ScriptEffectUpdateIf Player.IsSneaking == 1 Player.addspell AAAKhajiitEndifElseif Player.IsSneaking == 0 Player.removespell AAAKhajiitEndifend but instead I want something like this Begin ScriptEffectUpdateIf Player.IsCombat == 1 Player.addspell AAAWoodelfEndifElseif Player.IsCombat == 0 Player.removespell AAAWoodelfEndifend Which doesn't work as IsCombat isn't a thing so that's all I want to know and this will help for further things i'm doing.
Recommended Posts