Hello, I am trying to make multiple channel type spells.
For one thing, I was trying to modify big bad voodoo so that while you are channeling, you heal x hp / second as long as you are casting, but I just couldn't find the right order to check if the unit was still casting.
I was thinking that maybe I could create 2 different triggers with when begin channeling/casting and end channeling/casting, so that I could create global variable, but... i realized that I can't use globals because I have a lot of units that have this ability.
So, is there a way to check whether the units are still channeling or not using local variables?
For one thing, I was trying to modify big bad voodoo so that while you are channeling, you heal x hp / second as long as you are casting, but I just couldn't find the right order to check if the unit was still casting.
I was thinking that maybe I could create 2 different triggers with when begin channeling/casting and end channeling/casting, so that I could create global variable, but... i realized that I can't use globals because I have a lot of units that have this ability.
So, is there a way to check whether the units are still channeling or not using local variables?