- Joined
- Aug 3, 2004
- Messages
- 2,906
I use this trigger with numerous spells and have had no issues. When I call for it to be used on a burrowed unit the spell is still cast. Thoughts?
-
Dark Mark Try B
-
Events
-
Unit - A unit Is issued an order targeting an object
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Executioner
-
(Issued order) Equal to (Order(bloodlust))
-
(Unit-type of (Target unit of ability being cast)) Equal to Burrowed Scourge
-
-
Actions
-
Wait 0.00 seconds
-
Set ErrorPlayer = (Owner of (Triggering unit))
-
Unit - Order (Triggering unit) to Stop
-
Set ErrorMessage = Unable to target burrowed units.
-
Custom script: call ErrorMessage(udg_ErrorMessage,udg_ErrorPlayer)
-
-