-
Notifications
You must be signed in to change notification settings - Fork 94
multi_actions
Ryzom Core Wiki edited this page Jul 8, 2024
·
7 revisions
title: Multi Actions description: published: true date: 2023-03-16T23:13:47.263Z tags: editor: markdown dateCreated: 2023-03-16T22:32:16.270Z
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.