If you copy a task list (condition or action) and then try to paste it into a node that already has some task, nothing happens.
It would be very nice if these tasks were just appended to the end of the list.
Nice suggestion and easy to change actually if I understood the goal correctly.
Please try changing ActionList.AddAction code at the start to the following code and let me know if the reasult behaviour is what you meant:
I guess you’ll be removing these warnings:
Debug.LogWarning(“Adding an ActionList within another ActionList is not allowed for clarity”);
Debug.LogWarning(“Adding a ConditionList within another ConditionList is not allowed for clarity”);