Hey guys, I'm trying to define an area that isn't a rectangle, for a visual representation, I have this as what I want to do. (Red lines define the area edge.) The way I'm doing this so far, is by creating two different, rectangular areas, which I do not like, as it does mean making a check if something is within either of the areas + it does look a bit messy. (Red is area 1, Blue is area 2). TL;DR: How do I combine two (or more) areas to create one area.