- Joined
- Jul 21, 2019
- Messages
- 177
Hey there, i made an ability that reduces the armor of the target for a set amount of seconds, i'm using a trick where i add a negative armor bonus to the target in order to reduce its armor, then i place a wait before removing it, but for some reason the ability stays forever
Here is the trigger:
Help please
Here is the trigger:
-
Pierce LVL 1
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Pierce
- (Level of Pierce for (Triggering unit)) Equal to 1
-
Actions
- Unit - Add Pierce LVL 1 Spellbook to (Target unit of ability being cast)
- Wait 3.00 game-time seconds
- Unit - Remove Pierce LVL 1 Spellbook from (Target unit of ability being cast)
-
Events
Help please