Greetings friends i have a little issue here. I have made a custom ability based on the Sentinel that stays on trees and provides vision of the area. The problem is that it stays permanently and i wanted to set a duration to it, so i tried a trigger like this
-
Shadow Spy
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Shadow Spy (Assassin)
-
-
Actions
-
Set Destructible[(Player number of (Owner of (Triggering unit)))] = (Target destructible of ability being cast)
-
Wait 120.00 seconds
-
Destructible - Kill Destructible[(Player number of (Owner of (Triggering unit)))]
-
-