- Joined
- Jul 19, 2007
- Messages
- 855
In my map I have an item with that can cast a Mind Rot spell on a target enemy unit when used. The enemy unit with the Mind Rot buff should get silenced if it casts a spell but I got a problem. I can't create the dummy unit for an enemy unit of the owner of the casting unit. How do I solve it?
-
Mind Rot
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
((Casting unit) has buff Mind Rot (item)) Equal to True
-
-
Actions
-
Unit - Create 1 Silence Dummy (Mind Rot) for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing degrees
-
Unit - Add Silence (Mind Rot) to (Last created unit)
-
Unit - Order (Last created unit) to Neutral Brewmaster - Drunken Haze (Casting unit)
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
-