Reply To: Dynamic node execution order

NodeCanvas Forums Support Dynamic node execution order Reply To: Dynamic node execution order

#13065
gpallas
Participant

Hi, sorry for the huge delay.

That clarified a lot, thanks!

What I want to do is to reset my walking script’s variables (such as target and path) and set in the animator that I’m no longer walking.
I think the an appropriate place to put something like that would be on the stop of the right dynamic selector, as everything below it is movement stuff and nothing on the left is about movement.
But I can’t have an OnStop on a composite or decorator right?

Anyway, that has already helped cement a bit how I should handle some things. Thanks a lot!