How do I make my dummy unit cast a spell when the hero casts a spell. I have my hero casting thunder clap (holy nova is custom name) and I want my dummy to cast essence of blight (holy nova heal is custom name) at the same time.
Here is where i'm at so far.

Here is where i'm at so far.
-
Holy Nova
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Holy Nova
-
-
Actions
-
Set caster = (Triggering unit)
-
Unit - Create 1 Dummy Unit for (Owner of caster) at (Position of caster) facing (Facing of caster) degrees
-
Set dummy = (Last created unit)
-
Unit - Set level of Holy Nova Heal for dummy to (Level of Holy Nova for caster)
-
-
