- Joined
- Dec 3, 2020
- Messages
- 970
So I have in my map a unit that, when he casts an ability (death coil), a fake storm hammers ability is added to the target of the ability being cast.
But I want that ability to be removed 2 seconds after it is added to the target.
The player can have dozens of units of the same type that have the death coil ability, so the following trigger will not work(?):
But I want that ability to be removed 2 seconds after it is added to the target.
The player can have dozens of units of the same type that have the death coil ability, so the following trigger will not work(?):
-
Events - Unit starts effect of an ability
-
Conditions - Ability being cast equal to Death Coil
-
Actions -
-
Add Storm Hammers to target of ability being cast
-
Wait 2 seconds
-
Remove Storm Hammers from target of ability being cast
Last edited: