Random Selector

Node description and basic instructions

Description

Executes child nodes in turn, but if one of them returns success, running, or aborted, it completes execution and returns this value, otherwise, if all return failure, it returns failure to the parent node.

The difference from the usual Selector is that at the beginning it randomly sorts child objects and then executes them.

To create it, right-click in the editor and select Create Node/Composites/Random Selector.

Last updated