Hi I made a charge spell so if you wait it gets stronger, but I want to know if you can actually detect whether the triggering unit is still channeling the spell or not. I haven't been able to find it, but maybe you know it. Thanks in advance.
you check the unit's current order. if it is same as order of the ability then increase,get the spell stronger else.. you know what actions will you do
Actually, there is a simpler method, but it involves three triggers.
Check my spells tutorial (it is stickied here) at the channeling chapter. Read the chapter, especially the coding. Here you will need in the second step to keep the strength of the spell in a variable, and increase it with each repeat of the trigger. It's much safer than orders.