Skip to content

null_action

Ryzom Core Wiki edited this page Jul 8, 2024 · 5 revisions

title: Null Action description: published: true date: 2023-03-16T23:13:53.001Z tags: editor: markdown dateCreated: 2023-03-16T22:32:24.974Z

null_action

The null_action action does nothing.

Can be used with Random Select to create actions that are not always executed.

This action does not take any parameters.

See also

  • Random Select: An action that randomly selects and executes one of its child actions. This action can be useful in combination with null_action to create actions that are not always executed.
  • Code: An action that executes a block of AI script code. This action can be used for more advanced branching logic that cannot be achieved with null_action.
Clone this wiki locally