Reply To: Storing actions to be used later and BB variables

Forums 💬 NodeCanvas ⚙️ Support Storing actions to be used later and BB variables Reply To: Storing actions to be used later and BB variables

#15746
mmalone
Participant

    I have a BB variable (“PlannedActions”) of type List<ActionTask>.  The tree determines which action should go into that list to be run later.  In the image below “Add Action To List” is just my version of adding an element to a list.  In the image below I’m adding “Attack” to “PlannedActions”.

    [attachment file=”AddTaskToList.png”]

    Sometime later I run the “Attack” action via a helper class.

    Make sense?