Reply To: "Follow target" behavior with some restrictions.

Forums 💬 NodeCanvas ⚙️ Support "Follow target" behavior with some restrictions. Reply To: "Follow target" behavior with some restrictions.

#17753
Gavalakis
Keymaster

    Hello,

    Considering I understood correctly, here is a Behaviour Tree that will do what you are after 🙂
    [attachment file=”SeekTarget.png”]
    The decorator used here above the Seek action, is the “Timeout Decorator” and is set to timeout after 5 seconds, and as a result interrupt the Seek action after that amount of time has come to pass.

    Let me know if that works for you.
    Thanks.