
So I'm hacking away to automate everything for Mutants and Masterminds 3e, and I have regular attacks working just fine. However, area attacks are also common, so I want to work out how to automate those as well. For single-target attacks, I run a macro, select the target, and then the script applies all of the conditions/damage automatically. For an area attack, I'd like if I could click the macro and then have something like a 30ft radius circle that follows the cursor around. Then, on click, it finds all targets in its area and attacks them. Alternately, some kind of target multi-select could work as well, since some area attacks in M&M allow you to choose who is affected within the area. Anyone have any ideas for getting an area circle down and then calculating the targets within?