so i added aerial shackles
What? Which one is it?I ordered it to cast on target of my ability (channel).
Aerial Shackles - that from human dragonhawk riderWhat? Which one is it?
nothingWhat happens when you try to manually order the dummy.
ok ok , i got it nowThe dummy should have the Can't Raise, Does not decay death type.
dummyshackles
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Bind
Actions
Set TempUnit = (Triggering Unit)
Set TempPoint = (Position of TempUnit)
Set TempUnit2 = (Target unit of ability being cast)
Unit - Create 1 Dummy for (Owner of TempUnit) at TempPoint facing (Facing of TempUnit) degrees
Set TempUnit3 = (Last created unit)
Unit - Add BindDummy to TempUnit3
Unit - Add a X second Generic expiration timer to TempUnit // something at least as long as the duration.
Unit - Order TempUnit3 to Human Dragonhawk Rider - Aerial Shackles TempUnit2
Custom script: call RemoveLocation(udg_TempPoint)