I'd be delighted if someone would take a look and see why that doesn't work
-
Infernal Bulwark
-
Events
-
Unit - A unit starts the effect of an Ability
-
-
Conditions
-
(Ability being cast) Equal to Infernal Bulwark
-
-
Actions
-
Set Tempplayer = (Triggering player)
-
Set Tempunit = (Triggering unit)
-
Set Temppoint = (Position of (Triggering unit))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Tempunit has buff Infernal Bulwark ) Equal to True
-
(Tempunit has buff Infernal Bulwark Armor) Equal to False
-
-
Then - Actions
-
Unit - Create 1 Dummy for Tempplayer at Temppoint facing default building facing degrees
-
Custom script: call RemoveLocation(udg_Temppoint)
-
Set Dummy = (Last created unit)
-
Unit - Add Infernal Bulwark armor to Dummy
-
Unit - Add a 0.20 second generic expiration timer to Dummy
-
Unit - Order Dummy to Human Priest: Inner Fire Tempunit
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Tempunit has buff Infernalny Bulwark) Equal to False
-
-
Then - Actions
-
Unit - Remove Infernal Bulwark Armor buff from Tempunit
-
-
Else - Actions
-
-
-
Else - Actions
-
-
-