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

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

#16101
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”.

AddTaskToList

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

Make sense?

Attachments:
  1. AddTaskToList.png