Hello guys, I'm having trouble creating a trigger that orders a unit to move in round from another unit.
Sorry for my English ; -;
Trigger to create the unit that goes around the caster:
Sorry for my English ; -;
Trigger to create the unit that goes around the caster:
-
Create Unit
-
Events
-
Unit - A unit Learns a skill
-
-
Conditions
-
(Learned Hero Skill) Equal to Summon_Unit(Spell)
-
-
Actions
-
Set Caster = (Triggering unit)
-
Unit - Create 1 Faerie Dragon (Custom) for (Triggering player) at (Position of Caster) facing Default building facing degrees
-
Set Summon_Unit = (Last created unit)
-
-
-
Movement
-
Events
-
Time - Every 2.00 seconds of game time
-
-
Conditions
-
Actions
-
-------- UnitMovement --------
-
Set Point_Movement = (Random point in (Region centered at (Position of Caster) with size (300.00, 300.00)))
-
Unit - Order Summon_Unit to Move To Point_Movement
-
-
Last edited: