Reply To: Turn-based logic best practices?

NodeCanvas Forums General Discussion Turn-based logic best practices? Reply To: Turn-based logic best practices?

#13943
gtranger
Participant

No worries! I also apologize for my late response!

By exception I am referring to any unhandled run-time exception thrown while executing a Task such as a NullPointerException or IndexOutOfBoundsException. It seems that when these go unaccounted for the tree exits and subsequent calls to StartBehaviour will no longer cause the tree to run making the agent do nothing for the rest of the battle.