You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The multi_actions action executes all of the child actions of this action. The order is specified by the weight parameter of the child actions.
This action does not take any parameters.
See also
Condition If: An action that performs a conditional test on group variables and executes a sub-action if the condition is met. This action can be useful in conjunction with multi_actions to create complex conditional logic.
Code: An action that executes a block of AI script code. This action can be used for more advanced logic and control flow that cannot be achieved with the basic actions.
Random Select: An action that executes one of its child actions at random. This action can be useful in conjunction with multi_actions to create randomized behavior patterns.