Execute_SubActionPlayAnim
Description
Executes a play-animation SubAction on the SelfEntity. The entity must be at SLOD0, currently standing, and the SubAction must be startable.
Note
BaseObject is not used; this action always targets SelfEntity.
Parameters
| Parameter | Description |
|---|---|
| S1 | SubActionAnimDataId identifying the animation to execute |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Play the Irritated reaction animation on Self | Self | SubActionPlayAnim | Preference_DisLike_Reaction_Irritated_3 |
| Play the Like reaction animation on Self | Self | SubActionPlayAnim | Preference_Like_Reaction_Happy_1 |
| Play a custom sub-action animation on Self | Self | SubActionPlayAnim | SubAnim_CustomReaction_01 |