A button to remove all items from a list or map on the behaviors tab of an actor or scene.
I use one behavior to manage cutscenes in my projects, and a list handles the order in which they happen. I make the entire cutscene in a .txt file and import that into the list. A lot of times it's easier to make changes to the .txt file and reimport it, specially when I have to change several items from the list, but I have to manually remove every item before I can do that. The same process happens for menus (100+ items on the list) and databases in my games.
Having a button to quickly remove all items would be really helpful.
I use one behavior to manage cutscenes in my projects, and a list handles the order in which they happen. I make the entire cutscene in a .txt file and import that into the list. A lot of times it's easier to make changes to the .txt file and reimport it, specially when I have to change several items from the list, but I have to manually remove every item before I can do that. The same process happens for menus (100+ items on the list) and databases in my games.
Having a button to quickly remove all items would be really helpful.