Hello there one of my triggers does not work and I can't see whats wrong with it maybe you could help me? Thanks
When you heal (with holy light) another hero that has 40%HP or less you get 1 gold thats what I want it to do... But it ALWAYS gives 1 gold
When you heal (with holy light) another hero that has 40%HP or less you get 1 gold thats what I want it to do... But it ALWAYS gives 1 gold
-
Melee Initialization
-
Events
- Unit - A unit Finishes casting an ability
-
Conditions
- (Percentage life of (Target unit of ability being cast)) Less than or equal to 0.40
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Ability being cast) Equal to Holy Light
- ((Casting unit) is A Hero) Equal to True
-
Then - Actions
- Player - Add 1 to (Owner of (Casting unit)) Current gold
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events