-
Notifications
You must be signed in to change notification settings - Fork 94
multi_actions
Jan Boon edited this page Mar 12, 2023
·
7 revisions
title: Multi Actions description: published: true date: 2023-03-12T01:15:03.873Z tags: editor: markdown dateCreated: 2023-03-11T15:44:31.064Z
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.
-
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.