- Joined
- Dec 3, 2018
- Messages
- 895
This should inter-change the units' position and persentage hp.
Instead it just kills the caster and moves the target at it's position.
Any ideas how should i make this work?
Instead it just kills the caster and moves the target at it's position.
Any ideas how should i make this work?
-
Change Leader
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Change Leader
-
-
Actions
-
Set VariableSet Trollpoint = (Position of (Target unit of ability being cast))
-
Wait 0.50 seconds
-
Unit - Move (Target unit of ability being cast) instantly to (Position of (Triggering unit)), facing 260.00 degrees
-
Unit - Move (Triggering unit) instantly to Trollpoint, facing 260.00 degrees
-
Wait 0.50 seconds
-
Unit - Set life of (Triggering unit) to (Percentage life of (Target unit of ability being cast))%
-
Wait 0.50 seconds
-
Unit - Set life of (Target unit of ability being cast) to (Percentage life of (Triggering unit))%
-
-