Is there anything wrong with my trigger because I think that when I gave my hero a spell, after a period of time(6,7,8 seconds), it doesn't remove the spell from my hero and instead continue as if nothing happened. -__-''
-
Dash
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Dash
-
-
Actions
-
Set Dasher = (Casting unit)
-
Unit - Add Dash (Neutral Hostile) to Dasher
-
Unit - Set level of Dash (Neutral Hostile) for Dasher to 1
-
Trigger - Run Dash CD <gen> (checking conditions)
-
-
-
Dash CD
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
Set Dash_CD = (Dash_CD + 1.00)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Dash for Dasher) Equal to 1
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Dash_CD Greater than or equal to 6.00
-
-
Then - Actions
-
Unit - Remove Dash (Neutral Hostile) from Dasher
-
Set Dash_CD = 0.00
-
Trigger - Turn off (This trigger)
-
-
Else - Actions
-
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Dash for Dasher) Equal to 2
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Dash_CD Greater than or equal to 7.00
-
-
Then - Actions
-
Unit - Remove Dash (Neutral Hostile) from Dasher
-
Set Dash_CD = 0.00
-
Trigger - Turn off (This trigger)
-
-
Else - Actions
-
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Dash for Dasher) Equal to 3
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Dash_CD Greater than or equal to 8.00
-
-
Then - Actions
-
Unit - Remove Dash (Neutral Hostile) from Dasher
-
Set Dash_CD = 0.00
-
Trigger - Turn off (This trigger)
-
-
Else - Actions
-
-
-
Else - Actions
-
-
-