JimmyChooChoo Posted July 29, 2018 Share 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. Link to comment Share on other sites More sharing options...
QQuix Posted July 29, 2018 Share Posted July 29, 2018 IsInCombat Link to comment Share on other sites More sharing options...
JimmyChooChoo Posted July 29, 2018 Author Share Posted July 29, 2018 thanks Link to comment Share on other sites More sharing options...
Recommended Posts