- Joined
- Dec 25, 2018
- Messages
- 110
I have ability which creates dummy who then casts cloud at target location, problem is that it affects allied units (DOESN'T target allied units if player 1 uses it)
Targets allowed are : Enemy, Ground
I found posts with similar problem but they just recommend triggering whole spell, any way to make this one work?
Targets allowed are : Enemy, Ground
I found posts with similar problem but they just recommend triggering whole spell, any way to make this one work?
-
Actions
-
Set Caster = (Triggering unit)
-
Set tempLoc = (Target point of ability being cast)
-
Unit - Create 1 Dummy for (Owner of Caster) at tempLoc facing Default building facing degrees
-
Unit - Add a 8.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Cloud to (Last created unit)
-
Unit - Order (Last created unit) to Human Dragonhawk Rider - Cloud tempLoc
-
Custom script: call RemoveLocation (udg_tempLoc)
-