-
Events
-
Unit - a unit dies
-
Conditions
-
((Owner of (Dying Unit)) Controller) Equal to User
-
Actions
-
Wait 5.00 Seconds
-
Hero - Instantly revive (Dying Unit) at (Center of Region 077 <gen>), Show reveal graphics
For Christ's sake. It's because you're using a Wait at the very beginning of your trigger. Event responses don't work after waits. This has been mentioned time and time again in various posts all throughout the Triggers & Scripts section. If you remove the wait, it will work. If you save the "Dying unit" or "Triggering unit" as a variable, then do the wait and use the variable to reference the unit then it will also work.
PurgeandFire111 said:Event Responses work just fine after waits. =)