diff --git a/doc/source/getting-started/custom-tasks.rst b/doc/source/getting-started/custom-tasks.rst index 75d2fae..4cbc7c8 100644 --- a/doc/source/getting-started/custom-tasks.rst +++ b/doc/source/getting-started/custom-tasks.rst @@ -20,6 +20,8 @@ More on task types you can read in the :ref:`introduction`. **🛈 Note:** To help you write new tasks, you can add a script template to your project using “Misc → Create script template” menu option. +Using the :ref:`Blackboard` is covered in :ref:`accessing_blackboard`. + Task anatomy ------------ diff --git a/doc/source/getting-started/using-blackboard.rst b/doc/source/getting-started/using-blackboard.rst index 8ffa205..445ea6d 100644 --- a/doc/source/getting-started/using-blackboard.rst +++ b/doc/source/getting-started/using-blackboard.rst @@ -10,6 +10,8 @@ including objects and resources. Using the :ref:`Blackboard`, you can easily share data in your behavior trees, making the tasks in the behavior tree more flexible. +.. _accessing_blackboard: + Accessing the Blackboard in a Task ---------------------------------- @@ -31,9 +33,13 @@ Here's an example of how you can interact with the :ref:`Blackboard