I had a need to have a trigger zone be spawned and delete an entity with a zone. I couldn't find a solution online so I made my own zones with those features.
The Toggle Trigger Zone is just a regular trigger zone with spawn at start added to the behavior. Just connect a switch and it will spawn like any other entity.
The Remove Entity Zone can also be spawned at start if needed. But it's main function is removing an entity (obviously). However I made it so you can just type the name of an entity to remove it. No need to go to the Lua and add the entity numbers. All entities with the name you add to the box will be removed. Just give the same name to all entities you want to remove. The zone can also work as a regular trigger zone WHILE removing an entity. READ the behavior DESCRIPTION for full INSTRUCTIONS.
The zones will be found in entitybank/user/zones folder in your entitybank. Not in the game elements or normal zones location. Just click the add button like for any other entity and go down to user then to zones.
I'm still new to Lua and this was a great learning experience. I'm sure others on here could have done better but the zones do what I need them to do. Feedback is welcome.
Thanks for looking
Keep Making Stuff You Enjoy.