- Joined
- Jun 19, 2023
- Messages
- 6
Hello everyone. As the title says, I am not sure how to detect unimmolation. I know that you can do something similar to the trigger I found from a different post below, but it applies to any unit that uses Immolation/Unimmolation. Is there a way to detect unimmolation with the specific unit that I am using?
-
Untitled Trigger 001
-
Events
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
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 JetHammerU's stand 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 JetHammerU's stand animation
-
-
Else - Actions
-
-
-
-
-