multi_actions - ryzom/ryzomcore GitHub Wiki


title: Multi Actions description: published: true date: 2023-03-12T01:15:07.119Z tags: editor: markdown dateCreated: 2023-03-11T15:44:31.064Z

multi_actions

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.
⚠️ **GitHub.com Fallback** ⚠️