Can't connect any action or condition

Forums 💬 NodeCanvas ⚙️ Support Can't connect any action or condition

  • This topic has 0 replies, 2 voices, and was last updated 9 years ago by Gavalakis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18601
    jdpat
    Participant

      I’m a new user of nodecanvas. After reading the docs, I didn’t find any way to connect action or conditional nodes to anything:
      issue
      Any way to fix this?
      Thanks in advice.
      JD-PAT

      #18602
      Gavalakis
      Keymaster

        Hello and welcome.

        Actions and Conditions of Behaviour Trees are what they are called ‘leaf’ nodes. Leaf nodes in Behaviour Trees can NOT have any children. They can only be connected as children to other nodes, specifically Composite nodes or Decorator nodes. For example, conditions and actions can be connected to a Sequencer, to make things happen in sequence.
        Sequencer

        Please download the example scenes found in the “Downloads” section of the website to better understand how Behaviour Trees work.

        Also, please read this documentation section as well as at least the first link provided in that page, as they are essential to understanding Behaviour Trees. Here is the section link for your convenicen:
        Behaviour Trees

        Let me know if I can help you in any other way.
        Thanks

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.