Reply To: BT sequence of actions that starts&restarts when receiving a specific Event

NodeCanvas Forums Support BT sequence of actions that starts&restarts when receiving a specific Event Reply To: BT sequence of actions that starts&restarts when receiving a specific Event

#12409
timv
Participant

I managed to fix the Resetter node by changing this

into this

Now my example “reset_example.png” is working as intended. It looks like the CheckEvent condition task keeps its value and does not reset if it is not evaluated during the update. So it seems I cannot skip the evaluation of the condition. Is this correct?