Does anyone know the name of the animation for an open gate? I've made a unit based off of a gate, and an ability for opening and closing a gate, and I've made a trigger for the gate's animation, but I need to know the gate's open animation for it to work, I've tried "Death". "Death Alternate", "Death Alternate (0.667 s)", and out of despiration, "Open" I'm pretty sure it's the animation name, but It might not be, here is the trigger if the problem is something else.
Event
A unit starts the effect of an ability
Condition
Ability being cast equal to Open/Close Gate
Action
If/Then/Else
If: Triggering unit equal to Gate (Closed)
Then: Do (animation) for triggering unit
Else: Do nothing[/code]
Event
A unit starts the effect of an ability
Condition
Ability being cast equal to Open/Close Gate
Action
If/Then/Else
If: Triggering unit equal to Gate (Closed)
Then: Do (animation) for triggering unit
Else: Do nothing[/code]