Trying to a make a Death Pact Abiltiy using channel but its not restoring any health. anything you see wrong?
-
MorgothMercyTrial
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Morgoth's Mercy (1,2 test)
-
Actions
- Set VariableSet MorgothMercy_picked = (Target unit of ability being cast)
- Unit - Explode MorgothMercy_picked.
- Set VariableSet MercyLife = (Life of (Target unit of ability being cast))
- Set VariableSet MorgothMecry_Caster = (Life of (Casting unit))
- Set VariableSet MogothMercy_Level = (Level of Morgoth's Mercy (1,2 test) for (Casting unit))
- Unit - Set life of (Casting unit) to (MorgothMecry_Caster + (MercyLife x (Real(MogothMercy_Level))))
- Special Effect - Create a special effect attached to the overhead of MorgothMercy_picked using Abilities\Spells\Undead\DeathPact\DeathPactCaster.mdl
- Special Effect - Destroy (Last created special effect)
-
Events