Does anyone know the exact way to make the juxpatose???
As in (hero) attacks a unit, % chance that an image will be created. I know it is something like getting a dummy to cast wand of illusion on the hero but i cant do it. can anyone help?
juxtapose Events Unit - A unit Is attacked Conditions (Unit-type of (Attacking unit)) Equal to Phantom Lancer Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Random integer number between 1 and 10) Equal to 1 Then - Actions Unit - Create 1 (dummy) for (Owner of (Attacking unit)) at (Position of (Attacking unit)) facing Default building facing degrees Unit - Order (Last created unit) to (whatever the illusion spell would be) (Attacking unit) Else - Actions Do nothing