Basically, I want to create a spell, a targeted, concentrated spell, which applies a scripted effect for 15 seconds to the target.
Question 1) How do I actually link the script up to the spell?
As I said, I want this to be a targeted concentration spell. Like flames for example, where the spray effect happens constantly as long as you hold the button.
I want the script to apply a 15 sec duration at the first “tick” of the spray effect on a qualifying target. Subsequent ticks will NOT refresh this timer until it has run out. I could probably accomplish this by a simple check whether the spell effect of the spray was already on the target and if so, not re-apply.
However, for every second of “spray” on that target, I want to add to a separate counter. If that counter reaches 10 before the 15sec spell timer runs out, I want to put a different ability type spell on that target actor.
Well, that’s the basics. More questions will follow progress on this part!
