Reply To: How to make a node 'Wait Until Something'?

Forums 💬 NodeCanvas ⚙️ Support How to make a node 'Wait Until Something'? Reply To: How to make a node 'Wait Until Something'?

#19384
Gavalakis
Keymaster

    Hello,

    You can replicate what you are after with a Repeater Decorator and an Accessor Decorator underneath.
    For this you should set the Repeater in “Repeat Until Success”.
    So the Repeater will repeat the child node (Accessor) until it returns Success.

    You could certainly create a single node that does that. Let me know if you want such a node.

    Is that what you are after?

    Cheers