Selector Node <sel>¶
This node would execute its children in order from first to last. If one of the children succeeds, the selector would return 'success' status. If all children fail, the selector would return 'failure' status.
When no children are present, the selector would return 'failure' status.