Reply To: How to get reference for the other flow script

FlowCanvas Forums Support How to get reference for the other flow script Reply To: How to get reference for the other flow script

#3433
Gavalakis
Keymaster

    Hello,

    If you want to Get/Set a variable from the blackboard of another flowscript, you can use the “Get Other Of Type” or “Set Other Of Type” nodes (both can be found under “Variables/Blackboard/” category in the browser.

    Once you have the node in the flowscript, you then need to:

    1. Set its T type to the same as the variable you want to get/set (right click on the node and “Change Generic Type”).
    2. Assign the blackboard from where to get/set the variable (please note that you have to drag & drop the blackboard component directly rather than the gameobject).
    3. Set the name of the target variable you want to get/set.

    Please let me know if this works for you.

    Thanks.