subyng Posted May 30, 2020 Share Posted May 30, 2020 (edited) I'm trying to cast a spell on a player that will poll their health periodically. Apparently conditions added to the spell only fire once when the spell is cast, whereas conditions added to the magic effect are checked constantly. But this doesn't seem to work. Both the condition on the spell AND magic effect only seem to be checked when the spell is cast. Am I doing something wrong?The spell and condition:https://imgur.com/Y7H49oR The magic effect and attached script: https://imgur.com/1h8rPdi Magic effect with condition: https://imgur.com/9ABKXuD Edit: according to https://www.creationkit.com/index.php?title=Magic_Effect spell-side effects are checked every second. However it doesn't seem to be working with the way I have it set up; it is checked only once. Edited May 30, 2020 by subyng Link to comment Share on other sites More sharing options...
dylbill Posted May 30, 2020 Share Posted May 30, 2020 (edited) Make the Spell Type Ability instead of Spell and it should work. EDIT: Or add a duration to your spell on the magic effects. That might work as well. Edited May 30, 2020 by dylbill Link to comment Share on other sites More sharing options...
subyng Posted May 30, 2020 Author Share Posted May 30, 2020 Putting a duration did the trick! Thanks! Link to comment Share on other sites More sharing options...
dylbill Posted May 30, 2020 Share Posted May 30, 2020 No problem, happy modding! Link to comment Share on other sites More sharing options...
Recommended Posts