- Joined
- Dec 22, 2007
- Messages
- 103
I'm using a unit's model for some destructibles in my map (statues). As statues they need to freeze as done in
the change animation speed action, and play their stand ready animation. The trigger I have to do this is
the change animation speed action, and play their stand ready animation. The trigger I have to do this is
-
Destructible - Pick every destructible in Jail <gen> and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Destructible-type of (Picked destructible)) Equal to Fiend Statue
-
Then - Actions
- Animation - Play (Picked destructible)'s stand ready animation
- Wait 2.00 seconds
- Animation - Change (Picked destructible)'s animation speed to 0.00% of its original speed
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
Last edited: