Is there any way to stop a action doing onUpdate?

Jackie Xie

New member
There are some situations that I want to stop an action for a while, but not end it. Is there any way that I can do it?
 
Unless you are pausing the behavior tree the action will keep updating. If you only want to pause a single task you can add a flag to that task. This page explains how to pause the tree if you want to stop the entire tree:

 
Top