- Joined
- May 21, 2015
- Messages
- 70
my trigger didnt work, my trigger will add mana to the attacking unit which is a the Warrior now my problem is the mana didnt add at all . what could be the wrong trigger/event?
-
Hero Gain Mana Init
-
Events
-
Time - Elapsed game time is 0.01 seconds
-
-
Conditions
-
Actions
-
Trigger - Add to Hero Gain Mana <gen> the event (Unit - (Damage source) Takes damage)
-
-
-
Hero Gain Mana
-
Events
-
Conditions
-
Actions
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Damage source)) Equal to (==) Warrior
-
-
Then - Actions
-
Countdown Timer - Start GainMana as a One-shot timer that will expire in 0.00 seconds
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
Hero Gain Mana Trigger
-
Events
-
Time - GainMana expires
-
-
Conditions
-
(Unit-type of (Damage source)) Equal to (==) Warrior
-
-
Actions
-
Unit - Set mana of (Damage source) to ((Mana of (Damage source)) + 5.00)
-
-