- Joined
- Feb 18, 2016
- Messages
- 96
Hi
I am trying to add abilities through triggers to a Metamorphosis form of a hero but i cant understand why it is not working
I am trying to add abilities through triggers to a Metamorphosis form of a hero but i cant understand why it is not working
-
Traspasar inv
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Metamorph
-
-
Actions
-
Set MetamorphUnit = (Casting unit)
-
Unit - Create 1 Dummy Unit 1 for (Owner of MetamorphUnit) at (Position of MetamorphUnit) facing Default building facing degrees
-
Set DummyCast = (Last created unit)
-
Unit - Order DummyCast to Human Sorceress - Invisibility MetamorphUnit
-
-