edit:
- Events
- Unit - A unit Is issued an order with no target
- Conditions
- (Ability being cast) Equal to Immolation
- Actions
- If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- (Issued order) Equal to (Order(immolation))
- Then - Actions
- Animation - Play (Triggering unit)'s stand spin animation
- Else - Actions
- If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- (Issued order) Equal to (Order(unimmolation))
- Then - Actions
- Animation - Play (Triggering unit)'s stand animation
- Else - Actions
is this right?