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.