- Joined
- Aug 5, 2015
- Messages
- 202
this http://www.hiveworkshop.com/forums/spells-569/gui-damage-engine-v3-5-0-0-a-201016/
i intent to making if i hit certain unit, its only take 10 damage per hit the trigger should be like this
why is that
i intent to making if i hit certain unit, its only take 10 damage per hit the trigger should be like this
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of DamageEventTarget) Equal to Iron Roots
-
-
Then - Actions
-
Set DamageEventAmount = (10.00 + (DamageEventAmount - DamageEventAmount))
-
-
Else - Actions
-
why is that