-
Notifications
You must be signed in to change notification settings - Fork 94
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
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.
-
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
.